Further registry ignored-groups fixes.
[gnus] / lisp / ChangeLog
1 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-registry.el (gnus-registry-ignored-groups): Remove defcustom.
4         Explain why in comments.
5
6         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
7         not gnus-registry.el.
8
9         * gnus-registry.el (gnus-registry-ignored-groups): Adjust defaults to
10         match the parameter.
11         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
12         parameter list or a string list in `gnus-registry-ignored-groups'.  Fix
13         logic error.
14
15 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * shr.el (shr-expand-url): Protect against null urls.
18
19 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * shr.el (shr-base): New binding.
22         (shr-tag-base): Keep track of <base>.
23         (shr-expand-url): New function used throughout.
24
25 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
26
27         * gnus-registry.el
28         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
29         (gnus-registry-ignored-groups): New variable.
30         (gnus-registry-ignore-group-p): Use it.
31         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
32         set the destination group to nil (same as delete) if it's ignored.
33
34 2011-04-20  David Engster  <dengste@eml.cc>
35
36         * tests/gnustest-nntp.el: New file for simple NNTP testing.
37
38         * Makefile.in (test-nntp): New rule.
39         (check): Add it.
40         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
41
42 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-registry.el (gnus-registry-action)
45         (gnus-registry-fetch-header-fast):
46         Don't use mail-header that looks an internal function of mailheader.el.
47
48 2011-04-19  Glenn Morris  <rgm@gnu.org>
49
50         * time-date.el (time-to-days): Remove unused local variables.
51
52 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * gnus-registry.el: Eliminate cl functions.
55         (gnus-registry-sort-addresses): New function that replaces mapcan.
56         (gnus-registry-action, gnus-registry-spool-action)
57         (gnus-registry-split-fancy-with-parent)
58         (gnus-registry-fetch-recipients-fast): Use it.
59         (gnus-registry-import-eld): Replace delete* with dolist + delq.
60
61         * registry.el (initialize-instance, registry-lookup)
62         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
63         (registry-lookup-secondary-value, registry-search, registry-delete)
64         (registry-insert, registry-reindex, registry-size, registry-prune):
65         Use eval-and-compile.
66
67 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
68
69         * registry.el (registry-reindex): New method to recreate the secondary
70         registry indices.
71
72         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
73         tracked field changes.
74         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
75         (gnus-registry-action, gnus-registry-spool-action)
76         (gnus-registry-handle-action)
77         (gnus-registry--split-fancy-with-parent-internal)
78         (gnus-registry-split-fancy-with-parent)
79         (gnus-registry-register-message-ids): Add recipient tracking on spool,
80         move, and delete actions, and for fancy splitting with parent.
81         (gnus-registry-extract-addresses)
82         (gnus-registry-fetch-recipients-fast)
83         (gnus-registry-fetch-header-fast): Convenience functions.
84         (gnus-registry-misc-test): ERT test of
85         `gnus-registry-extract-addresses'.
86
87 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
88
89         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
90         Track by subject first, then sender.
91
92 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
93
94         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
95
96         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
97         Lisp.
98
99         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
100         (gnus-draft-send): Use it to avoid popping
101         up frames from gnus-group-send-queue.
102
103 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
104
105         * gnus-registry.el: Updated gnus-registry docs.
106
107 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
108
109         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
110         Fix logic bug.
111         (gnus-registry-post-process-groups): Fix logging of no results and
112         quote sender and subject.
113
114 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
117         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
118         gnutls-cli are too slow to be done opportunistically.
119
120         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
121         (gnus-read-active-for-groups): Don't try to finish getting stuff where
122         we had no early-data returned.
123         (gnus-get-unread-articles): Add a sanity check so that we don't issue
124         two async commands to the same server at the same time.
125
126 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
127
128         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
129
130 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
133         "warning" level.
134
135         * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
136         (mm-url-insert-file-contents): Don't set the package names.
137
138 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
139
140         * gnus-registry.el (gnus-registry-action): Remove properties and
141         simplify subject in `gnus-registry-handle-action'.
142         (gnus-registry-spool-action): Get subject and sender from message if
143         they are not passed in.
144         (gnus-registry-handle-action): Remove properties and simplify subject
145         consistently.
146
147 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
148
149         * registry.el: Require CL before using defmacro*.
150
151 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-art.el (article-treat-date): Assume that
154         gnus-article-date-headers may be a group parameter.
155
156 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
157
158         * gnus-registry.el (gnus-registry-handle-action): More debugging.
159
160         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
161         interactively so the newsrc file can contain foreign groups too.
162         Useful for debugging but not much for users.
163
164 2011-04-07  David Engster  <dengste@eml.cc>
165
166         * registry.el (registry-usage-test): Only do
167         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
168         lexical binding.
169
170 2011-04-07  David Engster  <dengste@eml.cc>
171
172         * Makefile.in (check, test-registry): New rules for test-suite.
173
174 2011-04-06  David Engster  <dengste@eml.cc>
175
176         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
177         argument NOERROR for `require', since XEmacs 21.4 does not support it.
178
179 2011-04-06  David Engster  <dengste@eml.cc>
180
181         * registry.el (initialize-instance): Change :after to :AFTER to be
182         compatible with old EIEIO version in XEmacs.
183
184 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
185
186         * gnus-registry.el (gnus-registry-post-process-groups)
187         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
188         and provide better messaging.
189
190 2011-04-06  David Engster  <dengste@eml.cc>
191
192         * Makefile.in (fail-on-warning): New rule to compile with warnings as
193         errors.
194
195         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
196         dgnushack-compile with error-on-warn enabled, and to signal an error if
197         clean compilation failed.
198         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
199         with `byte-compile-error-on-warn'.  Return nil if errors occured.
200
201 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
202
203         * gnus-registry.el: Don't use ERT if it's not available.  Load it
204         unconditionally anyway, discarding errors.
205         (gnus-registry-delete-entries): New convenience function.
206         (gnus-registry-import-eld): Import from old .eld registry.
207
208         * registry.el: Don't use ERT if it's not available.  Load it
209         unconditionally anyway, discarding errors.
210
211         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
212         version from the Claudio Bley GnuTLS patch (extra optional parameters
213         and host name).
214
215 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
216
217         * gnus-registry.el (gnus-registry-fixup-registry): New function to
218         fixup the parameters that can be customized by the user between
219         save/read cycles.
220         (gnus-registry-read): Use it.
221         (gnus-registry-make-db): Use it.
222         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
223         messaging.
224         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
225         references to actual group names with sender and subject tracking.
226         (gnus-registry-post-process-groups): Use `cond' for better messaging.
227         (gnus-registry-usage-test): Add subject lookup test.
228
229         * registry.el (registry-db, initialize-instance): Set up constructor
230         instead of :initform arguments for the sake of older Emacsen.
231         (registry-lookup-breaks-before-lexbind): New method to demonstrate
232         pre-lexbind merge bug.
233         (registry-usage-test): Use it.
234         (initialize-instance, registry-db): Move the non-function initforms
235         back to the class definition.
236
237 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
238
239         * registry.el: New library to manage gnus-registry-style data.
240
241         * gnus-registry.el: Use it (major rewrite).
242
243         * nnregistry.el: Use it.
244
245         * spam.el: Use it.
246
247 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
250         marks on non-selected articles.
251
252 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
253
254         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
255         parameter to open-protocol-stream.
256
257 2011-04-01  Julien Danjou  <julien@danjou.info>
258
259         * mm-view.el (mm-display-inline-fontify): Do not fontify with
260         fundamental-mode.
261
262 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
265         servers.
266
267 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
270         made marks not propagate, again.
271
272 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
273
274         * proto-stream.el (open-protocol-stream): Bring back `network' type.
275         Make this the default type.
276         (proto-stream-open-plain): Rename from proto-stream-open-default.
277         (open-protocol-stream, proto-stream-open-starttls)
278         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
279         with `plain'.
280
281         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
282         value.
283
284         * nntp.el (nntp-open-connection-function): Document the fact that some
285         values are not functions but are instead handled specially.  Recognize
286         nntp-open-plain-stream value.
287         (nntp-open-connection): Recognize that value.
288
289 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
292         where it seems to be needed.
293
294 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
297         stuff.
298
299         * gnus-score.el (gnus-score-string): Fix calling convention of
300         `gnus-simplify-buffer-fuzzy' after last patches.
301
302         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
303         server for articles we didn't get any headers for.  This is a sanity
304         check.
305
306 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
307
308         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
309         new CAPABILITY, use it.
310
311 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
314         downloading anything.
315
316         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
317
318 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
319
320         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
321         colors.
322         (gnus-splash-svg-color-symbols): New function.
323
324 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
327         instead of using the global gnus-simplify-subject-fuzzy-regexp.
328         (gnus-simplify-subject-fuzzy): Use the local
329         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
330         makes using this variable in group parameters work.
331
332 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
333
334         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
335         "archive:sent" to the unfollowed group regex (for the recent Gnus
336         archive:sent-YYYY-MM-DD groups).
337         (gnus-registry-split-fancy-with-parent): Bail out early in sender
338         tracking if there are more than `gnus-registry-max-track-groups'
339         matches.
340
341 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
342
343         * message.el (message--yank-original-internal): New function to do the
344         insertion cleanly inside eval in `message-yank-original'.
345         (message-yank-original): Use it.
346
347 2011-03-29  Julien Danjou  <julien@danjou.info>
348
349         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
350         local variables disabled rather than `normal-mode'.
351
352 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
353
354         * imap.el (imap-shell-open, imap-process-connection-type): Use
355         imap-process-connection-type for 'shell' streams as well as
356         Kerberos, SSL, other subprocesses.
357
358 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
359
360         * proto-stream.el: Changes preparatory to merging open-protocol-stream
361         with open-network-stream.
362         (proto-stream-always-use-starttls): Option removed.
363         (open-protocol-stream): Return a process object by default.  Provide a
364         new parameter :return-list specifying a list-type return value, which
365         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
366         :type `network' to `try-starttls', and `network-only' to `default'.
367         Make `default' the default, for compatibility with open-network-stream.
368         Handle the no-parameter case exactly as open-network-stream, with no
369         additional stream processing.  Search plists using plist-get.
370         Explicitly add :end-of-commend parameter if it is missing.
371         (proto-stream-open-default): Renamed from
372         proto-stream-open-network-only.  Return 'default as the type.
373         (proto-stream-open-starttls): Rename from proto-stream-open-network.
374         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
375         failed.  Always return a list with a (possibly dead) process as the
376         first element, for compatibility with open-network-stream.
377         (proto-stream-open-tls): Use plist-get.  Always return a list.
378         (proto-stream-open-shell): Return `default' as connection type.
379         (proto-stream-capability-open): Use plist-get.
380         (proto-stream-eoc): Function deleted.
381
382         * nnimap.el (nnimap-stream, nnimap-open-connection)
383         (nnimap-open-connection-1): Handle renaming of :type parameter for
384         open-protocol-stream.
385         (nnimap-open-connection-1): Pass a :return-list parameter
386         open-protocol-stream to obtain a list return value.  Parse this list
387         using plist-get.
388
389         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
390         for open-protocol-stream.  Accept open-protocol-stream return value
391         that is a subprocess object instead of a list.  Handle the case of a
392         dead returned process.
393
394 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
395
396         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
397
398         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
399
400 2011-03-21  Julien Danjou  <julien@danjou.info>
401
402         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
403         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
404         query.
405         (mm-inline-text): Render normal text with fontification whenever
406         possible.
407
408         * gnus-sum.el (gnus-summary-save-parts-1):
409         * gnus-art.el (gnus-article-browse-html-save-cid-content)
410         (gnus-article-browse-html-parts, gnus-mime-delete-part)
411         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
412         Use `mm-handle-filename'.
413
414         * mm-util.el (mm-handle-filename): New function, return the filename of
415         an handle.
416
417 2011-03-18  Julien Danjou  <julien@danjou.info>
418
419         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
420         (gnus-buffer-live-p): Check that buffer is not nil.
421
422 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
423
424         * gnus.el: No Gnus v0.15 is released.
425
426 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * time-date.el (format-seconds): Use assoc instead of assoc-string to
429         avoid warning on XEmacs.
430
431         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
432         on XEmacs.
433
434         * gnus-art.el: Require mouse, which the build bot seems to say is
435         needed.
436
437         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
438
439         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
440         XEmacs, since it doesn't have url-retrieve-synchronously.
441
442         * time-date.el (format-seconds): Use assoc instead of assoc-string,
443         since assoc-string doesn't exist in XEmacs.
444
445 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
446
447         * gnus-group.el (gnus-group-list-ticked): New function.
448         (gnus-group-make-menu-bar): Provide a menu entry for it.
449         (gnus-group-list-map): Provide a binding for it.
450
451 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * shr.el (shr-visit-file): New command.
454
455         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
456
457 2011-03-17  Bjørn Mork  <bjorn@mork.no>
458
459         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
460         servers.
461
462 2011-03-16  Julien Danjou  <julien@danjou.info>
463
464         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
465         inline.
466
467         * gnus-art.el (article-hide-list-identifiers): Use
468         gnus-group-get-list-identifiers.
469
470         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
471         (gnus-summary-remove-list-identifiers): Use
472         gnus-group-get-list-identifiers to get regexp.
473         (gnus-select-newsgroup, gnus-summary-insert-subject)
474         (gnus-summary-insert-articles): Call
475         gnus-summary-remove-list-identifiers unconditionally.
476
477 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
480         we're selecting a group with unread articles.
481
482         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
483
484         * gssapi.el: New file separated out from imap.el to provide a general
485         Kerberos 5 connection facility for Emacs.
486
487         * message.el (message-elide-ellipsis): Document the format spec
488         ellipsis.
489
490 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
491
492         * message.el (message-elide-region): Allow the ellipsis to say how many
493         lines were removed.
494
495 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
498         window configurations containing buffers that are now dead.
499
500         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
501         parsing to avoid integer overflows.
502         (nnimap-parse-flags): Simplify the last change.
503         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
504         too large for 32-bit Emacsen.
505
506 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
507
508         * auth-source.el (auth-source-netrc-create):
509         * message.el (message-yank-original): Fix use of `case'.
510
511 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
512
513         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
514         XEmacs, which was one character too wide.
515
516 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
517
518         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
519         default number of articles to display.
520         (gnus-articles-to-read): Use pretty names for prompt.
521
522 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * gnus-int.el (gnus-open-server): Ditto.
525
526         * gnus-start.el (gnus-activate-group): Give a backtrace if
527         debug-on-quit is set and the user hits `C-g'.
528         (gnus-read-active-file): Ditto.
529
530         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
531
532 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
533
534         * message.el (message-yank-original): Use cond instead of CL case.
535
536 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
537
538         * auth-source.el (auth-source-netrc-create): Use usual format for the
539         default in prompts.
540
541 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * lpath.el: Fbind read-char-choice for XEmacs.
544
545 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
546
547         * auth-source.el (auth-source-netrc-create): Show the default in the
548         prompt when prompting for token creation.
549
550 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
551
552         * auth-source.el (auth-source-format-prompt): Always convert the value
553         to a string to avoid evaluating non-string arguments.
554         (auth-source-netrc-create): Offer default properly, not as initial
555         content in `read-string'.
556         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
557         of line to determine if we've been run before.  If so, don't run again,
558         but print a trivial message to indicate the cache was hit instead.
559
560 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
561
562         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
563         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
564         The user will have to run `gnus-sync-read' manually and wait for Cloudy
565         Gnus.
566
567 2011-03-11  Julien Danjou  <julien@danjou.info>
568
569         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
570         modified file".
571
572 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
573
574         * auth-source.el (auth-source-read-char-choice): New function to read a
575         character choice using `dropdown-list', `read-char-choice', or
576         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
577         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
578         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
579         (auth-source-netrc-saver): Use it.
580         (auth-source-pick-first-password): New convenience function.
581
582 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
583
584         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
585         parameter in the credentials.
586         (nnimap-open-connection-1): Use it after a successful login.
587         (nnimap-credentials): Add IMAP-specific user and password prompt.
588
589         * auth-source.el (auth-source-search): Add :require parameter, taking a
590         list.  Document it and the :save-function return token.  Pass :require
591         down.  Change the CREATED message from a warning to a debug statement.
592         (auth-source-search-backends): Pass :require down.
593         (auth-source-netrc-search): Pass :require down.
594         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
595         Change save prompt to indicate all modifications saved here are
596         deletions.
597         (auth-source-netrc-create): Take user login name as default in user
598         prompt.  Move all the save functionality to a lexically bound function
599         under the :save-function token in the returned list.  Set up clearer
600         default prompts for user, host, port, and secret.
601         (auth-source-netrc-saver): New function, intended to be wrapped for
602         :save-function.
603
604 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * shr.el (shr-table-horizontal-line): Change the defaults for the table
607         lines to be spaces instead.
608
609 2011-03-07  Julien Danjou  <julien@danjou.info>
610
611         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
612         (sieve-sasl-auth): Check that auth-source-search did return something,
613         or just return an empty string.
614
615 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
616
617         * gnus.el (gnus-interactive): Use read-directory-name.
618
619         * gnus-uu.el (gnus-uu-decode-uu-and-save)
620         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
621         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
622         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
623         Likewise.
624
625         * gnus-group.el (gnus-group-make-directory-group): Likewise.
626
627 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
630         onto the list of killed groups, too.  This makes killed nnimap groups,
631         for instance, more reliably not reappear.
632
633         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
634         the parent.
635
636         * gnus-sum.el (gnus-update-read-articles): Fix typo.
637
638         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
639         really have server-side marks.
640
641         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
642         since most backends do not usefully have server-side marks.
643         (gnus-update-read-articles): Propagate marks to all backends that
644         really have server-side marks.
645
646 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
647
648         * message.el (message-cite-reply-position, message-cite-style):
649         New variables.
650         (message-yank-original): Use the new citation styles.
651
652 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
653
654         * message.el (message-options): Revert 22da67af (workaround for XEmacs
655         buffer-local issue); don't mark it buffer-local when running under
656         XEmacs.
657
658 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
659
660         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
661         numbers too big to be `read'.
662
663 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
664
665         * password-cache.el (password-in-cache-p): Add autoload.
666
667         * message.el (message-options): Make buffer-local two ways to attempt
668         to fix a XEmacs bug.
669
670 2011-03-02  Julien Danjou  <julien@danjou.info>
671
672         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
673
674 2011-03-01  Julien Danjou  <julien@danjou.info>
675
676         * gnus-art.el (list-identifier): Add list-identifier as a parameter
677         group.
678         (article-hide-list-identifiers): Use list-identifier group parameter.
679
680 2011-02-28  Julien Danjou  <julien@danjou.info>
681
682         * sieve.el (sieve-buffer-script-name): New local variable to store
683         sieve script name.
684         (sieve-edit-script): Store sieve script name.
685         (sieve-upload): Use sieve script name when uploading.
686         (sieve-upload): Use substitute-command-keys.
687         (sieve-edit-script): Use substitute-command-keys.
688         (sieve-refresh-scriptlist): Use substitute-command-keys.
689         (sieve-manage-mode-map): Define keymap properly.
690         (sieve-manage-mode): Do not set mode name manually, change mode-name to
691         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
692         Remove commented code about cvs.
693         (sieve-manage-quit): New function.
694         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
695
696 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus-group.el (gnus-import-other-newsrc-file): New function.
699
700 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
701
702         * auth-source.el (auth-source-search): Cache empty result sets.
703
704         * password-cache.el (password-in-cache-p): Convenience function to
705         check if a key is in the cache, even if the value is nil.
706
707         * auth-source.el (auth-source-save-behavior): New variable to replace
708         `auth-source-never-create'.
709         (auth-source-netrc-create): Use it.
710         (auth-source-never-save): Remove.
711
712 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
713
714         * nnimap.el (nnimap-stream): Doc fix.
715         (nnimap-open-connection-1): Reverse the order of the ports to that the
716         prompted-for port is first.
717
718         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
719         retrieval by the no-group selection.
720
721         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
722         numerical parameters.
723
724 2011-02-25  Julien Danjou  <julien@danjou.info>
725
726         * gnus-gravatar.el: Use gnus-with-article-buffer.
727
728         * gnus-art.el (gnus-with-article-buffer): Check that the
729         gnus-article-buffer is alive.
730
731 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
732
733         * auth-source.el (auth-source-creation-prompts): New variable to manage
734         creation-time prompts.
735         (auth-source-search): Document it.
736         (auth-source-format-prompt): Add utility function.
737         (auth-source-netrc-create): Don't default the user name to
738         user-login-name.  Use `auth-source-creation-prompts' and some default
739         prompts for user, host, port, and password (the default generic prompt
740         remains ugly).
741         (auth-source-never-save): Add customizable option to never save info.
742         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
743         mode excursion.
744
745 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
748         argument that XEmacs doesn't support.
749
750         * dgnushack.el (dgnushack-compile): Exclude color.el from being
751         compiled for Emacsen having no `libxml-parse-html-region' support.
752
753         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
754
755         * lpath.el: Bind buffer-save-without-query for XEmacs.
756
757 2011-02-23  Julien Danjou  <julien@danjou.info>
758
759         * gnus-art.el (article-make-date-line): Ignore errors if time is
760         invalid and not convertible.
761         (article-make-date-line): Only add lapsed time if time is not nil.
762
763 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
766         `read-char-choice' for backwards compatibility.
767         (auth-source-netrc-element-or-first): New function to DTRT for
768         parameter extraction.
769         (auth-source-netrc-create): Use it and fix multiple parameter print
770         bug.  Use the default passed from above (given-default) or the
771         built-in (user-login-name for :user).
772
773 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-start.el (gnus-dribble-read-file):
776         Set buffer-save-without-query, since we always want to save the dribble
777         file, probably.
778
779         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
780         nnimap.
781
782         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
783         -summary- since it's a user-visible variable.
784
785         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
786         first time you use the new Gnus.
787
788 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
789
790         * auth-source.el: Don't load netrc.el.
791         (auth-sources): Search ~/.netrc as well by default.
792         (auth-source-debug): Add 'trivia option for extra output.
793         (auth-source-do-trivia): Use it.
794         (auth-source-search): Simplify logic to use
795         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
796         appropriate.  Don't keep a running count at this level.  Layer :create
797         and :delete options appropriately on the first and second passes.
798         Don't track the backend with the search results.
799         (auth-source-search-backends): New function to search a list of
800         backends for a processed spec.
801         (auth-source-netrc-parse): Cache all netrc files, making
802         auth-source-netrc-cache an alist keyed by the file name and using the
803         file mtime as the caching criterion.  Keep the obfuscated data secret
804         with a lexical bind.
805         (auth-source-netrc-search): Don't calculate the length of the results
806         unnecessarily.
807         (auth-source-search-backends): Fix bug.
808         (auth-source-netrc-create): Rework prompts.
809
810 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
811
812         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
813         Lower case names of search constraints.
814         (nnir-run-query): Cache and reuse search constraints for all imap
815         servers.
816
817 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
818
819         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
820         after exit.
821         (gnus-setup-message): Define missing variable from last checkin.
822
823         * gnus-sum.el (gnus-summary-show-article): When called with t as the
824         value, show the raw article.
825
826 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
827
828         * gnus.el: No Gnus v0.13 is released.
829
830 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
831
832         * nnimap.el (nnimap-open-connection-1): Revert last change, since
833         auth-source now accepts numbers.
834
835         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
836         spec, too.
837         (auth-source-ensure-strings): New function.
838
839         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
840         (gnus-article-setup-buffer): Always restart the date timer so that user
841         changes to the frequency is respected.
842
843         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
844         port numbers, so make sure it gets that if nnimap-server-port is
845         explicit.
846
847 2011-02-21  Simon Josefsson  <simon@josefsson.org>
848
849         * nnimap.el (nnimap-inbox): Doc fix.
850
851 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
852
853         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
854         Autoload.  Add optional arg FRAME, and pass it to color-values.
855         (color-complement): Caller changed.  Doc fix.
856         (color-gradient): Rewrite for better clarity and efficiency.
857
858 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
859
860         * shr-color.el (shr-color->hexadecimal): Use renamed function names
861         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
862         color-lab-to-srgb.
863
864 2011-02-20  Drew Adams  <drew.adams@oracle.com>
865
866         * color.el: First part of merge from hexrgb.el.
867         (color-rgb-to-hex): Rename from color-rgb->hex.
868         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
869         saturation to zero if the value is too small.
870         (color-rgb-to-hsl): Rename from color-rgb->hsl.
871         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
872         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
873         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
874         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
875         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
876         (color-cie-de2000): Doc fix.
877
878 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
879
880         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
881         given method as in the group name if we're using an extended method.
882         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
883         command, if we're using that, instead of waiting for the beginning.
884
885         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
886         we're sure to get unique server names, and we don't output two async
887         commands in the same buffer.  This fixes an NNTP hang for some users.
888
889 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
890
891         * gnus.el: No Gnus v0.11 is released.
892
893 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
894
895         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
896         summary buffer before reading going to the next buffer.  This avoids
897         putting the point in the group buffer if you `C-g' the command.
898
899         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
900         cache (for now) to make ~/.authinfo.gpg files usable.
901
902         * nnfolder.el (copyright-update): Define for the compiler.
903
904         * auth-source.el (auth-source-search): Fix unbound variable.
905
906 2011-02-19  Glenn Morris  <rgm@gnu.org>
907
908         * gnus.el (gnus-meta): Doc fix.
909
910 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
911
912         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
913         in case it's not yet loaded.
914
915 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
916
917         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
918         line we're waiting for.
919
920 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
921
922         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
923         face with line-width greater than zero will cause RET in gnus summary
924         buffer to scroll down article page-wise because auto vscroll happens,
925         it should be temporalily disabled when doing a scroll-up.
926
927 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
928
929         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
930         outputs from the server.
931
932 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
933
934         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
935         later so that bbdb can hook in easier.
936
937 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
938
939         * auth-source.el (auth-source-search): Don't try to create credentials
940         if the caller doesn't want that.
941         (auth-source-search): If we don't find a match, don't bug out on
942         non-bound variables.
943         (auth-source-search): Only ask a single backend to create the
944         credentials.
945
946         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
947         logging.
948         (nnimap-credentials): Protect against auth-source-search returning nil.
949         (nnimap-request-list): Protect against not being able to open the
950         server.
951
952 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
953
954         * auth-source.el (auth-source-search): Do a two-phase search, one with
955         no :create to get the responses from all backends.
956
957         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
958         when getting credentials.
959
960         * gnus-util.el (gnus-delete-duplicates): New function.
961
962 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
963
964         * nnimap.el (nnimap-credentials): Instead of picking the first port as
965         a creation default, pass the whole port list down.  It will be
966         completed.
967
968         * auth-source.el (auth-source-search): Updated docs to talk about
969         multiple creation choices.
970         (auth-source-netrc-create): Accept a list as a value (from the search
971         parameters) and do completion on that list.  Keep a separate netrc line
972         with the password obscured for showing the user.
973
974         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
975         first choice to `auth-source-search' so it will be used for entry
976         creation instead of the server's Gnus-specific name.
977         (nnimap-credentials): Rely on the auth-source library to select which
978         port is actually wanted in the new netrc entry, so don't override
979         `auth-source-creation-defaults'.
980
981         * auth-source.el (auth-source-netrc-parse): Use :port instead of
982         :protocol and accept a missing user, host, or port as a wildcard match.
983         (auth-source-debug): Default to off.
984
985         (auth-source-netrc-search, auth-source-netrc-create)
986         (auth-source-secrets-search, auth-source-secrets-create)
987         (auth-source-user-or-password, auth-source-backend, auth-sources)
988         (auth-source-backend-parse-parameters, auth-source-search): Use :port
989         instead of :protocol.
990
991         * nnimap.el (nnimap-credentials): Pass a port default to
992         `auth-source-search' in case an entry needs to be created.
993         (nnimap-open-connection-1): Use :port instead of :protocol.
994
995 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * auth-source.el: Bind load-path when loading EIEIO from
998         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
999         21.4 doesn't support, to `require'.
1000         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1001         delete-dups that is not available in XEmacs 21.4.
1002
1003 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1004
1005         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1006         as EIEIO must also be loaded when auth-source.el is being
1007         byte-compiled.
1008
1009 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1010
1011         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1012
1013         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1014
1015         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1016
1017         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1018
1019         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1020
1021         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1022
1023         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1024
1025         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1026         necessary.
1027
1028 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1029
1030         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1031         nil means that nnimap doesn't get updated.
1032
1033 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1034
1035         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1036         result when the user doesn't want to write to the file.
1037         (auth-source-netrc-search): Expect a synthetic result and proceed
1038         accordingly.
1039         (auth-source-cache-expiry): New variable to override
1040         `password-cache-expiry'.
1041         (auth-source-remember): Use it.
1042
1043         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1044         parameter.  Create entry if necessary by using :create t.
1045         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1046
1047 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1048
1049         * auth-source.el (auth-source-debug): Enable by default and don't
1050         mention the obsolete `auth-source-hide-passwords'.
1051         (auth-source-do-warn): New function to debug unconditionally.
1052         (auth-source-do-debug): Use it.
1053         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1054         and for Secrets API entries when the secrets.el library is not
1055         available.
1056
1057 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1058
1059         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1060         (gnus-summary-exit): Kill the correct article buffer on exit from a
1061         `C-d' group.
1062
1063         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1064         gnus-propagate-marks.
1065
1066         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1067         before killing the buffers so that a non-full window conf gets handled
1068         correctly.
1069         (gnus-summary-exit): Ditto.
1070         (gnus-summary-read-group-1): Ditto.
1071
1072         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1073         async code again so that we can debug it properly.
1074
1075         * message.el (message-reply): Take an optional switch-buffer parameter
1076         so that Gnus window confs are respected better.
1077
1078 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1079
1080         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1081         `plist-get' to accept non-list parameters (XEmacs issue).
1082         Fix docstring.
1083         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1084         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1085         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1086         Login collection is "Login" and not "login".
1087
1088 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1089
1090         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1091         multiple headers.
1092
1093         * nnimap.el (nnimap-inhibit-logging): New variable.
1094         (nnimap-log-command): Don't log login commands.
1095
1096         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1097         to have more parameters.
1098
1099         * nnimap.el (nnimap-send-command): Mark the command time for each
1100         command, so that we don't get NOOPs stepping on our toes.
1101
1102         * gnus-art.el (article-date-ut): Get the date from the Date header on
1103         `t'.
1104
1105 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * auth-source.el (auth-source-search): Use copy-sequence instead of
1108         the cl.el copy-list.
1109
1110 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1111
1112         * imap.el: Bring it back (revert
1113         84d800cd31de3064f0ed39617d725709a2f8f42f).
1114
1115 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1116
1117         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1118         Improve prompt.
1119
1120 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1123         washing status from the default format.  It isn't very informative.
1124
1125 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1126
1127         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1128         Fix Gcc processing on imap.
1129
1130 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1131
1132         * imap.el: Remove file.  All the functionality is in nnimap.el.
1133
1134 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1135
1136         * message.el (message-bury): Don't pop up a new window when selected
1137         window is dedicated.
1138
1139 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1140
1141         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1142
1143 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1144
1145         * sieve-manage.el: Autoload `auth-source-search'.
1146         (sieve-sasl-auth): Use it.
1147
1148 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1149
1150         * nnimap.el: Autoload `auth-source-forget+'.
1151         (nnimap-open-connection-1): Use it if the connection fails.
1152
1153         * auth-source.el: Require `password-cache'.
1154         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1155         obsolete.
1156         (auth-source-magic): Marker for `password-cache' keys.
1157         (auth-source-do-cache): Update docstring.
1158         (auth-source-search): Use and check cache.
1159         (auth-source-forget-all-cached, auth-source-remember)
1160         (auth-source-recall, auth-source-forget, auth-source-forget+)
1161         (auth-source-specmatchp): Caching support functions.
1162         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1163         Remove and obsolete.
1164         (auth-source-user-or-password): Remove caching to further discourage
1165         using it.  Always hide passwords.
1166
1167         * password-cache.el (password-cache-remove): Accept secrets that are
1168         not strings.
1169
1170 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1171
1172         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1173         code for now, since it doesn't work for all users.
1174
1175 2011-02-09  Julien Danjou  <julien@danjou.info>
1176
1177         * message.el (message-options): Make message-options really buffer
1178         local.
1179
1180 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1181
1182         * mail-source.el: Autoload `auth-source-search'.
1183         (mail-source-keyword-map): Note order matters.
1184         (mail-source-set-1): Get all the mail-source source values and
1185         defaults and search auth-source on those if needed.  This can all
1186         probably be simplified.
1187
1188         * nnimap.el: Autoload `auth-source-search'.
1189         (nnimap-credentials): Use it.
1190         (nnimap-open-connection-1): Ask for the virtual server and physical
1191         address in one shot.
1192
1193         * nntp.el: Autoload `auth-source-search'.
1194         (nntp-send-authinfo): Use it.  Note TODO.
1195
1196 2011-02-08  Julien Danjou  <julien@danjou.info>
1197
1198         * shr.el (shr-tag-body): Add support for text attribute in body
1199         markups.
1200
1201         * message.el (message-options): Make message-options a local variable.
1202
1203 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1204
1205         * auth-source.el (auth-source-secrets-search)
1206         (auth-source-user-or-password): Use `append' instead of `nconc'.
1207         (auth-source-user-or-password): Build return list better and protect
1208         against nil :secret.
1209
1210 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1211
1212         * nnimap.el (nnimap-update-info): Refactor slightly.
1213         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1214         (nnimap-update-info): Clean up slightly.
1215         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1216         characters.
1217         (nnimap-process-quirk): Rename function to avoid collision.
1218         (nnimap-update-info): Fix macrology bug-out.
1219         (nnimap-update-info): Simplify split history test.
1220
1221 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1222
1223         * auth-source.el (top): Require 'eieio unconditionally.
1224         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1225         (auth-source-secrets-search): Limit search when `max' is greater than
1226         number of results.
1227
1228 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1231         part not returning any data.
1232
1233         * proto-stream.el (open-protocol-stream): Document the return value.
1234
1235 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1236
1237         * auth-source.el (auth-source-secrets-search): Add examples.
1238
1239 2011-02-06  Julien Danjou  <julien@danjou.info>
1240
1241         * message.el (message-setup-1): Handle message-generate-headers-first
1242         set to t.
1243
1244 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1245
1246         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1247         API with a string "secrets:collection-name" and with 'default.
1248         (auth-source-backend-parse): Parse "secrets:collection-name" and
1249         'default.  Recurse on parses instead of repeating code.  Use the
1250         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1251         message when ignoring a source.
1252         (auth-source-search): List ignored search keys at the top level.
1253         (auth-source-netrc-create): Use `case' instead of `cond'.
1254         (auth-source-secrets-search): Created with TODOs.
1255         (auth-source-secrets-create): Created with TODOs.
1256         (auth-source-retrieve, auth-source-create, auth-source-delete)
1257         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1258         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1259         (auth-source-user-or-password-sftp)
1260         (auth-source-user-or-password-smtp): Remove.
1261         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1262         around `auth-source-search'.  Not tested thoroughly.
1263
1264 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1265
1266         * auth-source.el: Bring in assoc and eioeio libraries.
1267         (secrets-enabled): New variable to track the status of the Secrets API.
1268         (auth-source-backend): New EIOEIO class to represent a backend.
1269         (auth-source-creation-defaults): New variable to set prompt defaults
1270         during token creation (see the `auth-source-search' docstring for
1271         details).
1272         (auth-sources): Simplify to allow a simple string as a netrc backend
1273         spec.
1274         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1275         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1276         (auth-source-search): Main auth-source API entry point.
1277         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1278         (auth-source-search-collection): Helper function for searching.
1279         (auth-source-netrc-parse, auth-source-netrc-normalize)
1280         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1281         Supports search, create, and delete.
1282         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1283         backend stubs.
1284         (auth-source-user-or-password): Call `auth-source-search' but it's not
1285         ready yet.
1286
1287 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1288
1289         * message.el (message-setup-1): Remove the read-only stuff, since it
1290         doesn't work under XEmacs, for some reason.
1291
1292         * gnus-sum.el (gnus-user-date): Rename back from
1293         gnus-summary-user-date since user code refers to it.
1294
1295         * shr.el (shr-render-td): Store the actual background colour used.
1296
1297         * message.el (message-setup-1): Don't bind the constant
1298         -forbidden-properties.
1299         (message-setup-1): Revert previous change, since it needs to bind the
1300         props to insert them.
1301         (message-resend): Allow removing the read-only separator line.
1302
1303 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1304
1305         * nnimap.el (nnimap-request-accept-article): Give an error message if
1306         the APPEND wasn't successful.
1307
1308 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1309
1310         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1311         that have no groups.
1312
1313 2011-02-03  Julien Danjou  <julien@danjou.info>
1314
1315         * gnus-draft.el: Remove progn around gnus-draft-setup.
1316
1317 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1318
1319         * gnus-start.el (gnus-read-active-for-groups): This function is never
1320         called with a nil `infos', so clean that up.
1321         (gnus-get-unread-articles): Request active files from primary/secondary
1322         methods that have no groups (yet).
1323
1324 2011-02-03  Julien Danjou  <julien@danjou.info>
1325
1326         * message.el (message-setup-1): Always generate References first.
1327         (message-mail): Return the return value of message-setup, not always t.
1328         (message-setup-1): Insert mail-header-separator with read-only and
1329         intangible properties set.
1330
1331         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1332         user-date in docstring.
1333
1334         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1335
1336         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1337         docstring.
1338
1339         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1340         defcustom, with type and group. Move from gnus-util.el. Rename to
1341         gnus-summary-user-date-format-alist.
1342
1343 2011-02-03  Glenn Morris  <rgm@gnu.org>
1344
1345         * nnimap.el (gnus-fetch-headers): Declare.
1346
1347         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1348
1349 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1350
1351         * message.el (message-forward-make-body-digest-plain)
1352         (message-followup, message-reply): Clean up things noted by Stefan.
1353
1354         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1355         gnus-article-update-date-headers is nil.
1356         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1357         it didn't really work with defcustom.
1358         (article-update-date-lapsed): Make sure the window start doesn't move,
1359         either.
1360
1361 2011-02-01  Julien Danjou  <julien@danjou.info>
1362
1363         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1364         format.
1365
1366         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1367         standard in Emacs nowadays.
1368
1369         * color.el (color-gradient): Add a color-gradient function.
1370
1371 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1372
1373         * message.el (message-expand-name): Don't trust the return value of
1374         bbdb-complete-name.
1375         (message-check-news-header-syntax): Remove unused var `start'.
1376         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1377         (message-inhibit-body-encoding): Move to before first use.
1378         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1379         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1380         (Organization, Message-ID, Date, mh-previous-window-config):
1381         Defvar the vars using dynamic scoping.
1382
1383 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1384
1385         * shr.el (shr-render-td): Only do colours at the final rendering.
1386         Should be slightly faster.
1387         (shr-insert-table): Fix up TD background colours when doing the
1388         vertical padding.
1389
1390         * gnus-art.el (article-date-ut): Protect against articles with no Date
1391         header.
1392         (article-update-date-lapsed): Don't use current-column to find the
1393         horizontal position.  It's fragile in the presence of \003 characters.
1394
1395         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1396
1397 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus-art.el (article-transform-date): Rewrite to still work when
1400         there are several rfc2822 parts.
1401         (article-transform-date): Fix infinite recursion.
1402         (article-date-ut): Replace infinitely many Date headers with a single
1403         one when called interactively.
1404
1405         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1406         secure manner.
1407
1408         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1409         move around by not using save-window-excursion.  It seems to work...
1410
1411 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * gnus-art.el (article-make-date-line): Work for user-defined format.
1414
1415 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1416
1417         * nntp.el (nntp-retrieve-group-data-early)
1418         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1419         fetching functions.
1420
1421         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1422         thoroughly for all backends that have no known groups.  This should
1423         allow new nnml methods to retrieve mail.
1424
1425         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1426         that Gnus doesn't know exists again.
1427
1428         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1429         (gnus-treat-date-ut): Ditto.
1430         (gnus-article-update-date-header): Rename.
1431         (gnus-treat-date-local): Remove.
1432         (gnus-treat-date-english): Remove.
1433         (gnus-treat-date-lapsed): Remove.
1434         (gnus-treat-date-combined-lapsed): Remove.
1435         (gnus-treat-date-original): Remove.
1436         (gnus-treat-date-iso8601): Remove.
1437         (gnus-treat-date-user-defined): Remove.
1438         (gnus-article-date-headers): New variable to control all the date
1439         header options.
1440         (article-date-ut): Rewrite to allow using the new way to format date
1441         headers(s).
1442
1443 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1444
1445         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1446         method.
1447         (nnmail-article-group): A better test for fanciness.
1448
1449         * nnimap.el (nnimap-request-head): Protect against not finding the
1450         article by Message-ID.
1451
1452 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1453
1454         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1455         keep point at the "same place".
1456
1457 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1458
1459         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1460         data if the group is unactivated.
1461
1462 2011-01-28  Julien Danjou  <julien@danjou.info>
1463
1464         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1465         (gnus-all-windows-visible-p): Remove old compatibility code.
1466         (gnus-window-top-edge): Add docstring.
1467
1468         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1469
1470 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1471
1472         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1473         older request-update-info.
1474
1475         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1476
1477 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1478
1479         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1480         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1481
1482 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1485         groups.  This makes the nndraft:queue group pop up if it's not already
1486         there.
1487
1488         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1489         messages" logic, which was reversed.
1490
1491         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1492         the "same place" even if point is on the line being replaced.
1493         (article-update-date-lapsed): Allow updating both the combined lapsed
1494         and the lapsed headers.
1495         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1496         (article-make-date-line): Limit the number of segments dynamically to
1497         avoid too-long lines.
1498
1499 2011-01-27  Julien Danjou  <julien@danjou.info>
1500
1501         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1502         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1503
1504 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1507         Use plist-get instead of the cl function getf.
1508
1509 2011-01-27  Glenn Morris  <rgm@gnu.org>
1510
1511         * gnus-util.el (float-time): Get rid of compiler warning, again.
1512
1513 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1514
1515         * shr.el (shr-put-color): Special-case background colours: Do put them
1516         at the blank parts at the front of the lines.
1517
1518         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1519         exit hook to nix out all data on readedness on group exit.
1520
1521         * gnus-util.el (float-time): If float-time is bound, always use it on
1522         all Emacsen.  It's unclear why the subrp check was there.
1523         (time-date): Require to make some autoload issues on XEmacs go away.
1524
1525         * shr.el (shr-put-color): Don't do the box padding in tables, since
1526         they're already padded.
1527
1528 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1529
1530         * gnus-art.el (gnus-article-next-page): When the last line of the
1531         article is displayed, scroll down once more instead of going to the
1532         next article at once.
1533         (article-lapsed-string): Refactor out and allow specifying how many
1534         segments you want.
1535         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1536         (gnus-article-update-lapsed-header): New variable.
1537
1538         * shr.el: Revert change that made headings use different-sized faces.
1539         The Emacs display engine isn't advanced enough that, for instance,
1540         tables can comfortably use differently-sized faces.
1541
1542 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1543
1544         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1545         used.
1546         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1547         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1548         we're using an encrypted connection.
1549
1550         * proto-stream.el: Alter the interface functions to also return the
1551         actual stream type used: network or tls.
1552
1553 2011-01-25  Julien Danjou  <julien@danjou.info>
1554
1555         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1556         (mm-display-javascript-inline): New function.
1557
1558         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1559         viewing function.
1560
1561 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * shr.el (shr-expand-newlines): Fix variable name.
1564
1565 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1566
1567         * shr.el (shr-expand-newlines): Make nested boxes work.
1568
1569 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1570
1571         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1572         backgrounds.
1573         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1574         in a more sensible manner.
1575
1576 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1577
1578         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1579         if EPG is loaded.
1580
1581 2011-01-24  Julien Danjou  <julien@danjou.info>
1582
1583         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1584         tags.
1585
1586 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1587
1588         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1589         commands.
1590
1591         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1592         in the article buffer.
1593         (gnus-gravatar-insert): Use blank space from the current buffer to
1594         avoid breaking text properties.  This makes X-Sent updating work again.
1595
1596         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1597
1598 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1599
1600         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1601         fix the bug in url-http.el instead.
1602
1603         * shr.el (shr-image-fetched): Ditto.
1604
1605         * shr.el (shr-image-fetched): Avoid having point move in the article
1606         buffer.
1607
1608         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1609         buffer after being called.  It's apparently being killed by url.el, and
1610         killing it made point move to end-of-buffer in a random buffer.
1611
1612         * shr.el (shr-image-fetched): Ditto.
1613
1614 2011-01-23  Julien Danjou  <julien@danjou.info>
1615
1616         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1617
1618         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1619         text/x-org.
1620
1621 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1622
1623         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1624         (i.e., nnimap) returning nil as the article number.
1625
1626 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1627
1628         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1629         "DelSp" parameter in RFC3676.
1630
1631 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1632
1633         * message.el (message-check-recipients): Display the encoded version of
1634         the bogus address if they differ.
1635
1636         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1637         after sending.
1638
1639         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1640
1641         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1642
1643         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1644         group buffer after sending the queue.
1645
1646         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1647
1648 2011-01-22  Julien Danjou  <julien@danjou.info>
1649
1650         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1651
1652 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1653
1654         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1655         nested related parts.
1656
1657         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1658         unexpired articles.  This fixes the regression that led expiry marks to
1659         disappear from nnfolder groups.
1660
1661 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1662
1663         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1664         Don't confuse the "ret" of "retrograde" with RET.
1665
1666 2011-01-21  Julien Danjou  <julien@danjou.info>
1667
1668         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1669         than mm-insert-inline.
1670
1671 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1674         Widen article buffer.
1675
1676 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1677
1678         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1679         the temp buffer.
1680         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1681
1682 2011-01-20  Julien Danjou  <julien@danjou.info>
1683
1684         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1685
1686         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1687         than mm-insert-inline to insert inline part: this respect
1688         mm-inline-media-tests displayers.
1689
1690         * mm-view.el (mm-display-shell-script-inline): New function.
1691
1692         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1693
1694         * mm-uu.el (mm-uu-type-alist): Add org block.
1695         (mm-uu-org-src-code-block-extract): New function.
1696
1697         * mm-view.el (mm-display-org-inline): New function.
1698
1699         * mm-decode.el (mm-automatic-display): Add text/org.
1700
1701         * mailcap.el (mailcap-mime-extensions): Add .org.
1702
1703 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1706         gnus-article-add-buttons.
1707
1708 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1709
1710         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1711         From header with a date and "nobody" as the sender.
1712
1713 2011-01-19  Julien Danjou  <julien@danjou.info>
1714
1715         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1716         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1717         if you have the same regexp several times.
1718         (gnus-button-push): Fix matching when regexp is symbol.
1719
1720 2011-01-15  Glenn Morris  <rgm@gnu.org>
1721
1722         * message.el (message-mail): A compose-mail function should
1723         accept headers as strings.
1724
1725 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1726
1727         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1728         Add :vert-only tags.
1729         (message-mail): New arg RETURN-ACTION.
1730         (message-return-action): New var.
1731         (message-bury): Use it.
1732         (message-mode): Make it buffer-local.
1733         (message-send-and-exit): Always call message-bury.
1734
1735         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1736         message-mail.
1737
1738 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * nnimap.el (nnimap-convert-partial-article): Protect against
1741         zero-length body parts.
1742
1743         * mm-decode.el (mm-preferred-alternative-precedence):
1744         Discourage showing empty parts.
1745
1746         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1747         and stuff if the backend didn't return the article number.  This fixes
1748         an Exchange-related nnimap bug.
1749
1750         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1751         group window, because it does the wrong thing when a separate frame
1752         displays the group buffer.
1753
1754         * proto-stream.el (open-protocol-stream): Protect against the low-level
1755         transport functions returning nil.
1756
1757 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1758
1759         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1760         (mml2015-epg-find-usable-secret-key): New function.
1761         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1762         mml2015-epg-find-usable-key (Bug#7797).
1763         (mml2015-epg-encrypt): Ditto.
1764
1765 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1766
1767         * dgnushack.el (rot13-string): Fix the way to get the argument.
1768
1769 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1772
1773 2011-01-03  Glenn Morris  <rgm@gnu.org>
1774
1775         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1776
1777         * sieve.el (sieve-open-server): Give a more explicit error if
1778         sieve-manage-open returns nil.  (Bug#7720)
1779
1780 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1781
1782         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1783
1784 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1787         This avoids sending passwords in plain text over non-encrypted
1788         channels.
1789
1790         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1791
1792         * nnimap.el (nnimap-login): Refactored out into own function, and
1793         implement CRAM-MD5.
1794         (nnimap-wait-for-line): Refactored out.
1795
1796         * mm-view.el (mml-smime): Require.
1797
1798 2010-12-20  David Engster  <deng@eml.cc>
1799
1800         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1801         use EPG to decrypt S/MIME messages instead of openssl.
1802
1803 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1806
1807         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1808         status is the group clearly is unreachable.
1809
1810         * auth-source.el (auth-source-create): Add the optional second
1811         parameter to `local-variable-p' to be compatible with XEmacs.
1812
1813 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1814
1815         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1816         work when using a compressed nnml folder.
1817
1818 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1821         backends after sanitising on entry, because this never makes sense:
1822         If the articles have gone missing, then the data no longer exists on
1823         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1824         overwrite anything anyway.
1825
1826         * shr.el (shr-insert-document): Bind shr-width dynamically to
1827         window-width if it's nil.
1828
1829 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1830
1831         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1832         with the meaning of using the full emacs window width for rendering.
1833
1834 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1835
1836         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1837         case when sender is not given.
1838
1839 2010-12-23  Julien Danjou  <julien@danjou.info>
1840
1841         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1842         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1843         the addresses, otherwise we might misplaced the gravatar.
1844
1845 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1846
1847         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1848         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1849         obsolete in Emacs.
1850
1851 2010-12-20  Julien Danjou  <julien@danjou.info>
1852
1853         * gnus-util.el (gnus-rescale-image): Revert last change.
1854
1855 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1856
1857         * binhex.el: Improve commentary (Bug#7482).
1858
1859 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * gnus-group.el (gnus-group-delete-articles): New command.
1862
1863 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1864
1865         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1866
1867 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1870         here, since it's up to the backends to do CRLF removal if their
1871         protocol has it.
1872
1873         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1874
1875 2010-12-17  Julien Danjou  <julien@danjou.info>
1876
1877         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1878         they are from file. Can also scale up.
1879
1880 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1881
1882         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1883         gnus-use-agent.
1884         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1885
1886         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1887
1888 2010-12-17  Julien Danjou  <julien@danjou.info>
1889
1890         * gravatar.el (gravatar-retrieve-synchronously): New function.
1891         (gravatar-get-data): Make more robust.
1892
1893 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1896
1897 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1900         to really consider the last line.
1901
1902 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1903
1904         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1905         list of recipient keys, or use symmetric encryption if not a list.
1906         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1907         EPA override, replacing the call to `netrc-store-data'.
1908
1909 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1910
1911         * gnus-srvr.el: Avoid passing nil regexp argument to
1912         delete-matching-lines.
1913
1914 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1917         fetching stops when Gnus exits.
1918
1919         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1920         function.
1921         (nnfolder-request-expire-articles): Save all the buffers after doing
1922         expiry.
1923
1924         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1925         the last article", since that led to serious performance regressions
1926         when expiring nnml groups.
1927
1928 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1929
1930         * nnir.el: Improve customizations.
1931
1932 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1935
1936         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1937         group has been killed.
1938         (gnus-group-yank-group): Ditto.
1939
1940         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1941
1942         * nnimap.el (nnimap-request-update-group-status): New function.
1943
1944         * gnus-int.el (gnus-request-update-group-status): New interface
1945         function.
1946
1947         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1948         copying read-ness to the backends.
1949
1950         * nnimap.el (nnimap-quirk): New function.
1951         (nnimap-retrieve-group-data-early): Use it.
1952         (nnimap-quirks): New alist.
1953
1954 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1957         don't delete it within indentation.
1958
1959 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1962         previous line.
1963
1964 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1967         QRESYNC command by deleting a superfluous space which broke Cyrus
1968         servers.  This change will break other servers that are buggy the other
1969         way around.
1970
1971 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1972
1973         * spam.el: Reindent and fix long lines.
1974         (spam-copy-or-move-routine): Exclude invalid move destinations.
1975
1976 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1977
1978         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1979         installed the registry.
1980
1981 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1984
1985 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1986
1987         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1988         groupname doesn't contain "gmane".
1989
1990 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1993         and netrc-bound-and-true-p bindings.
1994         (netrc-parse): Cache the netrc contents.
1995
1996         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1997         (gnus-1): Don't create the nndrafts group twice.
1998         (gnus-setup-news): There's no need to read the active file here, since
1999         that's done again later on a per-backend basis.
2000         (gnus-start-draft-setup): Make sure that the new group is started out
2001         empty.
2002
2003         * gnus-agent.el (gnus-agentize): Don't create the queue group
2004         automatically on startup.  It'll be created later, if needed.
2005
2006         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2007         of automatically subscribed groups.
2008         (gnus-auto-subscribed-categories): New variable.
2009         (gnus-matches-options-n): Use it.
2010         (gnus-default-subscribed-newsgroups): Remove unused variable.
2011         (gnus-start-draft-setup): Message a bit less.
2012
2013 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2014
2015         * nnir.el (nnir-run-imap): Return article list in order of increasing
2016         UID.
2017
2018 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * gnus-sum.el (gnus-summary-enter-digest-group):
2021         Mention gnus-auto-select-on-ephemeral-exit.
2022
2023         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2024         convention of the network-only option.
2025
2026 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * proto-stream.el (proto-stream-open-network-only): New function to
2029         have a way to specify non-STARTTLS upgrade connections.
2030
2031 2010-12-10  Julien Danjou  <julien@danjou.info>
2032
2033         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2034         email address is nil.
2035
2036         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2037
2038 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2039
2040         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2041         deletion.
2042         (nnir-run-imap): Only need to parse list once.
2043
2044 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * shr.el (shr-tag-script): Ignore <script>.
2047         (shr-tag-label): Add <label> support.
2048
2049 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2052
2053         * shr.el (shr-image-displayer): Work for images lined side by side.
2054
2055 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2056
2057         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2058         parameter, since XEmacs doesn't accept t as a parameter.
2059
2060 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2061
2062         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2063         ids.
2064         (nnir-run-gmane): Simplify groupspec formatting.
2065         (nnir-request-expire-articles): New function.
2066
2067 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2070         overflow, possibly.
2071
2072         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2073         (shr-render-td): Handle td style="" better.
2074         (shr-tag-table): Use the color from the style sheet.
2075         (shr-render-td): Make sure we copy over all the overlays, too.
2076
2077 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2078
2079         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2080         (nnir-request-article): Improve article retrieval.
2081
2082 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * mm-util.el (mm-extra-numeric-entities): New variable.
2085
2086         * mm-url.el (mm-url-decode-entities):
2087         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2088
2089         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2090
2091 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2092
2093         * message.el: Use completion-at-point.
2094         (message-completion-function): New fun, extracted from message-tab.
2095         (message-mode): Use it for completion-at-point-functions.
2096         (message-tab): Use it and completion-at-point.
2097
2098 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2101         character if a non-breakable character follows.
2102
2103 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2106         any stream.
2107
2108         * shr.el (shr-tag-font): Colorize the region.
2109         (shr-tag-body): Ditto.
2110         (shr-tag-font): Actually let the styles be inherited instead of
2111         overwriting them.
2112         (shr-tag-font): Get the background color right.
2113         (shr-tag-style): Ignore all <style> tags for the moment.
2114
2115         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2116         a Message-ID to avoid having nnimap depend on gnus-sum.
2117
2118         * shr.el (shr-descend): Only colorize something if we have a node that
2119         sets colors.
2120
2121 2010-12-06  Julien Danjou  <julien@danjou.info>
2122
2123         * shr.el (shr-render-td): Render td content with shr-descend, so style
2124         will be applied to <td> too.
2125         (shr-colorize-region): Colorize region even if we only have a background.
2126         (shr-tag-body): Fix color and background color inheritance.
2127         Do not recolorize after shr-generic.
2128         (shr-tag-font): Let shr-generic colorize via inheritance.
2129
2130 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2133
2134 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2135
2136         * nnir.el (nnir-request-move-article): Remove obsolete code.
2137
2138 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2141
2142 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * gnus-sum.el (gnus-summary-respool-article): The completion function
2145         expects a list instead of an alist.
2146
2147         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2148         string as the parameter.
2149
2150         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2151
2152         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2153         styles.
2154         (shr-colorize-region): New function.
2155         (shr-insert-background-overlay): Remove.
2156         (shr-render-td): Background setting should be taken care of on a higher
2157         level.
2158         (shr-tag-body): Use post-hoc colorizations.
2159         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2160         (shr-put-color-1): Don't overwrite old colors.
2161         (shr-colorize-region): When the background color isn't explicit, use
2162         a fixed background.
2163
2164         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2165         nnmail variables.
2166
2167 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2168
2169         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2170         unless necessary.
2171
2172 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2173
2174         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2175         server.
2176
2177 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2180         so that TAB works.
2181
2182         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2183         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2184
2185         * shr.el (shr-urlify): Show the URL before the title to avoid
2186         misleading URLs.
2187
2188 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2189
2190         * shr.el (shr-urlify): Display the title in <a> tags.
2191
2192 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2193
2194         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2195
2196 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2197
2198         * nnir.el: Rearrange code to allow macros to be autoloaded by
2199         gnus-sum.el.
2200         (nnir-retrieve-headers-override-function): Make this variable
2201         customizable.
2202         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2203
2204         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2205         from nnir.el.
2206
2207 2010-12-03  Julien Danjou  <julien@danjou.info>
2208
2209         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2210
2211 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2214         allow optional argument `environment'.
2215
2216 2010-12-03  Glenn Morris  <rgm@gnu.org>
2217
2218         * mm-extern.el (message-goto-body): Update declaration.
2219
2220 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * gnus-util.el (gnus-macroexpand-all): New function.
2223
2224         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2225         instead of macroexpand-all that is unavailable in XEmacs.
2226
2227 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2228
2229         * nnir.el (nnir-summary-line-format): New variable.
2230         (nnir-mode): Use it.
2231         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2232         (nnir-article-ids): Reimplement as defsubst.
2233         (nnir-retrieve-headers): Don't mangle the subject header.
2234         (nnir-run-imap): Use 100 as RSV score.
2235         (nnir-run-find-grep): Fix for full server searching.
2236         (nnir-run-gmane): Better restriction to gmane groups.
2237
2238         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2239         summary buffers.
2240
2241 2010-12-02  Julien Danjou  <julien@danjou.info>
2242
2243         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2244
2245         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2246
2247         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2248         support.
2249
2250 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2251
2252         * nnir.el: Update to handle the registry better.
2253         (autoload): Silence byte-compiler.
2254         (nnir-open-server): Add a hook for nnir groups.
2255         (nnir-request-move-article): Don't mangle the header. Better to use
2256         formating variables (which will be added in the future).
2257         (nnir-registry-action): Update the registry using the original article
2258         group name.
2259         (nnir-mode): Install nnir-specific hooks for updating the registry.
2260
2261         * gnus-sum.el
2262         (gnus-article-original-subject,gnus-newsgroup-original-name):
2263         Remove obsolete variables.
2264         (gnus-summary-move-article): Remove use of obsolete variables.
2265         (gnus-summary-local-variables): Make move and delete hooks local to
2266         summary buffers.
2267
2268 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * rtree.el: New file.
2271
2272 2010-12-01  Julien Danjou  <julien@danjou.info>
2273
2274         * message.el (message-user-organization): Do not use
2275         gnus-local-organization.
2276
2277         * gnus.el: Remove gnus-local-organization.
2278
2279         * gnus-msg.el: Remove nastygram thing.
2280
2281 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2282
2283         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2284         funcall.
2285
2286 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2289         names.
2290
2291         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2292         characters.
2293
2294         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2295         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2296         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2297         (gnus-gravatar-transform-address): Use mail-extract-address-components
2298         that supports non-ASCII names rather than mail-header-parse-addresses.
2299
2300 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * proto-stream.el (open-protocol-stream): All starttls connections are
2303         handled by the network handler.
2304
2305 2010-11-30  Julien Danjou  <julien@danjou.info>
2306
2307         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2308         (nnimap-open-connection-1): Fix PREAUTH.
2309
2310         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2311
2312 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2315         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2316         (shr-insert): Use them.
2317         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2318
2319 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2320
2321         * nnir.el (nnir-request-move-article): Bail out if original group
2322         doesn't support article moves.
2323         (nnir-get-active): Improve active list retrieval.
2324
2325 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2328
2329 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2330
2331         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2332         seem to accept strings-with-numbers as port numbers,
2333
2334 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2335
2336         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2337         change the registry.
2338
2339 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2342         delete-dups that is not available in XEmacs 21.4.
2343
2344         * mm-util.el (mm-delete-duplicates): Add comment.
2345
2346 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2347
2348         * nnir.el (nnir-ignored-newsgroups): New variable.
2349         (nnir-get-active): Use it.
2350
2351 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * proto-stream.el (proto-stream-open-network): Add some comments.
2354
2355         * nntp.el (nntp-open-connection): Provide a :success condition.
2356
2357         * nnimap.el (nnimap-open-connection-1): Ditto.
2358
2359         * proto-stream.el (proto-stream-open-network): See what the response to
2360         the STARTTLS command is.
2361
2362         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2363         backwards compatibility).
2364         (nnimap-open-connection-1): Really respect nnimap-server-port.
2365
2366         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2367         TLS upgrades we don't really care about the identity of the peer.
2368         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2369         that what we've checked for.
2370         (proto-stream-always-use-starttls): Only default to t if
2371         open-gnutls-stream exists.
2372         (proto-stream-open-network): If STARTTLS failed, then just open a
2373         normal connection.
2374         (proto-stream-open-network): Wait until the greeting before doing
2375         STARTTLS.
2376
2377         * nntp.el (nntp-open-connection): Report what the connection error is.
2378
2379         * proto-stream.el (open-protocol-stream): Rename from
2380         open-proto-stream.
2381
2382 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * nnimap.el (nnimap-stream): Change default to `undecided'.
2385         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2386         first, and then network.
2387         (nnimap-open-connection-1): Respect nnimap-server-port.
2388         (nnimap-open-connection): Be more backwards-compatible.
2389
2390         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2391         (proto-stream-open-starttls): De-duplicate the starttls code.
2392         (proto-stream-open-starttls): Folded back into the main function.
2393         (proto-stream-open-network): Fix typo in the gnutls path.
2394         (proto-stream-command): Refactor out.
2395
2396         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2397
2398         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2399         starttls.el STARTTLS.
2400
2401         * color.el (color-lab->srgb): Fix function call name.
2402
2403         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2404         if we're using tls.el.
2405         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2406         built in, then don't try to establish a STARTTLS connection.
2407
2408         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2409         servers.
2410
2411         * proto-stream.el (open-proto-stream): Use network, not stream.
2412         (open-proto-stream): Add a way to specify what the end of a command is.
2413
2414         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2415         connections types.
2416         (nntp-open-network-stream): Remove.
2417         (nntp-open-ssl-stream): Remove.
2418         (nntp-open-tls-stream): Remove.
2419         (nntp-ssl-program): Remove.
2420
2421         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2422
2423 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2424
2425         * nnir.el: Fix typos.
2426         (nnir-retrieve-headers-override-function): Rename variable to reflect
2427         new semantics.
2428         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2429         macros.
2430         (nnir-request-article, nnir-request-move-article): Use them.
2431         (nnir-categorize): New function.
2432         (nnir-run-query): Use it.
2433         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2434         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2435         sorted.
2436         (nnir-group-full-name): Use gnus-group-full-name instead.
2437         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2438         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2439
2440 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2443
2444         * proto-stream.el: New library to provide protocol-specific
2445         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2446         protocols.
2447         (open-proto-stream): Complete the documentation.
2448         (proto-stream-open-network): Fix some typos.
2449
2450         * nnimap.el (nnimap-open-connection): Use it.
2451
2452 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2453
2454         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2455         negotiation.
2456
2457 2010-11-26  Julien Danjou  <julien@danjou.info>
2458
2459         * color.el: Rename various rgb functions to srgb.
2460
2461 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2464         names.
2465
2466 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * shr.el (shr-insert): Revert last change.
2469         (shr-find-fill-point): Never leave point being at bol;
2470         relax the kinsoku limitation when rendering tables.
2471
2472 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2475         results from -accept-article.
2476
2477         * shr-color.el: Require cl when compiling.
2478
2479         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2480         checkin.
2481
2482         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2483
2484         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2485
2486         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2487         'add and 'delete to set backend marks.
2488
2489         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2490
2491         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2492
2493         * nntp.el (nntp-request-set-mark): Use it.
2494
2495         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2496
2497         * nnml.el (nnml-request-set-mark): Ditto.
2498
2499         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2500         introduces regressions in article selection.
2501         (nnimap-find-uid-response): New function.
2502         (nnimap-request-accept-article): Use the UID returned, if any.
2503         (nnimap-request-move-article): Use the UID returned, if any.
2504         (nnimap-get-groups): Reimplement to work with folded lines.
2505         (nnimap-find-uid-response): The UID is the last element in the list.
2506         (nnimap-request-set-mark): Extend syntax with 'set.
2507
2508         * nnml.el (nnml-request-set-mark): Ditto.
2509
2510         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2511
2512         * nntp.el (nntp-request-set-mark): Ditto.
2513
2514 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * message.el (message-called-interactively-p): A temporary macro.
2517         (message-goto-body): Use it temporarily.
2518
2519 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2522         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2523         (nnimap-last-response-string): Fix last unfolding fix.
2524
2525 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * shr.el (shr-insert): Fix the way to fold lines.
2528
2529 2010-11-25  Julien Danjou  <julien@danjou.info>
2530
2531         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2532
2533         * color.el: Rename from color-lab.el
2534         (color-rgb->hex): Add.
2535         (color-complement): Add.
2536         (color-complement-hex): Add.
2537
2538         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2539
2540 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2543         don't exist.
2544
2545 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2548         assuming that article displaying or another mml-preview may be
2549         interrupted for an error or for the like.
2550
2551         * shr.el (shr-get-background): Fix argument name.
2552
2553 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2556
2557         * gnus-sum.el (gnus-summary-include-articles): New function.
2558
2559         * message.el (message-goto-body): called-interactively-p needs a
2560         parameter, so use `any'.
2561
2562         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2563         clear marks before moving, since they're synced from the Gnus side
2564         first.
2565
2566         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2567         (gnus-summary-move-article): Copy over all marks before moving, so that
2568         IMAP doesn't think a new article has arrived.
2569
2570 2010-11-24  Julien Danjou  <julien@danjou.info>
2571
2572         * shr.el (shr-insert-background-overlay): Fix typo.
2573         (shr-render-td): Copy the background before rendering.
2574
2575         * shr-color.el (shr-color-visible): Fix docstring.
2576
2577         * shr.el (shr-tag-table): Add bgcolor support.
2578         (shr-render-td): Add bgcolor support.
2579         (shr-get-background): Add.
2580         (shr-insert-foreground-overlay): Use shr-get-background.
2581
2582         * message.el (message-goto-body): Use called-interactively-p.
2583         (message-in-body-p): message-goto-body returns point.
2584
2585 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2588         Fixes something or other in Emacs 23, and is backwards compatible.
2589
2590         * message.el (message-goto-body): Remove the <#secure special-casing,
2591         which is too special.
2592
2593         * shr.el (shr-parse-style): Drop !important from styles.
2594
2595 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2596
2597         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2598         this function to return incorrect results when calling it with an
2599         explicit article argument different from
2600         (gnus-summary-article-number).
2601
2602 2010-11-24  Julien Danjou  <julien@danjou.info>
2603
2604         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2605         (shr-tag-body): Add background support.
2606         (shr-descend): Add background support.
2607         (shr-tag-title): Add.
2608
2609         * shr-color.el (shr-color-visible): Really return original background
2610         if fixed.
2611
2612 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * shr.el (shr-color-check): Protect against non-existent colour names.
2615
2616 2010-11-24  Julien Danjou  <julien@danjou.info>
2617
2618         * color-lab.el: Require 'cl when compiling.
2619
2620         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2621
2622         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2623         matched part.
2624
2625         * color-lab.el: Fix all expt calls to use float type.
2626
2627 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2630         expression to shr-color-check as is.
2631
2632         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2633
2634         * color-lab.el: Add coding cookie.
2635         (float-pi): Use eval-and-compile.
2636
2637         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2638         compiled for Emacsen having no `libxml-parse-html-region' support.
2639
2640 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * shr.el (shr-insert-color-overlay): Split stuff like
2643         "#444444 !important" to find the real colour.
2644         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2645         parse <font color="red"> entries.
2646
2647 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2648
2649         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2650         point when parsing headers.
2651
2652         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2653         is positioned properly when parsing headers.
2654
2655 2010-11-23  Julien Danjou  <julien@danjou.info>
2656
2657         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2658
2659         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2660
2661         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2662
2663         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2664         Use shr-color-hue-to-rgb.
2665         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2666
2667 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * shr.el (shr-color->hexadecimal): Autoload.
2670         (shr-descend): Add color to all tags.
2671
2672 2010-11-22  Julien Danjou  <julien@danjou.info>
2673
2674         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2675         shr-color->hexadecimal.
2676
2677         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2678         RGB() or HSL() color representation.
2679
2680         * shr.el (shr-tag-font): Add.
2681         (shr-tag-color-check): New function to get better colors.
2682         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2683         tag-span.
2684
2685         * shr-color.el: New file.
2686
2687         * color-lab.el: New file.
2688
2689         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2690
2691 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2692
2693         * nnir.el: Fix typo in comments.
2694         (nnir-run-imap): Simplify code. No need to reverse artlist.
2695         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2696
2697 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2700
2701         * nnimap.el (nnimap-get-capabilities): Refactor out.
2702         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2703
2704 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2705
2706         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2707         appearing when `mm-uu-hide-markers' is nil.
2708
2709 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710
2711         * nnimap.el (nnimap-unselect-group): Make into its own function.
2712         (nnimap-request-rename-group): Unselect group before renaming.
2713         This had gotten lost somewhere.
2714         (nnimap-request-accept-article): Keep track of examined groups, and
2715         unselect the group before APPENDing to read-only groups.
2716         (nnimap-request-move-article): Clear flags before moving so that they
2717         can be re-set later.
2718
2719 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2722         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2723
2724 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-art.el (gnus-mime-display-single)
2727         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2728         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2729         parameter.
2730
2731 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2734         (shr-table-vertical-line): New variable.
2735         (shr-insert-table): Use it.
2736
2737 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-html.el (gnus-html-wash-images): Don't display images if
2740         gnus-inhibit-images is non-nil; register displayer for cid images.
2741         (gnus-html-display-image): Work for cid image.
2742         (gnus-html-insert-image): Allow arguments.
2743         (gnus-html-put-image): Inhibit read-only.
2744         (gnus-html-prefetch-images): Don't prefetch images if
2745         gnus-inhibit-images is non-nil.
2746
2747 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * shr.el (shr-put-image): Break lines when inserting big pictures.
2750
2751 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2752
2753         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2754         sender, thanks Katsumi Yamaoka.
2755
2756 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2757
2758         * nnir.el (nnir-run-imap): Reverse the article list for each group
2759         rather than the whole list.
2760
2761 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * shr.el (shr-image-displayer): Protect function against non-existent
2764         image source.
2765
2766         * gnus-art.el (gnus-inhibit-images): New user option.
2767         (gnus-mime-display-single): Don't display image if it is non-nil.
2768
2769         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2770         gnus-inhibit-images.
2771
2772         * shr.el (shr-image-displayer): New function.
2773         (shr-tag-img): Use it.
2774
2775 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2776
2777         * mml2015.el (mml2015-epg-sign): Use From header.
2778
2779 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2782
2783         * gnus-util.el (gnus-find-text-property-region): Return markers.
2784
2785         * shr.el (shr-tag-img): Put a displayer in the text property.
2786
2787         * gnus-util.el (gnus-find-text-property-region): New utility function.
2788
2789         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2790         (gnus-html-show-images): Remove.
2791
2792         * gnus-art.el (gnus-article-show-images): New, more general function.
2793
2794         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2795         image url text properties.
2796
2797         * shr.el: Ditto.
2798
2799         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2800         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2801
2802 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2805         work for two or more articles.
2806
2807 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2810         divide an image that's in an html article to two or more when washing
2811         non-ASCII characters in alt text of it.
2812
2813 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2816         smime-decrypt-region using function argument.
2817         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2818
2819         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2820
2821         * smime.el (smime-decrypt-region): Catch it.
2822
2823 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2824
2825         * smime.el (smime-mode-map): Move initialization into declaration.
2826         (gnus-run-mode-hooks): Don't autoload.
2827         (smime-mode): Use define-derived-mode.
2828
2829 2010-11-11  Glenn Morris  <rgm@gnu.org>
2830
2831         * smime.el (from): Restrict declaration to XEmacs.
2832
2833         * nnir.el (gnus-group-topic-name): Autoload.
2834
2835 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * shr.el (shr-insert): Don't break long line if it is because of
2838         kinsoku-bol characters in the line end.
2839
2840 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2841
2842         * nnir.el (nnir-request-move-article): Fix to provide original group
2843         and subject.
2844         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2845         been retrieved.
2846
2847         * gnus-sum.el (gnus-summary-move-article): Use original group and
2848         subject for virtual articles such as those in an nnir summary buffer.
2849
2850 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2853         least 21.5).
2854
2855         * smime.el (from): Declare it again for XEmacs.
2856
2857 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * message.el (message-resend): Don't disable encoding unless it's
2860         already encoded.
2861
2862         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2863         low-numbered articles.
2864
2865 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * rfc2047.el (rfc2047-syntax-table): Simplify.
2868
2869         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2870
2871         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2872         set-char-table-range for XEmacs.
2873
2874 2010-11-10  Glenn Morris  <rgm@gnu.org>
2875
2876         * time-date.el (time-to-seconds): Always an alias on Emacs,
2877         never a real function.
2878         (with-no-warnings): Remove compat stub, now unused.
2879         (time-less-p): Doc fix.
2880         (time-to-number-of-days): Simplify.
2881
2882         * smime.el (from): Remove unused declaration.
2883
2884         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2885         (gnus-float-time): On Emacs, always an alias.
2886
2887         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2888         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2889
2890 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * dgnushack.el: Don't use ignore-errors in the top level form since it
2893         is unavailable in XEmacs even if cl is loaded.
2894
2895         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2896
2897 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * shr.el (browse-url-mailto): Autoload.
2900
2901         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2902
2903         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2904         regexp doesn't need quoting.
2905
2906 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2907
2908         * message.el (message-subject-trailing-was-ask-regexp)
2909         (message-subject-trailing-was-regexp): Match was: in addition to was.
2910
2911 2010-11-09  Glenn Morris  <rgm@gnu.org>
2912
2913         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2914         (nnbabyl-check-mbox): Use point-at-bol.
2915
2916 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917
2918         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2919
2920         * message.el (message-mailto): New function.
2921         (message-mailto): Should accept other parameters.
2922         (message-mailto): Remove since it duplicates browse-url-mailto
2923         functionality.
2924
2925 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2928         methods.
2929         (gnus-read-active-file): Ditto.
2930
2931         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2932         ": " from the prompt.
2933         (gnus-group-make-group): Ditto.
2934
2935 2010-11-07  Glenn Morris  <rgm@gnu.org>
2936
2937         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2938         (gnus-bookmark-kill-line): Use point-at-eol.
2939
2940 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2943         asterisks in From header.
2944
2945 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2948         string to avoid making the From headers syntactically invalid.
2949
2950         * message.el (message-send-mail): Don't insert courtesy messages if the
2951         message already has List-Post and List-ID messages.
2952
2953 2010-11-06  Glenn Morris  <rgm@gnu.org>
2954
2955         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2956         `condition', `type', `length' a prefix.
2957         (gnus-treat-predicate): Update for above name changes.
2958
2959 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2960
2961         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2962         binding.  Handled by `gnus-summary-refer-thread' instead.
2963         (nnir-warp-to-article): New backend function.
2964
2965         * nnimap.el (nnimap-request-thread): Force dependency updating.
2966
2967         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2968         (gnus-summary-refer-thread): Rework to improve thread-referral.
2969
2970         * gnus-int.el (gnus-warp-to-article): New function.
2971
2972         * gnus-sum.el (gnus-summary-article-map): Bind it.
2973
2974 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2975
2976         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2977         gnus-summary-refer-thread.
2978
2979         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2980         headers.
2981         (gnus-summary-limit-include-thread): Prevent articles in thread from
2982         being cut in gnus-cut-threads.
2983         (gnus-summary-refer-thread): Limit retrieved headers to those in
2984         thread.
2985
2986 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * message.el (message-send-mail): Use the value of
2989         message-courtesy-message from the message buffer.
2990
2991         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2992
2993         * shr.el (shr-browse-url): Implement mailto: URLs.
2994
2995         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2996         "raw".
2997
2998         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2999         if it's already selected.
3000
3001         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3002
3003 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3006         to measure the length and truncate alt text.
3007
3008 2010-11-03  Glenn Morris  <rgm@gnu.org>
3009
3010         * nndiary.el (nndiary-generate-nov-databases-1)
3011         (nndiary-generate-active-info): Rename dynamic variable `files' to
3012         something less generic.
3013
3014 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3015
3016         * nnir.el (nnir-request-move-article): Call the underlying backend to
3017         move articles from nnir.
3018
3019 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3022
3023 2010-11-02  Julien Danjou  <julien@danjou.info>
3024
3025         * nnir.el: Remove wais support.
3026
3027 2010-11-02  Glenn Morris  <rgm@gnu.org>
3028
3029         * gnus-html.el: Reorder requirements to quieten compiler.
3030
3031 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3034         properly for XEmacs as well.
3035         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3036         (gnus-article-natural-long-line-p): Use window-width rather than
3037         frame-width.
3038
3039 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3040
3041         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3042         (nnir-read-parms): Don't modify query.
3043         (nnir-run-query): Add ability to search topic on current line.
3044         (nnir-get-active): Clean up.
3045
3046 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3049         degenerate articles.
3050
3051         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3052         (gnus-print-buffer): Just print the buffer as is, without any copying
3053         to a buffer and then re-highlighting.
3054
3055         * nnimap.el (nnimap-request-group): Store the new updated info.
3056         (nnimap-request-group): Select the group when we don't know whether it
3057         exists or not.
3058
3059         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3060         groups.
3061
3062         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3063         groups.
3064
3065         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3066         groups.
3067
3068         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3069         long-lines case by only filling the long lines.
3070
3071         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3072         (bug #7311).
3073
3074 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * shr.el: No need to declare `declare-function' since shr.el is for
3077         only Emacsen that provide `libxml-parse-html-region'.
3078
3079         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3080         effective only in a file it is referred to.
3081
3082 2010-11-01  Glenn Morris  <rgm@gnu.org>
3083
3084         * mm-util.el (gnus-completing-read): Autoload.
3085         (mm-read-coding-system): Simplify Emacs definition.
3086
3087         * nnmail.el (gnus-activate-group):
3088         * nnimap.el (gnutls-negotiate):
3089         * nntp.el (netrc-parse): Fix declarations.
3090
3091 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3094         string-match-p in Emacs >=23.
3095
3096         * gnus-msg.el (gnus-configure-posting-styles)
3097         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3098
3099 2010-11-01  Glenn Morris  <rgm@gnu.org>
3100
3101         * nnir.el (declare-function): Add compat stub.
3102         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3103         (nnir-run-gmane): Require 'mm-url.
3104
3105         * mm-util.el (mm-string-to-multibyte): Simplify.
3106
3107         * shr.el (declare-function): Add compat stub.
3108         (url-cache-create-filename): Declare.
3109         (mm-disable-multibyte, widget-convert-button): Autoload.
3110
3111         * smime.el (ldap-search): Declare.
3112         (smime-cert-by-ldap-1): Require ldap on Emacs.
3113
3114         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3115         (nnimap-keepalive): Use gnus-float-time.
3116
3117         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3118         (mail-source-delete-crash-box): Use gnus-float-time.
3119
3120         * gnus-dired.el (gnus-completing-read): Autoload.
3121
3122         * mm-view.el (gnus-rescale-image): Autoload.
3123
3124         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3125
3126         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3127
3128         * sieve-manage.el: Require 'cl when compiling.
3129
3130         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3131         (gnus-iswitchb-completing-read): Require iswitchb.
3132         (gnus-select-frame-set-input-focus): Silence compiler.
3133
3134 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * message.el (message-subject-trailing-was-query): Change default to t,
3137         since I think that's what most people want.
3138
3139         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3140         appending for easier debugging.
3141         (nnimap-wait-for-connection): Take a regexp.
3142         (nnimap-request-accept-article): Wait for the continuation line before
3143         sending anything unless we're streaming.
3144
3145         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3146         leave the header washing to take place.
3147
3148 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3149
3150         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3151         regular expression match and replace in posting styles.
3152
3153 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3154
3155         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3156         an entire server.
3157         (nnir-get-active): New function.
3158         (nnir-run-imap): Use it.
3159         (nnir-run-gmane): Who knew, gmane search returns an article score!
3160
3161         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3162         server on the current line with nnir.
3163
3164 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3167         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3168         left edge.
3169         (gnus-article-foldable-buffer): Skip past the prefix when determining
3170         raggedness.
3171
3172         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3173         the raw article, and change `C-u g' to show the article without doing
3174         treatments.
3175
3176         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3177         on to `gnus-treat-article'.
3178         (gnus-inhibit-article-treatments): New variable.
3179
3180         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3181
3182         * gnus-art.el (gnus-treatment-function-alist): Have
3183         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3184         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3185         sections.
3186
3187         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3188         parameter.
3189         (gnus-article-fill-cited-long-lines): New function.
3190         (gnus-article-fill-cited-article): Allow filling only long sections.
3191
3192         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3193         and non-punctuation (like after the apostrophe in "'We").
3194
3195         * gnus-sum.el (gnus-summary-select-article): Make sure
3196         gnus-original-article-buffer is alive.
3197
3198         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3199         reflect the order they're in in the digest.
3200
3201         * gnus.el (gnus-group-startup-message): Move point to the start of the
3202         buffer.
3203
3204         * nnimap.el (nnimap-capability): New function.
3205         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3206         is set.
3207
3208 2010-10-31  David Engster  <dengste@eml.cc>
3209
3210         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3211         conform with changes to gnus-completing-read.
3212
3213 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3216
3217 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3218
3219         * nnir.el: Move defvar, defcustom around to keep file organized
3220         and keep byte-compiler quiet.
3221         (nnir-read-parms): Accept search-engine as arg.
3222         (nnir-run-query): Pass search-engine as arg.
3223         (nnir-search-engine): Remove.
3224
3225 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * shr.el (shr-generic): The text nodes should be text, not :text.
3228
3229         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3230         later in the file.
3231
3232 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3233
3234         * nnir.el: General clean up.  Allow searching with multiple engines.
3235         Allow separate extra-parameters for each engine.
3236         Batch queries when possible.
3237         (nnir-imap-default-search-key,nnir-method-default-engines):
3238         Add customize interface.
3239         (nnir-run-gmane): New engine.
3240         (nnir-engines): Use it.  Qualify all prompts with engine name.
3241         (nnir-search-engine): Remove global variable.
3242         (nnir-run-hyrex): Restore for now.
3243         (nnir-extra-parms,nnir-search-history): New variables.
3244         (gnus-group-make-nnir-group): Use them.
3245         (nnir-group-server): Remove in favor of gnus-group-server.
3246         (nnir-request-group): Avoid searching twice.
3247         (nnir-sort-groups-by-server): New function.
3248
3249 2010-10-30  Julien Danjou  <julien@danjou.info>
3250
3251         * gnus-group.el: Remove gnus-group-fetch-control.
3252
3253         * gnus-start.el (gnus-find-new-newsgroups):
3254         Remove gnus-check-first-time-used.
3255
3256         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3257
3258 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3259
3260         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3261         set on groups that don't have \* permanentflags.
3262
3263 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3266         control the background color.
3267         (shr-tag-img): Ignore very small web bug type images.
3268         (shr-put-image): Add help-echo alt texts to the images.
3269         (shr-tag-video): Show the video poster image.
3270
3271 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * shr.el (shr-table-depth): New variable.
3274         (shr-tag-table-1): Only insert the images after the top-level table.
3275
3276         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3277
3278         * gnus-util.el (gnus-list-memq-of-list): New function.
3279
3280         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3281         selected.
3282         (nnimap-unsplittable-articles): New slot.
3283         (nnimap-new-articles): Use it.
3284
3285 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3286
3287         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3288         move to the previous line on `M-g'.
3289
3290 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3293         *-request-group, which seems unnecessary.
3294
3295         * nnimap.el (nnimap-quote-specials): Function copied over from
3296         imap.el.
3297         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3298         they support that.  Suggested by Tom Regner.
3299
3300 2010-10-29  Julien Danjou  <julien@danjou.info>
3301
3302         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3303         defalias.
3304         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3305
3306         * gnus.el: Remove `gnus-nntp-service' variable.
3307         (gnus-secondary-servers): Make obsolete.
3308         (gnus-nntp-server): Make obsolete.
3309
3310         * gnus-start.el (gnus-1): Remove x-splash calls.
3311
3312         * gnus-ems.el (gnus-x-splash): Remove.
3313
3314         * gnus.el (gnus-group-startup-message): Simplify/update code.
3315
3316         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3317         definition.
3318
3319         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3320         capability before doing anything.
3321         (gnus-group-insert-group-line): Remove useless
3322         gnus-group-remove-excess-properties.
3323
3324 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3327
3328 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3331         config after reselecting.
3332
3333 2010-10-28  Julien Danjou  <julien@danjou.info>
3334
3335         * shr.el (shr-put-image): Use point even if only inserting text.
3336         (shr-put-image): Save excursion when inserting alt text on non-graphic
3337         display, so the behaviour is the same when we are on a graphic display.
3338
3339         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3340
3341 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3344         (gnus-mime-copy-part): Check coding system, not charset.
3345         (gnus-mime-view-part-externally): Never remove part.
3346         (gnus-mime-view-part-internally): Don't remove part here.
3347         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3348         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3349         multipart/alternative.
3350
3351         * mm-decode.el (mm-display-part): Take optional arg `force'.
3352
3353 2010-10-26  Julien Danjou  <julien@danjou.info>
3354
3355         * gnus-group.el (gnus-group-default-list-level): Add this function to
3356         compute the default list level.
3357         (gnus-group-default-list-level): Add possibility to use a function.
3358
3359 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3362
3363         * gnus-group.el (gnus-group-completing-read)
3364         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3365         gnus-replace-in-string.
3366
3367 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * shr.el (shr-tag-div): Add.
3370
3371         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3372
3373 2010-10-25  Julien Danjou  <julien@danjou.info>
3374
3375         * gnus-util.el: Remove `gnus-with-local-quit'.
3376
3377         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3378
3379 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3382         the original article buffer.
3383
3384 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * nnimap.el (nnimap-request-head): New function.
3387         (nnimap-request-move-article): Try to be slighly faster by not
3388         requesting the entire message when moving.
3389         (nnimap-transform-headers): Don't bug out on bodiless articles.
3390         (nnimap-send-command): Have no outstanding messages if the IMAP server
3391         doesn't support streaming.
3392         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3393
3394 2010-10-24  Julien Danjou  <julien@danjou.info>
3395
3396         * message.el (message-default-headers): Fix type.
3397
3398 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3401         prefetching images.
3402
3403         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3404         backend for unknown groups.  This is mainly useful for nnimap groups.
3405
3406         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3407         group isn't covered by the agent.
3408
3409 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3410
3411         * nnir.el (nnir-method-default-engines): New variable.
3412         (nnir-run-query): Use it.
3413         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3414         (gnus-summary-nnir-goto-thread): Change group if needed.
3415
3416         * gnus-group.el (gnus-group-group-map): Add key binding for
3417         gnus-group-make-nnir-group.
3418
3419 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * shr.el (shr-tag-object): Add.
3422
3423         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3424         original article buffer live.
3425         (gnus-summary-select-article-buffer):
3426         Mention gnus-widen-article-buffer.
3427
3428 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * shr.el (shr-tag-strong): Add.
3431
3432 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3435         group names.  They mess up the group buffer badly.
3436
3437         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3438
3439         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3440         instead of the summary one.
3441
3442 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * mml.el (mml-preview): Work properly when editing article.
3445
3446         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3447         gnus-have-read-active-file if it's already been in.
3448
3449 2010-10-22  Tom Tromey  <tromey@redhat.com>
3450
3451         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3452         gnus-group-completing-read.
3453
3454 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * message.el (message-mode-map): Don't bind M-; to comment region, to
3457         allow the global comment-dwim to work.
3458
3459 2010-10-21  Julien Danjou  <julien@danjou.info>
3460
3461         * message.el (message-setup-1): Allow message-default-headers to be a
3462         function.
3463
3464 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * shr.el (shr-tag-table): Simplify.
3467
3468 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3469
3470         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3471         to avoid trying to snarf invalid stuff.
3472
3473         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3474
3475         * gnus.el (gnus-message-archive-group): Quote value.
3476         (gnus-message-archive-group): Mark as changed.
3477
3478         * shr.el (shr-add-font): Don't put the font properties on the newline
3479         or the indentation.
3480
3481         * message.el (message-fix-before-sending): Change options when sending
3482         non-printable characters.
3483
3484         * gnus.el (gnus-message-archive-method): Change the default to
3485         monthly outgoing groups.
3486
3487         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3488         that have gotten new numbers.
3489
3490         * nnimap.el (nnimap-request-replace-article): New function.
3491
3492 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3495         (nnrss-request-article): Don't use special html washing code.
3496
3497 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * shr.el (shr-tag-table): Remove useless nconc.
3500
3501 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus-art.el (article-wash-html): Simplify and remove the charset
3504         stuff.  Use the normal html rendering code instead of the special html
3505         washing code.
3506
3507         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3508         `gnus-w3m' symbols.
3509         (mm-text-html-washer-alist): Remove.
3510
3511         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3512         (mm-inline-media-tests): Remove use.
3513         (mm-text-html-renderer): Change default to the `shr' symbol.
3514
3515         * mm-view.el (mm-inline-text-html): Remove use.
3516
3517         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3518         `gnus-blocked-images' to be a function.
3519         (gnus-article-wash-function): Remove.
3520
3521 2010-10-20  Julien Danjou  <julien@danjou.info>
3522
3523         * spam.el (spam-list-of-processors): Mark as obsolete.
3524
3525         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3526         (nnimap-insert-partial-structure): Fix boundary detection.
3527
3528 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3529
3530         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3531         run file-truename on remote files.  This can be expensive and even
3532         prevent one from editing drafts if some unrelated buffer has a stale
3533         connection.
3534
3535 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3538         kinsoku-eol regardless of shr-kinsoku-shorten.
3539         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3540         (shr-tag-table): Support caption, thead, and tfoot.
3541
3542 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3545         lines.
3546         (shr-save-contents): New command and keystroke.
3547
3548         * nndoc.el (nndoc-type-alist): Add git support.
3549         (nndoc-git-type-p): New function.
3550         (nndoc-transform-git-article): Ditto.
3551         (nndoc-transform-git-headers): Ditto.
3552         (nndoc-transform-git-headers): Generate Subject headers.
3553
3554         * shr.el (shr-parse-style): New function.
3555         (shr-tag-span): Ditto.
3556
3557         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3558         to `G G' to avoid collisions.
3559
3560 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * shr.el: Load kinsoku if necessary.
3563         (shr-kinsoku-shorten): New internal variable.
3564         (shr-find-fill-point): Make kinsoku shorten text line if
3565         shr-kinsoku-shorten is bound to non-nil.
3566         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3567         shr-indentation too when testing if table is wider than frame width.
3568         (shr-insert-table): Use `string-width' instead of `length' to measure
3569         text width.
3570         (shr-insert-table-ruler): Make sure indentation is done at bol.
3571
3572 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3573
3574         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3575         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3576         undecoded network data.
3577
3578 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3581         name in the mode line spec so that the mode line menu works
3582         (bug #2431).
3583
3584         * message.el (message-get-reply-headers): If we're fed `to-address',
3585         then always use that.
3586
3587         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3588         aren't so wide as to need to switch off the edit menu.
3589
3590         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3591         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3592
3593         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3594         `M-g'.
3595         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3596         the permanent marks.
3597
3598 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3599
3600         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3601         Splitting according to references/in-reply-to obeys the ignore-groups
3602         variable, while splitting by sender and subject do not.
3603
3604 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3607         alist, so that we can look for non-Unicode chars.
3608         (article-translate-strings): Allow both character and string maps.
3609
3610 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * shr.el (shr-insert): Don't insert space behind a wide character
3613         categorized as kinsoku-bol, or between characters both categorized as
3614         nospace.
3615
3616 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3617
3618         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3619         headers to gnus-newsgroup-headers.
3620
3621 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622
3623         * shr.el (shr-tag-img): Don't align images -- since we're not
3624         rescaling, this often leads to ugly displays.
3625
3626 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3627
3628         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3629         duplicates.
3630
3631 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3632
3633         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3634         call.
3635
3636 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * gnus.el: Autoload gnus-html-show-images.
3639
3640         * nnimap.el: Use nnheader-message throughout.
3641
3642         * shr.el (shr-tag-img): Ignore images with no data.
3643
3644 2010-10-15  Julien Danjou  <julien@danjou.info>
3645
3646         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3647         a possibility to disable format=flow encoding when using hard newlines.
3648
3649 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * shr.el (shr-insert): Remove space inserted before or after a
3652         breakable character or at the beginning or the end of a line.
3653         (shr-find-fill-point): Do kinsoku; find the second best point or give
3654         it up if there's no breakable point.
3655
3656 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * nnimap.el (nnimap-open-connection): Message when opening connection
3659         for debugging purposes.
3660
3661         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3662         on every setup buffer call to allow this to change from article to
3663         article.
3664
3665         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3666         buffers where we have a wide table.
3667
3668 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3669
3670         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3671         uses *-request-thread.
3672
3673 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3676         incantation, which is no longer valid.
3677
3678 2010-10-14  Julien Danjou  <julien@danjou.info>
3679
3680         * shr.el: Fix defcustom type (char -> character).
3681
3682 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3685         programs.
3686
3687 2010-10-14  Julien Danjou  <julien@danjou.info>
3688
3689         * shr.el (shr-tag-a): Use url-link as widget type.
3690
3691         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3692         `gnus-group-get-icon'.
3693
3694 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3697         This should make server editing work better.
3698
3699         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3700
3701         * tls.el (tls-program): Remove spurious %s from openssl.
3702
3703         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3704         (nnimap-parse-flags): Fix regexp.
3705
3706         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3707         probably work for CJVK text, too.
3708
3709         * nnimap.el (nnimap-extend-tls-programs): Remove.
3710         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3711
3712         * tls.el (tls-starttls-switches): Remove starttls hack.
3713         (open-tls-stream): Ditto.
3714         (tls-find-starttls-argument): Ditto.
3715
3716 2010-10-13  Julien Danjou  <julien@danjou.info>
3717
3718         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3719         responses.
3720
3721 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3724
3725         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3726         anything in Emacs.
3727
3728         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3729
3730 2010-10-13  Julien Danjou  <julien@danjou.info>
3731
3732         * shr.el (shr-width): Make shr-width a defcustom with default to
3733         fill-column.
3734         (shr-tag-img): Use shr-width rather than fill-column.
3735
3736 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * dgnushack.el (byte-optimize-apply)
3739         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3740
3741         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3742         position when (X-)Faces exist.
3743         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3744         avatars when called interactively.
3745
3746 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3749         gnus-article-x-face-too-ugly is bound.
3750
3751 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3754
3755         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3756         mailbox that doesn't exist.
3757
3758 2010-10-12  Julien Danjou  <julien@danjou.info>
3759
3760         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3761         (shr-get-image-data): Encode URL properly when fetching from cache.
3762         (shr-tag-img): Use aligned-to spaces to align correctly images.
3763
3764         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3765         before inserting the Gravatar.
3766
3767         * shr.el (shr-tag-img): Add align attribute support for <img>.
3768
3769 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * gnus-gravatar.el (gnus-art): Require.
3772
3773         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3774         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3775         Remove long obsoleted functions.
3776
3777 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3780
3781         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3782
3783         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3784         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3785         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3786         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3787         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3788         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3789         * sieve-manage.el, smime.el, spam.el:
3790         Fix comment for declare-function.
3791
3792 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * nnimap.el (nnimap-request-rename-group): Select group read-only
3795         before renaming it.
3796
3797         * shr.el (shr-insert): Fix up the white space only regexp.
3798
3799         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3800         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3801
3802         * shr.el (shr-current-column): New function.
3803         (shr-find-fill-point): New function.
3804
3805 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3806
3807         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3808         numbers.
3809
3810 2010-10-11  Julien Danjou  <julien@danjou.info>
3811
3812         * shr.el (shr-hr-line): Add.
3813         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3814         display hr lines.
3815         (shr-max-columns): Do not change state to nil if we just inserting
3816         spaces.
3817
3818 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3821         select the last group.
3822
3823 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3824
3825         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3826
3827 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3828
3829         * dig.el (dig-mode-map): Declare and define in one step.
3830
3831 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832
3833         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3834         for Gnus.
3835         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3836         (nnimap-update-qresync-info): Mark \Seen articles as read.
3837
3838         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3839         non-variable, too.
3840
3841         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3842         available.
3843         (nnimap-update-info): Rely more on the current active than the param
3844         active to avoid marking articles as read too much.
3845
3846         * auth-source.el (auth-source-create): Use (user-login-name) for the
3847         user name default.
3848
3849         * nnimap.el (nnimap-update-info): If the server doesn't return any
3850         useful info, just use the previous info.
3851         (nnimap-update-info): Prefer old info over start-article.
3852         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3853
3854 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3855
3856         * nnir.el (autoload): Clean up autoloads.
3857         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3858         Use key rather than value.
3859         (nnir-imap-search-other): New variable.
3860         (nnir-read-parm): Use it.
3861         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3862         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3863
3864 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3865
3866         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3867         the process, too.
3868
3869 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * spam.el (gnus-summary-mode-map): Bind to "$".
3872         Suggested by Russ Allbery.
3873
3874         * shr.el: Rework the way things are indented by <li> slightly.
3875
3876         * gnus.el (gnus-group-set-parameter): Fix typo.
3877
3878         * nnimap.el: Start implementing QRESYNC support.
3879
3880 2010-10-09  Julien Danjou  <julien@danjou.info>
3881
3882         * nnir.el (nnir-engines): Fix too many arguments.
3883
3884 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3887         group is the "last", so that the backends like nnfolder actually save
3888         their folders.
3889
3890         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3891         try to use that for the tls stream.
3892         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3893         UIDVALIDITY and find out which groups are read-only and not.
3894         (nnimap-get-flags): Use the same marks parsing code as the rest of
3895         nnimap.
3896
3897 2010-10-09  Julien Danjou  <julien@danjou.info>
3898
3899         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3900
3901         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3902         retrieving gravatars.
3903
3904         * shr.el (shr-table-corner): Add.
3905         (shr-table-line): Add.
3906         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3907
3908 2010-10-08  Julien Danjou  <julien@danjou.info>
3909
3910         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3911
3912 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3913
3914         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3915
3916         * gnus-sum.el (gnus-mark-article-as-unread)
3917         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3918         (gnus-summary-set-bookmark): Use it.
3919
3920         * gnus-msg.el (gnus-setup-message): Use it.
3921
3922         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3923
3924         * gnus.el (gnus-group-remove-parameter): Use it.
3925
3926         * gnus-group.el (gnus-group-make-web-group): Use it.
3927
3928         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3929
3930         * nnregistry.el: Update docs to mention manual.
3931
3932         * gnus-registry.el: Update docs to mention nnregistry.el.
3933         (gnus-registry-initialize): Don't install nnregistry refer method
3934         automatically.
3935         (gnus-registry-install-nnregistry): Remove it.
3936
3937 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * shr.el (shr-insert): Don't insert double spaces.
3940
3941 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * gnus-gravatar.el (gnus-treat-from-gravatar)
3944         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3945         called interactively.
3946
3947         * gnus-art.el (gnus-mime-view-part-externally)
3948         (gnus-mime-view-part-internally): Make predicate function passed to
3949         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3950         of a mime type.
3951
3952         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3953
3954 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * shr.el (require): Require cl when compiling.
3957         (shr-tag-hr): New function.
3958
3959         * nnimap.el (nnimap-update-info): Remove double setting of high.
3960         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3961         This makes nnimap work properly on Courier again.
3962
3963         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3964         the variable for backwards compatibility.
3965
3966         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3967         the file name before using to avoid setting mm-default-directory to
3968         nil.
3969
3970         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3971         bidning gnus-agent variables.
3972
3973         * shr.el (shr-render-td): Use a cache for the table rendering function
3974         to avoid getting an exponential rendering behaviour in nested tables.
3975         (shr-insert): Rework the line-breaking algorithm.
3976         (shr-insert): Don't leave trailing spaces.
3977         (shr-insert-table): Also insert empty TDs.
3978         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3979
3980 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3981
3982         * gnus-sum.el (gnus-number): Rename from `number'.
3983         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3984         (gnus-summary-limit-children): Update uses correspondingly.
3985
3986 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3989         (gnus-gravatar-transform-address): Don't show avatars of people of
3990         which mail addresses match gnus-gravatar-too-ugly.
3991
3992 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * shr.el (shr-table-widths): Expand TD elements to fill available
3995         space.
3996
3997 2010-10-07  Julien Danjou  <julien@danjou.info>
3998
3999         * nnimap.el (nnimap-request-rename-group): Add this method.
4000
4001 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4004         name from XEmacs' function-arglist.
4005
4006         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4007         gravatar under XEmacs.
4008
4009 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * auth-source.el: Update docs with TODO items.
4012
4013         * gnus-sync.el: Update docs to explain state and plans.
4014
4015         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4016         Hooks for mark updates.
4017         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4018
4019         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4020         hooks with arguments, which is needed for mark update hooks.
4021
4022 2010-10-06  Julien Danjou  <julien@danjou.info>
4023
4024         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4025         was matched.
4026
4027         * sieve-manage.el: Update example in `Commentary'.
4028
4029         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4030
4031         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4032         not 2000.
4033         (sieve-manage-authenticate): Re-add function.
4034
4035 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * shr.el (shr-insert): Get 'space transition right.
4038         (shr-render-td): Only delete space at the end of the TD.
4039
4040         * nnimap.el (nnimap-open-connection): Prepare to support
4041         open-gnutls-stream.
4042
4043         * shr.el: Rearrange function order to be more logical.
4044
4045 2010-10-06  Julien Danjou  <julien@danjou.info>
4046
4047         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4048         (nnrss-discover-feed): Remove 404 URL in docstring.
4049
4050         * nnir.el: Fix Swish-E URL.
4051         Fix Namazu URL.
4052
4053         * message.el (message-change-subject): Remove 404 URL in a comment.
4054
4055 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4058         called interactively.
4059
4060         * gnus-util.el (gnus-remove-if): Allow hash table.
4061         (gnus-remove-if-not): New function.
4062
4063         * gnus-art.el (gnus-mime-view-part-as-type)
4064         * gnus-score.el (gnus-summary-score-effect)
4065         * gnus-sum.el (gnus-read-move-group-name):
4066         Replace remove-if-not with gnus-remove-if-not.
4067
4068         * gnus-group.el (gnus-group-completing-read):
4069         Regard collection as a hash table if it is not a list.
4070
4071 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4074
4075         * shr.el: Document the table-rendering algorithm.
4076
4077 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4080         for Emacsen having no `libxml-parse-html-region' support.
4081
4082 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4085         invalid URLs.
4086
4087         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4088         line-broken.
4089         (shr-tag-img): Ignore image fetching errors.
4090         (shr-overlays-in-region): Compute overlay positions correctly.
4091
4092         * mm-decode.el (mm-shr): Require shr.
4093
4094         * gnus-art.el (gnus-blocked-images): Move variable here.
4095
4096         * shr.el (shr-insert-table): Bind free variable.
4097
4098         * mm-decode.el (mm-shr): Bind shr-content-function.
4099
4100         * shr.el (shr-content-function): New variable.
4101
4102         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4103         added for symmetry.
4104
4105         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4106
4107         * gnus-group.el (gnus-group-make-group): Doc fix.
4108
4109         * nnimap.el (nnimap-request-newgroups): Return success.
4110
4111         * shr.el (shr-find-elements): New function.
4112         (shr-tag-table): Put all the images after the table.
4113         (shr-tag-table): Really inhibit images inside the table.
4114         (shr-collect-overlays): Copy over overlays from the TD elements to the
4115         main document.
4116
4117         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4118         gnus-blocked-images.
4119
4120 2010-10-05  Julien Danjou  <julien@danjou.info>
4121
4122         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4123
4124         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4125         (gnus-html-maximum-image-size): Add this function.
4126         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4127
4128         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4129         server-value of the capability is nil.
4130
4131 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * shr.el (shr-tag-em): Add <EM> tag.
4134
4135 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4136
4137         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4138         customizable.
4139
4140         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4141         handing broken links to browse-url.
4142
4143 2010-10-05  Julien Danjou  <julien@danjou.info>
4144
4145         * gnus-util.el (gnus-emacs-completing-read)
4146         (gnus-iswitchb-completing-read): Use autoload rather than require.
4147
4148 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4151         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4152         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4153         iswitchb-temp-buflist for XEmacs.
4154
4155         * gnus-util.el (gnus-completing-read-function): Exclude
4156         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4157         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4158         XEmacs.
4159
4160         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4161         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4162
4163         * gnus-html.el: Don't require help-fns under XEmacs.
4164         (gnus-html-schedule-image-fetching): Work for XEmacs.
4165
4166         * mm-decode.el (mm-shr): Decode contents by charset.
4167
4168 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4171         unknown.
4172
4173         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4174         (shr-get-image-data): Ensure against the cache file missing.
4175
4176         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4177         for data.
4178
4179         * spam-report.el (spam-report-url-ping-plain): Don't query about
4180         killing the process.
4181
4182         * shr.el (shr-render-td): Protect against too-wide text.
4183
4184 2010-10-04  Julien Danjou  <julien@danjou.info>
4185
4186         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4187         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4188
4189         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4190         retrieved.
4191
4192 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * shr.el (browse-url): Require.
4195         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4196         lines.
4197         (shr-show-alt-text, shr-browse-image): New commands.
4198         (shr-browse-url, shr-copy-url): New commands.
4199
4200         * gnus-sum.el (gnus-widen-article-window): New variable.
4201         (gnus-summary-select-article-buffer): Use it.
4202
4203         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4204         without @ signs.
4205
4206 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4207
4208         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4209
4210 2010-10-04  Julien Danjou  <julien@danjou.info>
4211
4212         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4213         for XEmacs.
4214
4215 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4218
4219         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4220         (nnimap-close-server): Implement.
4221
4222         * dgnushack.el (iswitchb): Require to shut up the compiler.
4223
4224         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4225         (shr-insert): Tweak line breaking.
4226         (shr-insert): Handle <pre> better.
4227         (shr-tag-li): Get <li> indentation right.
4228         (shr-tag-li): Get <li> indentation even righter.
4229         (shr-tag-blockquote): Ensure paragraph start.
4230         (shr-make-table): Tweak table generation.
4231         (shr-make-table): Fix typo.
4232
4233         * shr.el: Implement table rendering.
4234
4235 2010-10-04  Julien Danjou  <julien@danjou.info>
4236
4237         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4238
4239 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4240
4241         * shr.el (shr-insert): Use string anchors instead of line anchors.
4242
4243 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * shr.el: Add headings.
4246         (shr-ensure-paragraph): Actually work.
4247         (shr-tag-li): Make <ul> prettier.
4248         (shr-insert): Get white space at the beginning/end of elements right.
4249         (shr-tag-p): Collapse subsequent <p>s.
4250         (shr-ensure-paragraph): Don't insert double line feeds after blank
4251         lines.
4252         (shr-insert): \t is also space.
4253         (shr-tag-s): Fix "s" tag name function.
4254         (shr-tag-s): Fix face prop name.
4255
4256 2010-10-03  Julien Danjou  <julien@danjou.info>
4257
4258         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4259
4260         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4261         gnus-window-inside-pixel-edges.
4262
4263         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4264         gnus-ems.
4265
4266         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4267
4268         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4269         function.
4270
4271         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4272         resize choice.
4273
4274 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4277         beginning of the buffer.
4278
4279         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4280         article buffer again.
4281
4282         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4283
4284         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4285         when it's at the start of the buffer.
4286
4287         * shr.el (shr-tag-blockquote): Convert name.
4288         (shr-rescale-image): Use the right image-size variant.
4289
4290         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4291         buffer isn't shown, then select the current article first instead of
4292         bugging out.
4293         (gnus-summary-select-article-buffer): Show both the article and summary
4294         buffers again.
4295
4296         * shr.el (shr-fontize-cont): Protect against regions with no text.
4297         Rename tag functions to shr-tag-* for enhanced security.
4298         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4299
4300 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4301
4302         * shr.el (shr-insert):
4303         * pop3.el (pop3-movemail):
4304         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4305         loaded.
4306
4307 2010-10-03  Glenn Morris  <rgm@gnu.org>
4308
4309         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4310
4311         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4312
4313         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4314
4315         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4316
4317         * gnus-util.el (gnus-make-local-hook): Simplify.
4318
4319 2010-10-02  Julien Danjou  <julien@danjou.info>
4320
4321         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4322         (gnus-ido-completing-read): New function.
4323         (gnus-emacs-completing-read): New function.
4324         (gnus-completing-read): Use gnus-completing-read-function.
4325         Add gnus-completing-read-function.
4326
4327 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * shr.el (shr-insert-document): Autoload.
4330         (shr-img): Be silent.
4331         (shr-insert): Add a newline after every picture before text.
4332         (shr-add-font): Use overlays for combining faces.
4333         (shr-insert): Pass upwards the text start point.
4334
4335         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4336         possible.
4337         (mm-shr): New function.
4338
4339 2010-10-02  Julien Danjou  <julien@danjou.info>
4340
4341         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4342         should go backward.
4343
4344 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4345
4346         * shr.el (shr): Fix typo in provide call.
4347
4348 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * shr.el: New file.
4351
4352         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4353
4354         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4355         completing read.
4356
4357 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4360         we're being queried about.  Suggested by Dan Jacobson.
4361
4362         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4363         Suggested by Jason Eisner.
4364
4365         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4366         table, too.  Suggested by Stefan Wiens.
4367         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4368         the table unnecessary.  Suggested by Stefan Wiens.
4369
4370         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4371         longer needed, and probably doesn't work either, as pointed out by
4372         Stefan Wiens.
4373         (gnus-summary-exit): Remove call to the clearing function.
4374         (gnus-summary-exit-no-update): Ditto.
4375
4376         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4377         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4378         Reported by Stefan Monnier.
4379         (gnus-summary-save-in-rmail): Ditto.
4380
4381         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4382         article buffer, instead of both the article buffer and the summary
4383         buffer.  Sort of suggested by Dan Jacobson.
4384
4385         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4386
4387         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4388         Suggested by Dan Jacobson.
4389
4390         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4391         documentation clearer.
4392
4393         * message.el (message-shorten-references): Comment on the number "21".
4394         Suggested by Stefan Monnier.
4395
4396         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4397         Suggested by Dan Jacobson.
4398
4399         * gnus.el (gnus-large-newsgroup):
4400         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4401
4402         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4403         externalize attachments.  Bug reported by Steve Wen.
4404
4405         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4406         really message anything to the user.
4407
4408         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4409         directly.
4410
4411         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4412         messages in empty groups.
4413
4414 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4415
4416         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4417         non-UIDNEXT group.
4418
4419 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4422         not the value from the collection.
4423
4424         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4425         values.  This sometimes happens on some groups that have no info.
4426         (nnimap-request-newgroups): New function.
4427
4428 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4429
4430         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4431         check into `gnus-registry-initialize'.
4432         (gnus-registry-initialize): Ditto.
4433         Fix and extend header docs.
4434
4435 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4438         regexp backtrace overflows.
4439
4440         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4441         for starttls that tls.el implements; i.e. openssl.
4442
4443         * tls.el (tls-starttls-switches): Give up on using starttls with
4444         gnutls-cli.
4445         (tls-program): Add --insecure to be consistent with the defaults from
4446         openssl s_client.  Now all three commands are insecure.
4447
4448 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * lpath.el: Bind completion-styles-alist for XEmacs.
4451
4452         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4453         (gravatar-create-image): New function that's an alias to
4454         gnus-xmas-create-image, gnus-create-image, or create-image.
4455         (gravatar-data->image): Use it.
4456
4457 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4458
4459         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4460         install the nnregistry refer method.
4461         (gnus-registry-install-hooks): Use it.
4462         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4463         unfollowed groups.
4464
4465 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4466
4467         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4468         expanding threads.
4469
4470 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4471
4472         * nnir.el: Use the server names without suffixes (bug #7009).
4473
4474         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4475         unencrypted to STARTTLS, if possible.
4476
4477 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4478
4479         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4480         headers before superseding.
4481
4482 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * nnrss.el (nnrss-use-local): Add documentation.
4485
4486         * nnimap.el (nnimap-extend-tls-programs): New function.
4487         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4488         (nnimap-wait-for-connection): Accept the greeting from the stupid
4489         output from openssl s_client -starttls, too.
4490
4491         * tls.el (tls-starttls-switches): New variable.
4492         (tls-find-starttls-argument): Use it.
4493         (open-tls-stream): Ditto.
4494
4495         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4496         (netrc-machine): Ditto.
4497
4498         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4499         article number.
4500         (nnimap-split-fancy): New variable.
4501         (nnimap-split-incoming-mail): Use it.
4502
4503         * nntp.el (nntp-server-list-active-group): Document.
4504
4505         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4506         SELECT to get the message-id.
4507
4508         * mail-source.el (mail-sources): Remove webmail support.
4509         (defvar): Ditto.
4510         (mail-source-fetcher-alist): Ditto.
4511         (mail-source-fetch-webmail): Remove.
4512
4513         * webmail.el: Remove -- doesn't seem relevant any more.
4514
4515         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4516
4517         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4518         the \r.
4519
4520 2010-09-30  Julien Danjou  <julien@danjou.info>
4521
4522         * gnus-agent.el (gnus-agent-add-group): Fix call to
4523         gnus-completing-read.
4524
4525 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * nndoc.el (nndoc-retrieve-groups): New function.
4528
4529         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4530         `default', use nnmail-split-methods.
4531         (nnimap-request-article): Downcase the NILs so that they are nil.
4532
4533         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4534         symbol.
4535
4536         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4537         code, since if the user has requested network, that's what they ought
4538         to get.
4539         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4540         (nnimap-split-rule): Mark as obsolete.
4541
4542         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4543         New variable.
4544
4545         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4546         correct slot, too.
4547
4548 2010-09-29  Julien Danjou  <julien@danjou.info>
4549
4550         * gnus.el (gnus-local-domain): Declare variable obsolete.
4551
4552         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4553         Fix history computing.
4554         (gnus-ido-completing-read): Require ido.
4555
4556 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4559         build Gnus.
4560
4561         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4562         when interpreting the structures.
4563         (nnimap-request-accept-article): Add \r\n to the lines to make this
4564         work with Cyrus.
4565
4566         * nndraft.el (nndraft-request-expire-articles): Use the group name
4567         instead if "nndraft".  Fix found by Nils Ackermann.
4568
4569 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4570
4571         * nnregistry.el: Add.
4572
4573 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4574
4575         * nnmail.el (group, group-art-list, group-art):
4576         Remove unneeded directives.
4577
4578 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4581         (mm-mime-charset)
4582         * rfc2047.el (rfc2047-syntax-table)
4583         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4584
4585         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4586         rather than `insert-file-contents' and `eval-region'.
4587
4588         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4589         construction.
4590
4591         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4592
4593         * time-date.el: No need to require cl for Emacs 21.
4594
4595 2010-09-29  Julien Danjou  <julien@danjou.info>
4596
4597         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4598         replacement of `gnus-gravatar-relief' to mimic
4599         `gnus-faces-properties-alist'.
4600         Add :version property.
4601
4602 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * mail-source.el (mail-source-report-new-mail)
4605         * message.el (message-default-mail-headers)
4606         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4607
4608         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4609
4610 2010-09-28  Julien Danjou  <julien@danjou.info>
4611
4612         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4613         mail-address contains the same string as real-name.
4614
4615         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4616         non-blank in header, otherwise it'll get stripped.
4617
4618         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4619         real-name, and then for mail address rather than doing : or , search.
4620
4621 2010-09-27  Julien Danjou  <julien@danjou.info>
4622
4623         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4624         right completing-read function.
4625         (gnus-use-ido): New variable
4626         (gnus-completing-read-with-default): Remove.
4627         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4628         (gnus-agent-add-group):
4629         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4630         * mm-view.el (mm-view-pkcs7-decrypt):
4631         * mm-util.el (mm-codepage-setup):
4632         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4633         * mml-smime.el (mml-smime-openssl-sign-query):
4634         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4635         (mml-insert-multipart):
4636         * gnus-msg.el (gnus-summary-yank-message):
4637         * gnus-int.el (gnus-start-news-server):
4638         * mm-decode.el (mm-interactively-view-part):
4639         * gnus-dired.el (gnus-dired-attach):
4640         * gnus.el (gnus-read-method):
4641         * gnus-bookmark.el (gnus-bookmark-jump):
4642         * gnus-art.el (gnus-mime-view-part-as-type)
4643         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4644         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4645         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4646         * nnmairix.el (nnmairix-create-server-and-default-group)
4647         (nnmairix-update-groups, nnmairix-get-server)
4648         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4649         (nnmairix-get-group-from-file-path):
4650         * nnrss.el (nnrss-find-rss-via-syndic8):
4651         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4652         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4653         (gnus-group-browse-foreign-server):
4654         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4655         (gnus-summary-execute-command, gnus-summary-respool-article)
4656         (gnus-read-move-group-name):
4657         * gnus-score.el (gnus-summary-increase-score)
4658         (gnus-summary-score-effect):
4659         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4660
4661 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4664         x-focus-frame.
4665
4666         * nnimap.el (auth-source-forget-user-or-password)
4667         (auth-source-user-or-password): Autoload.
4668
4669         * message.el (message-from-style, message-interactive)
4670         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4671         (message-yank-prefix, message-indentation-spaces, message-signature)
4672         (message-signature-file): Add comment.
4673
4674 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4677         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4678         new articles.
4679
4680         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4681         parts.
4682         (nnimap-request-article): Work with the t setting, too.
4683
4684         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4685         that you don't get flashes of other buffers.
4686         (gnus-summary-show-complete-article): Intern before setting.
4687
4688 2010-09-27  David Engster  <dengste@eml.cc>
4689
4690         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4691         well as HEADERS.
4692         (nnmairix-retrieve-headers): Provide new argument for the above.
4693
4694 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * gnus-sum.el (gnus-summary-move-article): Don't alter
4697         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4698         group.
4699
4700         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4701
4702         * message.el (message-cite-prefix-regexp): Revert my last edit.
4703
4704         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4705         variable instead of the Gnus variable.
4706
4707         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4708
4709         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4710
4711         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4712         since some servers don't like it.
4713         (nnimap-open-connection): Forget credentials if the server says the
4714         password was wrong.
4715         (nnimap-parse-line): Protect against invalid data.
4716
4717         * gnus-sum.el (gnus-summary-move-article): Add comment.
4718         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4719         nothing alters it while scanning for new messages.
4720
4721         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4722         which may or may not help.
4723         (nnimap-open-connection): If we're doing a stream connection, and then
4724         discover we're on a STARTTLS-capable server, then open a STARTTLS
4725         connection instead.
4726
4727 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728
4729         * nnimap.el (utf7): Require.
4730
4731         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4732         prefix.
4733
4734 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4735
4736         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4737
4738 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * nnimap.el (nnimap-request-accept-article): Message the error on
4741         error.
4742
4743 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4746
4747 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * nndoc.el (nndoc-request-list): Return success always.
4750
4751         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4752         `fetch-old' -- we only want to fetch the articles we've requested.
4753         The rest are in the agent, probably.
4754         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4755         disappeared server" to something low.  It's not important.
4756
4757         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4758         arrived before the FETCH data.
4759
4760         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4761         target here, because we don't know the Gnus name of the group.
4762
4763         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4764         for the correct group.
4765
4766         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4767
4768         * gnus.el (gnus): Give a final warning after startup.
4769
4770         * gnus-util.el (gnus-action-message-log): New variable.
4771         (gnus-message): Use it.
4772         (gnus-final-warning): New function.
4773
4774         * nnimap.el (nnimap-open-connection): Record the greeting.
4775         (nnimap): Add greeting.
4776
4777 2010-09-26  Julien Danjou  <julien@danjou.info>
4778
4779         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4780         arguments.
4781         (gnus-html-wash-images): Fix spec computing to include start/end.
4782
4783         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4784
4785 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4788         deletion.
4789         (nnimap-retrieve-headers): Don't select the group, because that's
4790         already done by nnimap-possibly-change-group.
4791
4792         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4793         (gnus-picon-transform-address): Use it.
4794
4795         * mail-source.el (mail-source-value): Revert previous patch.
4796
4797         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4798         on failure.
4799         (nnimap-open-connection): Look up both virtual and physical server name
4800         credentials.
4801
4802         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4803
4804 2009-02-07  Dave Love  <fx@gnu.org>
4805
4806         * tls.el (open-tls-stream): Don't query killing process.
4807
4808 2009-02-08  Dave Love  <fx@gnu.org>
4809
4810         * gnus-win.el (gnus-window-to-buffer-helper)
4811         (gnus-all-windows-visible-p): Function needn't be a symbol.
4812
4813         * mail-source.el (mail-source-value): Function needn't be a symbol.
4814
4815 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4816
4817         * message.el (message-cite-prefix-regexp): Remove } from the cite
4818         prefix.
4819
4820         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4821         highlight again, so that the highlight is correct.
4822
4823         * gnus-picon.el (gnus-picon): Remove again.
4824         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4825
4826         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4827         doing the header highlightling, so that the background colour of the
4828         picon is correct.
4829
4830         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4831         (gnus-picon): Ditto.
4832         (gnus-picon): Reinstate.  The background colour for picons is white.
4833         (gnus-picon-insert-glyph): Make the background white.
4834
4835         * nnml.el (nnml-open-nov): Don't return dead buffers.
4836
4837         * auth-source.el (auth-source-create): Query the user for whether to
4838         store the credentials.
4839
4840         * netrc.el (netrc-store-data): New function.
4841
4842         * auth-source.el (auth-source-user-or-password): Use the existing auth
4843         sources, if any, for creation.
4844
4845         * gnus.el (gnus-group-fast-parameter): Return the last matching
4846         parameter instead of the first matching parameter.
4847
4848 2010-09-26  Julien Danjou  <julien@danjou.info>
4849
4850         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4851
4852 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * mml2015.el (mml2015-use): Remove gpg support.
4855
4856         * mml1991.el (mml1991-function-alist): Remove gpg function.
4857         (mml1991-gpg-sign): Remove.
4858
4859 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4860
4861         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4862         (gnus-browse-unsubscribe-current-group): Document it.
4863         (gnus-browse-unsubscribe-group): Use it.
4864
4865 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4866
4867         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4868         address to the To list for easier response.
4869
4870         * gnus.el (gnus-play-startup-jingle): Remove.
4871         (gnus-splash): Don't play jingle.
4872         (gnus): Silence gnus-load message.
4873
4874         * gnus-art.el (gnus-treat-play-sounds): Remove.
4875
4876         * gnus.el (gnus-play-jingle): Remove audio support.
4877
4878         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4879
4880         * earcon.el: Remove -- no users.
4881
4882         * gnus-audio.el: Remove -- no users of this package.
4883
4884         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4885
4886         * gnus-start.el (gnus-setup-news): Remove nocem support.
4887
4888         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4889
4890         * gnus.el (gnus-use-nocem): Remove.
4891
4892         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4893         Remove.
4894
4895         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4896         uses NoCeM any more.
4897
4898         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4899         (gnus-button-ctan-handler): Ditto.
4900         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4901         (gnus-button-ctan-directory-regexp): Ditto.
4902         (gnus-button-handle-ctan): Ditto.
4903         (gnus-button-tex-level): Ditto.
4904         (gnus-button-alist): Remove CTAN stuff.
4905
4906 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4909         nnimap-streaming test.
4910
4911         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4912         servers twice.
4913
4914         * nnimap.el (nnimap-open-connection): Add more error reporting when
4915         nnimap fails early.
4916
4917         * nnheader.el (nnheader-get-report-string): New function.
4918         (nnheader-get-report): Use it.
4919
4920         * gnus-int.el (gnus-check-server): Say what the error was when opening
4921         failed.
4922
4923         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4924         using streaming.
4925
4926 2010-09-25  Julien Danjou  <julien@danjou.info>
4927
4928         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4929         gnus-window-inside-pixel-edges.
4930
4931 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4934
4935         * mm-decode.el (mm-save-part): Allow saving to other directories the
4936         normal Emacs way.
4937
4938         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4939         Suggested by Jay Berkenbilt.
4940
4941         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4942         there isn't a single byte.
4943
4944         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4945         just do it.  It doesn't really seem to matter what the user responds
4946         here, I think, so it's just a confusing question.
4947
4948         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4949         non-streaming case.
4950
4951         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4952         (gnus-article-encrypt-body): Use it.
4953
4954         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4955         keystroke.
4956
4957         * nnimap.el (nnimap-find-wanted-parts-1):
4958         Use gnus-fetch-partial-articles.
4959
4960         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4961
4962         * nnimap.el (nnimap-insert-partial-structure): New function.
4963         (nnimap-get-partial-article): New function.
4964         (nnimap-request-article): Use it.
4965         (nnimap-wait-for-response): Return whether the wait was successful.
4966         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4967         retrieval wasn't successful.
4968         (nnimap-retrieve-group-data-early): Allow throttling servers.
4969         (nnimap-streaming): New variable.
4970         (nnimap-fetch-partial-articles): Remove.
4971
4972         * mm-decode.el (mm-with-part): Protect against killed buffers.
4973
4974         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4975         for prettier summary display.
4976
4977 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4978
4979         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4980
4981 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982
4983         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4984         apparently third-party libraries depend on it.
4985
4986         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4987         before starting negotiation.
4988
4989         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4990         privacy reasons.
4991         (gnus-treat-mail-gravatar): Ditto.
4992
4993         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4994         buffer when inserting images.  Inserting text into the headers, for
4995         instance, can make them invalid.
4996
4997 2010-09-25  Julien Danjou  <julien@danjou.info>
4998
4999         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5000         variables.
5001
5002         * nnheader.el: Remove useless variables news-reply-yank-from and
5003         news-reply-yank-message-id.
5004
5005         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5006         variables.
5007
5008         * mml1991.el: Remove useless mml1991-verbose.
5009
5010         * gnus.el: Remove useless variable gnus-use-generic-from.
5011         Remove obsolete variable gnus-topic-indentation.
5012
5013         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5014
5015         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5016
5017         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5018
5019         * gnus-group.el: Remove useless gnus-group-icon-cache.
5020         Remove useless gnus-ephemeral-group-server.
5021
5022         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5023
5024         * mml2015.el: Remove useless mml2015-verbose.
5025
5026         * mml-smime.el: Remove useless mml-smime-verbose.
5027
5028         * gnus.el: Remove useless gnus-local-domain.
5029
5030         * gnus-gravatar.el (gnus-gravatar-transform-address):
5031         Use gnus-gravatar-size.
5032
5033         * gnus-art.el: Remove useless gnus-treat-translate.
5034
5035 2010-09-24  Julien Danjou  <julien@danjou.info>
5036
5037         * gnus-sum.el: Add support for Gravatars.
5038
5039         * gnus-art.el: Add support for Gravatars.
5040
5041         * gnus-gravatar.el: Add this file.
5042
5043         * gravatar.el: Add this file.
5044
5045 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5048
5049         * gnus-group.el (gnus-group-fetch-faq): Remove.
5050
5051         * gnus.el (gnus-group-faq-directory): Remove.
5052
5053         * gnus-group.el (gnus-group-fetch-charter): Remove.
5054
5055         * gnus.el (gnus-group-charter-alist): Remove.
5056
5057         * gnus-group.el (gnus-group-archive-directory): Remove.
5058         (gnus-group-recent-archive-directory): Ditto.
5059         (gnus-group-make-archive-group): Remove.
5060
5061         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5062
5063         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5064         use the same article number for all the cached articles.
5065
5066         * nnimap.el (nnimap-command): Register the last command time so
5067         that we can use it for idling NOOPs.
5068         (nnimap-open-connection): Start the keeplive timer.
5069         (nnimap-make-process-buffer): Store all the process buffers.
5070         (nnimap-keepalive): New function.
5071
5072         * starttls.el (starttls-open-stream): Add autoload cookie.
5073
5074 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5075
5076         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5077         handling.
5078
5079 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5082         its data structures.
5083
5084         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5085         instead of the cl.el copy-list.
5086         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5087         equalp.
5088
5089 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5092         and tool-bar-local-item-from-menu.
5093
5094         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5095         mode-line-highlight face for Emacs.
5096
5097         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5098         loading gnus-sum.elc; fix comment for canlock-verify.
5099         (gnus-article-jump-to-part): Use read-number.
5100         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5101         Remove Emacs pre-21 compatible code for help-echo.
5102         (gnus-article-next-page-1): No need to adjust the number of lines.
5103         (gnus-article-describe-bindings): Always use help-buffer.
5104
5105         * gnus-audio.el (gnus-audio-inline-sound)
5106         * gnus-cus.el (gnus-custom-mode)
5107         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5108
5109         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5110
5111         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5112         compatible code.
5113
5114 2010-09-24  Glenn Morris  <rgm@gnu.org>
5115
5116         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5117         visiting the fcc file in rmail-mode.
5118
5119         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5120
5121 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * nnir.el: Silence the byte compiler.
5124
5125         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5126         alias to browse-url-url-encode-chars if any.
5127         (gnus-html-encode-url): Use it.
5128
5129 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * gnus-start.el (gnus-use-backend-marks): New variable.
5132         (gnus-get-unread-articles-in-group): Use it.
5133
5134         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5135         makeover.
5136
5137 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5138
5139         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5140
5141 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5144         Remove.
5145         (gnus-setup-news-hook):
5146         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5147
5148         * gnus-int.el (gnus-request-update-info): Protect against backends not
5149         having the function.
5150
5151         * nnimap.el (nnimap-stream): Mention starttls.
5152         (nnimap-open-connection): Add starttls support.
5153
5154 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5155
5156         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5157
5158 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5161         BODYSTRUCTUREs.
5162         (nnimap-transform-headers): Unfold quoted {42} headers.
5163
5164         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5165         the info.
5166         (gnus-get-unread-articles): Only call updatep on backends that support
5167         it.
5168
5169         * nnweb.el (nnweb-request-update-info): NOOP.
5170
5171         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5172
5173         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5174         since it only deals with marks.
5175
5176         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5177         gnus-request-marks, and make a new gnus-request-update-info.
5178
5179         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5180         the active instead of the high number, which is usually too low.
5181
5182 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5183
5184         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5185         * encrypt.el: Remove.
5186
5187 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5190         server in symbolic form.
5191
5192         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5193
5194 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5197         (nnimap-update-info): Fix up code slightly.
5198
5199         * gnus-int.el (gnus-open-server): Add tracing for performance
5200         debugging.
5201
5202         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5203         (gnus-group-insert-group-line): Pass the real group name so that it
5204         gets the right data.
5205
5206         * gnus-start.el (gnus-get-unread-articles): Don't have
5207         `gnus-get-unread-articles-in-group' update info, since that can be
5208         really slow and doesn't seem to be needed?
5209
5210 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5211
5212         * time-date.el (date-to-time): Try using parse-time-string first before
5213         using the slower timezone-make-date-arpa-standard.
5214
5215 2010-09-22  Julien Danjou  <julien@danjou.info>
5216
5217         * gnus-group.el (gnus-group-insert-group-line):
5218         Call gnus-group-highlight-line.
5219         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5220         default hook list.
5221         (gnus-group-update-eval-form): Add new function.
5222         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5223         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5224
5225 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5226
5227         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5228         immediate, then expire all articles.
5229         (nnimap-update-info): Fix off-by-one errors.
5230         (nnimap-flags-to-marks): Would return no marks lists for group with no
5231         flags.  Instead return the other data.
5232
5233 2010-09-22  Julien Danjou  <julien@danjou.info>
5234
5235         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5236         Only return an icon.
5237         (gnus-group-insert-group-line): Compute icon to return.
5238
5239         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5240         (gnus-html-image-fetched): Only cache if
5241         gnus-html-image-automatic-caching is set.
5242         (gnus-html-image-fetched): Check for errors.
5243
5244 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5247         once per method on `g'.  This ensures that backends like nnfolder don't
5248         open all their folders.
5249
5250         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5251         (nnimap-request-list): Nix out group in the correct buffer.
5252         (nnimap-parse-flags): Implement by using `read' instead of
5253         hand-parsing.
5254         (nnimap-flags-to-marks): Pass on permanent-flags.
5255         (nnimap-make-process-buffer): Record the server name.
5256         (nnimap-parse-flags): Fix typo.
5257         (nnimap-request-scan): Run split on the server in general, not just a
5258         single group.
5259
5260         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5261         parameter, and propagate this downwards.
5262
5263         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5264         since EXAMINE changes it on the server.
5265
5266         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5267         this command might take a while.
5268
5269 2010-09-22  Julien Danjou  <julien@danjou.info>
5270
5271         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5272         harmful if you have 2 images side-by-side, they can't be properly
5273         update on text deletion.  Using text-property is safer here.
5274         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5275         data.
5276
5277 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5278
5279         * nnimap.el (nnimap-expunge-inbox): Remove.
5280         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5281         (nnimap-expunge): Flip default to t.
5282
5283         * gnus.el (gnus-method-to-server): Don't push things to the cache
5284         unless it's unique.
5285         (gnus-server-to-method): Ditto.
5286
5287 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5288
5289         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5290
5291 2010-09-22  Julien Danjou  <julien@danjou.info>
5292
5293         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5294         get the start of data.
5295         (gnus-html-encode-url): Add this function to encode special chars in
5296         URL.
5297         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5298         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5299
5300         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5301         default.
5302         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5303
5304         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5305         images alt-text.
5306         (gnus-html-put-image): Put alt-text as help-echo.
5307
5308 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5311         * mm-util.el (mm-decompress-buffer)
5312         * nnir.el (nnir-run-find-grep)
5313         * pop3.el (pop3-list): Use 3rd arg of split-string.
5314
5315         * time-date.el (format-seconds): Comment fix.
5316
5317         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5318         and byte-optimize-form-code-walker.
5319         (dgnushack-make-auto-load): Don't advise make-autoload.
5320
5321         * lpath.el: Remove Emacs 21 stuff.
5322
5323 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324
5325         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5326         outside the active range.  Suggested by Dan Christensen.
5327
5328         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5329         slightly later to avoid double-getting it.
5330
5331         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5332         previous patch.
5333
5334         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5335
5336 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5337
5338         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5339
5340 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5341
5342         * gnus-int.el (gnus-open-server): Give a better error message in the
5343         "go offline" case.
5344
5345         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5346         marks for nnimap, which is seldom the right thing to do.
5347
5348         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5349         (gnus-same-method-different-name): New function.
5350
5351         * nnimap.el (parse-time): Require.
5352
5353         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5354         method in the presence of many similar methods.
5355
5356         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5357
5358         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5359         nnml-inhibit-expiry.
5360
5361         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5362         find out whether methods are equal.
5363
5364         * nnimap.el (nnimap-find-expired-articles): New function.
5365         (nnimap-process-expiry-targets): New function.
5366         (nnimap-request-move-article): Request the article before looking at
5367         what the Message-ID is.  Fix found by Andrew Cohen.
5368         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5369
5370         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5371         for oldness in addition to being a predicate.
5372
5373         * nnimap.el (nnimap-request-group): When we have zero articles, return
5374         the right data to Gnus.
5375         (nnimap-request-expire-articles): Only delete articles immediately if
5376         the target is 'delete.
5377
5378         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5379         method, this would bug out.
5380
5381         * gnus-group.el (gnus-group-expunge-group): Rename from
5382         gnus-group-nnimap-expunge, and implemented as a normal interface
5383         function.
5384
5385         * gnus-int.el (gnus-request-expunge-group): New function.
5386
5387         * nnimap.el (nnimap-request-create-group): Implement.
5388         (nnimap-request-expunge-group): New function.
5389
5390 2010-09-21  Julien Danjou  <julien@danjou.info>
5391
5392         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5393         (gnus-html-cache-expired): Add new function.
5394         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5395         wethever we should display image for fetch it.
5396         Compute alt-text earlier to pass it to the fetching function too.
5397         (gnus-html-schedule-image-fetching): Change function argument to only
5398         get one image at a time, not a list.
5399         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5400         cache.
5401         (gnus-html-get-image-data): New function to retrieve image data from
5402         cache.
5403         (gnus-html-put-image): Change buffer argument to use image data rather
5404         than file, and place image above region rather than inserting a new
5405         one.  Do not take alt-text as argument, since it's useless now: we place
5406         the image above alt-text.
5407         (gnus-html-prune-cache): Remove.
5408         (gnus-html-show-images): Start to fetch image when we find one, do not
5409         push into a temporary list.
5410         (gnus-html-prefetch-images): Only fetch image if they have expired.
5411         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5412         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5413
5414 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5417
5418 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5421         spec inser "*" if the group isn't active instead of 0.
5422
5423         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5424         opening the server.
5425         (nnimap-request-delete-group): Implement group deletion.
5426         (nnimap-transform-headers): Return the size of the entire message in
5427         the Bytes header, not just the size of the first part.
5428         (nnimap-request-move-article): When moving an article from nnimap,
5429         request the article first so the accepting form has an article to
5430         accept.  Reported by Dan Christensen.
5431         (nnimap-command): Make sure that the error message doesn't error out.
5432
5433 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5434
5435         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5436         we haven't requested anything.
5437
5438 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439
5440         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5441         "".  Fix found by Andrew Cohen.
5442
5443         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5444         instead of -encode-string.
5445
5446 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5449
5450         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5451         by mm-subst-char-in-string.
5452
5453 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5456         waiting for the connection string.
5457
5458         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5459         arriving.
5460
5461         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5462         bogus characters.  This allows selecting certain Gmail groups.
5463
5464         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5465         (nnimap-fetch-partial-articles): New variable.
5466         (nnimap-open-connection): When looking for credentials, also use the
5467         nnimap-server-port.
5468         (nnimap-request-article): Return the group/article number, so that Gnus
5469         `^' works as expected.
5470         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5471
5472         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5473         comments.
5474         (gnus-methods-sloppily-equal): New function.
5475         (gnus): When using the development version of Gnus, load the gnus-load
5476         file.
5477
5478         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5479         `gnus-open-server' on each method before trying to scan them etc.
5480         This ensures that all the backend parameters are set correctly.
5481
5482         * nnimap.el (nnimap-authenticator): New variable.
5483         (nnimap-open-connection): Allow anonymous login.
5484         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5485         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5486
5487         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5488         patch, found by Knut Anders Hatlen.
5489
5490 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5491
5492         * gnus-agent.el (gnus-agent-batch-confirmation)
5493         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5494         to gnus-message.
5495         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5496         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5497         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5498         * gnus-int.el (gnus-open-server): Likewise.
5499         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5500         (gnus-score-check-syntax): Likewise.
5501         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5502         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5503         Likewise.
5504         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5505
5506 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5509         calling conventions so that prefetch doesn't bug out.
5510
5511 2010-09-19  Julien Danjou  <julien@danjou.info>
5512
5513         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5514         rather than `subst-char-in-region' in order to be able to replace ASCII
5515         char by UTF-8 ones.
5516
5517         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5518         than curl.
5519         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5520         the right URL and ALT text on images.
5521         (gnus-html-wash-tags): Fix tag case.
5522         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5523         (gnus-article-html): Add -o display_ins_del=2 option.
5524         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5525
5526 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5529         the extra mail headers, which sometimes seem to happen for unknown
5530         reasons.
5531
5532         * mail-parse.el (mail-header-encode-parameter): Define as
5533         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5534         (or most, perhaps?) mail readers don't understand the latter, but do
5535         understand the former.
5536
5537         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5538         to nil, so that no methods are automatically agentized.  I think this
5539         is probably what most users want.
5540
5541         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5542         from url-retrieve, for instance about invalid URLs.
5543
5544         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5545         groups that have no articles.
5546         (nnimap-request-article): Check that we really got an article when we
5547         requested one.
5548
5549         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5550         doesn't exist.
5551
5552         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5553         nntp buffer so the agent can save it.
5554         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5555         that CRLF doesn't get translated to \n.
5556         (nnimap-open-connection): Don't make 'shell commands only send \n.
5557
5558 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5559
5560         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5561         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5562         Update var name.
5563         (nnml-generate-nov-file): Use dolist.
5564         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5565         Use with-current-buffer.
5566
5567 2010-09-18  Julien Danjou  <julien@danjou.info>
5568
5569         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5570         parallel.
5571
5572 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5575         the range update right.
5576         (nnimap-request-group): Don't make `M-g' bug out on group with no
5577         marks.
5578         (nnoo): Require, so that other packages can require nnimap.
5579         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5580         command we're looking for.  This helps when the server sends more
5581         responses after we've gotten everything we expected.
5582         (nnimap): Add a `newlinep' field to keep track of end-of-line
5583         conventions.
5584         Don't send CRLF to things that don't want it.
5585         (nnimap-request-accept-article): Ditto.
5586
5587 2010-09-18  Julien Danjou  <julien@danjou.info>
5588
5589         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5590         than curl to retrieve images.
5591
5592 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5593
5594         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5595         the marks.
5596         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5597         (nnimap-wait-for-connection): New function.
5598         (nnimap-open-connection): If we have PREAUTH, don't query for login
5599         credentials.
5600         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5601         when doing a partial update.
5602
5603 2010-09-18  Julien Danjou  <julien@danjou.info>
5604
5605         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5606         tags.
5607
5608 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * nnimap.el (nnimap-credentials): New function.
5611         (nnimap-open-connection): Use the new function to look for credentials
5612         also on the numeric equivalents of "imap" and "imaps".
5613
5614         * gnus-start.el (gnus-activate-group): Send the info to
5615         gnus-request-group.
5616
5617         * nnimap.el (nnimap-request-group): Have the "check" version of the
5618         function parse flags and update the info, so that a `M-g' get a total
5619         resync of all flags from the group.
5620
5621         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5622         to allow backends to alter the info on group selection.  Also alter all
5623         the backend -request-group functions to take the parameter.
5624
5625         * nnimap.el (nnimap-store-info): New function.
5626         (nnimap-update-info): Store the info for later usage.
5627         (nnimap-request-group): Use the stored info for the dont-check case, so
5628         that we don't retrieve all marks when we enter a group.
5629
5630         * nnimap.el: Use deffoo instead of defun for interface functions.
5631
5632         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5633         update the group info.  This makes the nndraft groups, for instance, go
5634         back to their old behaviour.
5635
5636         * gnus-sum.el (gnus-select-newsgroup): Indent.
5637
5638         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5639         in.
5640         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5641         nothing.
5642
5643         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5644         from methods that are denied.
5645
5646         * gnus-int.el (gnus-method-denied-p): New function.
5647
5648         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5649         store the password instead of netrc.
5650         (nnimap-open-connection): Don't error out when we can't make a
5651         connections.
5652
5653         * auth-source.el (auth-source-create): In the password prompt, say what
5654         we're querying for.  Also prompt for user name if that hasn't been
5655         given.
5656
5657         * nnimap.el (nnimap-with-process-buffer): Remove.
5658
5659 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660
5661         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5662         method when we're reading from the agent.
5663
5664         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5665
5666         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5667         that's probably most useful for users.
5668
5669         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5670         "failed" all the time.
5671
5672         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5673         ...)) with (with-current-buffer ... ).
5674
5675         * nntp.el (nntp-open-server): Return whether the open was successful or
5676         not.
5677
5678         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5679         select an unread unseen article first.
5680
5681         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5682         /etc/services, supply some sensible port defaults.
5683
5684         * dgnushack.el: Define netrc-credentials.
5685
5686 2010-09-17  Julien Danjou  <julien@danjou.info>
5687
5688         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5689
5690 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5691
5692         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5693         doesn't have any parameters.
5694
5695 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5696
5697         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5698         only upcased checks.
5699
5700         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5701
5702         * nnimap.el (nnimap-open-shell-stream): New function.
5703         (nnimap-open-connection): Use it.
5704         (nnimap-transform-headers): Get the number of lines in each message.
5705         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5706         number of lines.
5707         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5708         problem.
5709
5710         * utf7.el (utf7-encode): Autoload.
5711
5712         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5713         to allow the mail splitting to not return a default group.  This is
5714         useful for nnimap, which will leave unmatched mail in the inbox.
5715
5716         * nnimap.el: Rewritten.
5717
5718         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5719         nnimap usage.
5720
5721         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5722         if the move is internal, so that nnimap can do fast internal moves.
5723
5724         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5725         data.
5726         (gnus-read-active-for-groups): Support finishing the early retrieval of
5727         data.
5728
5729         * gnus-range.el (gnus-range-nconcat): New function.
5730
5731         * gnus-int.el (gnus-finish-retrieve-group-infos)
5732         (gnus-retrieve-group-data-early): New functions.
5733
5734 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5735
5736         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5737         (nnrss-retrieve-groups):
5738         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5739         (pop3-quit): Use with-current-buffer.
5740
5741 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5744         instead of nnheader-accept-process-output.
5745
5746         * dgnushack.el (dgnushack-compile): Add comment.
5747
5748         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5749
5750         * gnus-html.el (gnus-html-schedule-image-fetching)
5751         (gnus-html-prefetch-images): Replace process-kill-without-query by
5752         gnus-set-process-query-on-exit-flag.
5753
5754 2010-09-16  Romain Francoise  <romain@orebokech.com>
5755
5756         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5757
5758 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5761         parameter to unintern is mandatory-ish in Emacs 24.
5762
5763         * gnus-html.el (gnus-html-schedule-image-fetching)
5764         (gnus-html-prefetch-images): Check for curl before using it.
5765
5766         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5767         depend on curl, which isn't essential.
5768
5769         * imap.el: Revert back to version
5770         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5771         seem problematic.
5772
5773 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5774
5775         * gnus-registry.el (gnus-registry-install-shortcuts):
5776         Explicitly pass `obarray' to `unintern' to avoid a warning.
5777
5778 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779
5780         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5781         change.
5782
5783         * nnrss.el (nnrss-request-list): Remove this function and related
5784         functions, including the moreover stuff.
5785
5786 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * nnrss.el (nnrss-retrieve-groups): New function.
5789
5790 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5791
5792         * .dir-locals.el: Add no-byte-compile cookie.
5793
5794 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * time-date.el (format-seconds): Comment fix.
5797
5798         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5799         for back end that doesn't support request-scan.
5800
5801 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802
5803         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5804         then do request scans from the backends.
5805
5806         * netrc.el (netrc-credentials): New conveniency function.
5807
5808         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5809         avoid running a hook per line, since this takes a lot of time,
5810         profiling shows.
5811         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5812         directly if gnus-visual-p is true.
5813
5814 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5817         groups; replace mapcar with dolist which is a bit faster; pass groups
5818         info to gnus-read-active-file-1.
5819         (gnus-read-active-file-1): Scan only specified groups if the new
5820         optional arg `infos' is given.
5821
5822 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5825
5826         * pop3.el (pop3-movemail): Remove.
5827         (pop3-streaming-movemail): Rename to pop3-movemail.
5828
5829         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5830         don't restrict end-tag searches to the end of the line.
5831
5832 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5835         articles of every unchecked group to t, which means unknown since the
5836         server has never been opened.
5837
5838 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * gnus-html.el (gnus-html-show-alt-text): New command.
5841         (gnus-html-browse-image): Ditto.
5842         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5843         to browse the image directly.
5844         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5845         better.
5846
5847         * gnus-async.el (gnus-async-article-callback):
5848         Call `gnus-html-prefetch-images' unconditionally.
5849
5850         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5851         before feeding URLs to curl.
5852
5853 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5856         internal images as deletable by `W D D'.
5857
5858         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5859         (gnus-async-article-callback): Fix typo.
5860
5861 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5864         current line to work around bugs in the output from w3m.
5865
5866         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5867         for groups that want that.
5868
5869         * nntp.el (nntp-wait-for-string): Supply a timeout for
5870         accept-process-output to ensure progress.
5871
5872         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5873         level to get unread articles from, then use that for foreign groups,
5874         too.
5875
5876         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5877         confuses the rest of the function.
5878
5879         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5880         for the methods that support -retrieve-groups, too.
5881
5882         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5883
5884 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5887         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5888
5889         * pop3.el: Require cl when compiling.
5890         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5891
5892 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5895         that aren't going to be activated.
5896         (gnus-get-unread-articles): Fix up the last commit.
5897
5898         * gnus-html.el (gnus-article-html): Allow calling without specifying
5899         the handle.  In that case, dissect the buffer first.
5900
5901         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5902
5903         * nnimap.el (nnimap-open-connection): Revert the change that would look
5904         into authinfo for imaps instead of imap.
5905
5906         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5907         say that you don't want to call gnus-request-group with don-check, but
5908         do check the reponse.  This is for virtual groups only.
5909         (gnus-get-unread-articles): Count the archive groups as secondary, so
5910         that they're activated the same way as before.
5911
5912         * imap.el (imap-message-map): Removed optional buffer parameter, since
5913         no callers use it.
5914         (imap-message-get): Ditto.
5915         (imap-message-put): Ditto.
5916         (imap-mailbox-map): Ditto.
5917         (imap-mailbox-put): Ditto.
5918         (imap-mailbox-get): Ditto.
5919         (imap-mailbox-get): Revert last change for this function.
5920
5921         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5922         case-insensitively.
5923         (nnimap-debug): Remove.
5924
5925         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5926         to use `imap-fetch' instead.  According to the comments, this should be
5927         safe, since all other IMAP clients use the 1:* syntax.
5928         (imap-enable-exchange-bug-workaround): Removed.
5929         (imap-debug): Removed -- doesn't seem very useful.
5930
5931         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5932         mail from a file, and the file doesn't exist.
5933
5934         * imap.el (imap-log): New convenience function used throughout instead
5935         of repeating the same code all over the place.
5936
5937         * pop3.el (pop3-streaming-movemail): Return t for success.
5938
5939         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5940         .authinfo if we're using ssl connection.
5941
5942         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5943         already have if we're in a main Gnus `g' run.
5944
5945         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5946
5947 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5950
5951         * nnmh.el (nnmh-request-list-1): Bind `file'.
5952
5953         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5954         alias to set-process-query-on-exit-flag or process-kill-without-query.
5955         (pop3-open-server): Use it.
5956
5957 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5960         box to the Incoming file.  Fixes mistake in previous checkin.
5961
5962         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5963         request loop (for debugging purposes) removed.
5964
5965         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5966         culprit is more visible.
5967         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5968         (nnml-add-incremental-nov): New functions to do "incremental" nov
5969         updates, where we just append to the end of the existing nov files
5970         without reading/writing them in full.
5971
5972         * mail-source.el (mail-source-delete-crash-box): Really only check the
5973         incoming files once in a while.
5974
5975         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5976
5977         * mail-source.el (mail-source-delete-crash-box): Only check the
5978         incoming files for deletion once per day to save a lot of file
5979         accesses.
5980
5981         * pop3.el (pop3-logon): Fix up unbound variable typo.
5982
5983         * mail-source.el (pop3-streaming-movemail): Autoload.
5984
5985         * pop3.el (pop3-streaming-movemail):
5986         Respect pop3-leave-mail-on-server.
5987
5988         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5989         retrieval.
5990
5991         * pop3.el (pop3-process-filter): Remove unused function.
5992         (pop3-streaming-movemail, pop3-send-streaming-command)
5993         (pop3-wait-for-messages, pop3-write-to-file)
5994         (pop3-number-of-responses): New functions for streaming pop3
5995         retrieval.
5996
5997         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5998         come from no known methods.
5999         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6000         list.
6001
6002         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6003         message sizes.
6004         (pop3-movemail): Use erase-buffer instead of looping and deleting
6005         regions, which seems rather odd.
6006
6007         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6008         file once per `g' run.
6009
6010         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6011         directories.  This makes the draft queue directory work.
6012
6013         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6014         data from the backends, so that we only request the list of groups from
6015         each method once.  This should speed things up considerably.
6016
6017         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6018         detect that it's not implemented.
6019
6020         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6021         we actually do recurse down into the tree, but don't stat all leaf
6022         nodes.
6023
6024         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6025         then say so instead of bugging out.
6026
6027         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6028         files exist before trying to read them.
6029
6030         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6031         around <pre_int>.
6032
6033         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6034
6035         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6036
6037 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6038
6039         * mm-util.el (mm-image-load-path): Just return the image directories,
6040         not all directories in the path in addition to the image directories.
6041         (mm-image-load-path): Maintain a cache of the image directories so that
6042         the `g' command in Gnus doesn't have to stat dozens of directories each
6043         time.
6044
6045         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6046         (gnus-html-wash-tags): Add a new `i' command to insert images.
6047         (gnus-html-insert-image): New command and keystroke.
6048         (gnus-html-redisplay-with-images): New command and keystroke.
6049         (gnus-html-show-images): Rename command.
6050         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6051         spacers.
6052         (gnus-html-wash-tags): Decode entities at the end, so that entities
6053         inside the tags don't mess up the rest of the "parsing".
6054
6055         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6056         so that nnimap methods aren't agentized by default.  There's apparently
6057         many problems related to agent/imap behaviour.
6058
6059         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6060
6061         * gnus-html.el: Doc fix.
6062
6063 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6066         specifier-spec-list for Emacs 21.
6067
6068         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6069         glyph-width and glyph-height instead of display-graphic-p and
6070         image-size; make avoidance of displaying small images work for XEmacs.
6071
6072         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6073         for XEmacs.
6074
6075         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6076         of symbol that holds plist data.
6077         (gnus-process-plist): Remove plist of process after getting it.
6078
6079 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * message.el (message-generate-hashcash): Change default to
6082         'opportunistic if hashcash is installed.
6083
6084         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6085         (gnus-html-put-image): Only call image-size once, since it's somewhat
6086         time-consuming on remote X servers.
6087
6088 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6091         type on data, not a file name.
6092
6093         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6094         window-pixel-edges for Emacs 21.
6095
6096         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6097         decoded contents.
6098         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6099
6100 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6101
6102         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6103         group line format, since it isn't very interesting.
6104
6105         * gnus-agent.el (gnus-agent-short-article),
6106         (gnus-agent-long-article): Increase values for these two variables,
6107         since most people are likely to have more network connection and
6108         storage than before.
6109
6110         * gnus.el (gnus-refer-article-method): Change default to 'current.
6111         When referring an article, the common behaviour is to refer it from the
6112         current select method, not the native select method.  The chances of
6113         the native select method having the message in question is rather slim
6114         these days.
6115
6116         * gnus-sum.el (gnus-auto-select-subject): Change default to
6117         `unseen-or-unread'.  I think it's likely that most people want to
6118         select an unseen article over a previously seen, but unread one.
6119
6120         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6121         means that in the article buffer none of the minor mode elements will
6122         be shown, usually, and this is not desirable in most cases.
6123
6124         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6125         that commands like `d' (and the like) go to the next line in the
6126         buffer, instead of the next unread article.  I think this is the
6127         behaviour that is most natural for most users.
6128         (gnus-single-article-buffer): Change default to nil, so that people can
6129         have as many article buffers open as they have summary buffer.  I think
6130         this is the most natural way for the groups to behave.
6131
6132         * message.el (message-generate-new-buffers): Change default to
6133         `unsent', so that all new message buffers start their names with the
6134         string "*unsent", and it's easier to find the buffers if you move from
6135         them.
6136
6137 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6138
6139         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6140         small.  They're probably tracking images.
6141         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6142         (gnus-html-rescale-image): Yet another try at getting the image sizing
6143         right.
6144
6145         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6146         nntp-marks-file-name is nil.
6147
6148 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6149
6150         * gnus-html.el (gnus-html-wash-tags)
6151         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6152         Better logging.
6153
6154 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6157
6158         * gnus-html.el (gnus-html-wash-tags): Check the value of
6159         gnus-blocked-images in the summary buffer.
6160
6161 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6162
6163         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6164
6165 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6168         like "a", it seems like.
6169         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6170         since it needs to be picked from the correct buffer.
6171
6172         * nnwfm.el: Remove.
6173
6174         * nnlistserv.el: Remove.
6175
6176 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6179         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6180
6181 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6182
6183         * nnkiboze.el: Remove.
6184
6185         * nndb.el: Remove.
6186
6187         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6188         alt text.
6189         (gnus-html-rescale-image): Try to get the rescaling logic right for
6190         images that are just wide and not tall.
6191
6192         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6193         overshadow variable bindings.
6194
6195 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * gnus-html.el (gnus-html-wash-tags)
6198         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6199         Add extra logging.
6200
6201 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6202
6203         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6204         (gnus-max-image-proportion): New variable.
6205         (gnus-html-rescale-image): New function.
6206         (gnus-html-put-image): Rescale images.
6207
6208 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6209
6210         Fix up some byte-compiler warnings.
6211         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6212         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6213         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6214         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6215         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6216         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6217         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6218
6219 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-html.el (gnus-article-html): Decode contents by charset.
6222
6223 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6226         (gnus-html-frame-width, gnus-blocked-images)
6227         * message.el (message-prune-recipient-rules): Add custom version.
6228         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6229
6230         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6231         functions.
6232
6233         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6234         gnus-process-get.
6235
6236 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6237
6238         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6239         instead of lsub directly.
6240
6241 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6242
6243         * nnwarchive.el: Remove.
6244
6245         * gnus-soup.el: Remove.
6246
6247         * nnsoup.el: Remove.
6248
6249         * nnultimate.el: Remove.
6250
6251         * gnus-html.el (gnus-blocked-images): New variable.
6252
6253         * message.el (message-prune-recipients): New function.
6254         (message-prune-recipient-rules): New variable.
6255
6256         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6257         guess whether a long line is natural text or not.
6258
6259         * gnus-html.el (gnus-html-schedule-image-fetching):
6260         Use gnus-process-plist and friends for compatibility.
6261
6262 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6263
6264         * gnus-html.el: Require packages that define macros used in this file.
6265         (gnus-article-mouse-face): Declare to silence byte-compiler.
6266         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6267         process-get.
6268         (gnus-html-put-image): Use plist-get to avoid getf.
6269         (gnus-html-prefetch-images): Use with-current-buffer.
6270
6271 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * gnus-ems.el: Provide compatibility functions for
6274         gnus-set-process-plist.
6275
6276         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6277         header-line-format for XEmacs 21.4.
6278
6279         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6280         * gnus.el (gnus-valid-select-methods)
6281         * message.el (message-send-mail-partially-limit)
6282         * mm-decode.el (mm-text-html-renderer)
6283         * mml.el (mml-insert-mime-headers-always)
6284         * smiley.el (smiley-regexp-alist): Bump custom version.
6285
6286 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-html.el: require mm-url.
6289         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6290         with the url to `url'.
6291         (gnus-html-wash-tags): Support cid: URLs/images.
6292
6293 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6294
6295         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6296         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6297         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6298
6299         * gnus-move.el: Remove file, since it doesn't really work.
6300
6301         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6302         UTF-8.  This seems to fix problems with some German web feeds.
6303
6304         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6305         at the top so that the proper colours are applied.
6306
6307         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6308         don't have dots in their names.
6309
6310         * gnus-art.el (gnus-article-view-part): Doc fix.
6311
6312         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6313         XEmacs-compatible.
6314         (gnus-html-put-image): Don't do images on non-graphic displays.
6315
6316         * nnslashdot.el: Remove this unused backend.
6317
6318         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6319         actions.
6320         (gnus-undo-register-1): Revert last change.
6321
6322         * gnus-group.el (gnus-group-completing-read): Protect against not
6323         having completion-styles bound.
6324
6325         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6326         make broken recipients happier.
6327
6328         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6329
6330         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6331         point parameter.
6332
6333         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6334
6335         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6336         completion-styles for group selection.
6337
6338 2009-02-04  Andreas Schwab  <schwab@suse.de>
6339
6340         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6341         headers and regexp-quote the match if necessary.
6342
6343 2009-03-24  Miles Bader  <miles@gnu.org>
6344
6345         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6346         the blinking smiley.
6347
6348 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6349
6350         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6351         blink smiley.
6352
6353 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354
6355         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6356         where the dribbel file lives exists.
6357
6358         * message.el (message-send-mail-partially-limit): Change the default to
6359         nil, since most people don't want this.
6360
6361         * mm-url.el (mm-url-decode-entities): Also decode entities like
6362         &#x3212.
6363
6364 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6365
6366         * gnus-sum.el (gnus-summary-idna-message):
6367         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6368         Hyperlink urls in docstrings with URL `...'.
6369
6370 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6371
6372         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6373         functions.
6374
6375 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6376
6377         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6378         say what the mouseover text should be.
6379
6380         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6381         version of the mm-w3m-safe-url-regexp variable to only download images
6382         in the groups where we want that to happen.
6383
6384         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6385
6386         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6387         easier debugging.
6388         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6389         big pictures in the article buffer.
6390
6391         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6392         gnus-article-html.
6393         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6394         w3m.
6395
6396         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6397
6398 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6399
6400         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6401         which doesn't exist.
6402
6403         * message.el (message-inhibit-ecomplete): New variable to allow some
6404         function to inhibit ecomplete address storage.
6405         (message-resend): Disable ecomplete message storage when resending
6406         messages.
6407
6408         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6409
6410 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6413         Save excursion while copying, moving, and deleting articles in order to
6414         prevent the cursor from jumping to unforeseen place.
6415
6416 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * lpath.el: No need to bind bookmark-current-buffer,
6419         bookmark-yank-point and bookmark-make-record-function.
6420
6421 2010-08-17  Glenn Morris  <rgm@gnu.org>
6422
6423         * gnus-sync.el: Require gnus components whose functions are used.
6424
6425         * gnus-art.el (bookmark-make-record-function):
6426         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6427         Declare for compiler.
6428
6429         * mm-url.el (mml-compute-boundary): Autoload.
6430
6431 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6434
6435 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6436
6437         Typo fix "hoo4a" -> "hook".
6438
6439         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6440
6441 2010-08-14  Glenn Morris  <rgm@gnu.org>
6442
6443         * gnus-sync.el (gnus-sync): Fix defgroup version.
6444
6445 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6448
6449         * gnus-sync.el: Fix docs.
6450         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6451         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6452
6453 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6454
6455         Optimizations for gnus-sync.el.
6456
6457         * gnus-sync.el: Add docs about gnus-sync-backend
6458         possibilities.
6459         (gnus-sync-save): Remove unnecessary message.
6460         (gnus-sync-read): Optimize and show what groups were skipped.
6461
6462 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6463
6464         Minor bug fixes for gnus-sync.el.
6465
6466         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6467         Don't read the sync on get-new-news.
6468
6469         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6470         quiet.
6471
6472         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6473         (fix typo).
6474
6475 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6476
6477         Make saving and restoring of hidden threads work with overlays.
6478         Patch applied by Ted Zlatanov.
6479
6480         * gnus-sum.el (gnus-hidden-threads-configuration)
6481         (gnus-restore-hidden-threads-configuration): Update to deal with text
6482         properties, rather than searching for a magic character.
6483
6484 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6485
6486         New gnus-sync.el library for synchronization of marks.
6487
6488         * gnus-sync.el: New library for synchronization of marks.
6489
6490         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6491         renamed from `gnus-registry-grep-in-list'.
6492
6493         * gnus-registry.el (gnus-registry-follow-group-p):
6494         Use `gnus-grep-in-list'.
6495
6496         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6497
6498 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6501         determining charset of text fails.
6502
6503 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * nnmail.el (nnmail-get-new-mail-1): Revert.
6506
6507         * nnml.el (nnml-active-number): Make sure names of newly created groups
6508         in nnml-group-alist are encoded.
6509
6510 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6513         containing non-ASCII characters in active file for nnml back end.
6514
6515 2010-07-24  David Engster  <dengste@eml.cc>
6516
6517         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6518         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6519
6520 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6521
6522         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6523         tag (Bug#6654).
6524
6525 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6528         the article buffer, not the summary buffer.
6529
6530 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6533         Emacs 23 as well.
6534
6535 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6538         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6539
6540 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6541
6542         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6543         Patch applied by Karl Fogel.
6544
6545         * gnus-sum.el (gnus-summary-bookmark-make-record):
6546         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6547
6548 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6549
6550         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6551         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6552         C-w still not working correctly from Article buffers; Thierry's
6553         patch to fix that will be applied after this.
6554
6555         * gnus-art.el (bookmark-make-record-function): New local variable.
6556
6557         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6558         article buffer.
6559         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6560
6561 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6562
6563         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6564         on changes in bookmark.el.
6565
6566 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6569         `no-log' instead of message not to log prompt string.
6570
6571 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6572
6573         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6574         the *other* type of HTML form submission.
6575
6576 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6577
6578         * auth-source.el (auth-source-pick): If choice does not contain a
6579         questioned keyword, set the check to t.
6580
6581 2010-06-12  Romain Francoise  <romain@orebokech.com>
6582
6583         * gnus-util.el (gnus-date-get-time): Move up before first use.
6584
6585 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6588         (gnus-article-edit-part): Bind it to make last part that is substituted
6589         or deleted visible.
6590         (gnus-mime-display-single): Buttonize part of which id equals to
6591         gnus-mime-buttonized-part-id.
6592
6593 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6594
6595         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6596         (gnus-dd-mmm): Use gnus-date-get-time.
6597         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6598         simplify logic.
6599         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6600         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6601
6602 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6603
6604         * auth-source.el (top): Autoload `secrets-list-collections',
6605         `secrets-create-item', `secrets-delete-item'.
6606         (auth-sources): Fix tag string.
6607         (auth-get-source, auth-source-retrieve, auth-source-create)
6608         (auth-source-delete): New defuns.
6609         (auth-source-pick): Rewrite in order to avoid 2 passes.
6610         (auth-source-forget-user-or-password): New parameter USERNAME.
6611         (auth-source-user-or-password): New parameters CREATE-MISSING and
6612         DELETE-EXISTING.  Retrieve password interactively, if needed.
6613
6614 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6615
6616         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6617         deleting unused directories when gnus-expert-user is t.
6618
6619 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6622         for each temp file when gnus-article-browse-delete-temp is ask.
6623
6624 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6625
6626         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6627         Lisp calls to delete-backward-char by calls to delete-char.
6628
6629 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6630
6631         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6632
6633 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6634
6635         * password-cache.el (password-cache-remove): Fix docstring.
6636
6637 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6640         article unless decoding article to be saved.
6641
6642 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6645         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6646         generated within the mm-with-unibyte-current-buffer macro.
6647
6648 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6651         to nil when we're in a mml-preview buffer and no group is selected.
6652
6653 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6654
6655         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6656         when catching the `C-g'.  Reported by "Leo".
6657
6658 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * message.el (message-forward-make-body-plain)
6661         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6662         multibyte-string-p.
6663
6664         * lpath.el: Revert.
6665
6666 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * message.el (message-forward-make-body-mml): Assume original message
6669         is multibyte string; error on unibyte.
6670         (message-forward-make-body-plain): Ditto; don't add excessive newline
6671         in body end.
6672
6673         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6674
6675 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6676
6677         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6678         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6679
6680 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * mm-extern.el (mm-extern-url): Don't use
6683         mm-with-unibyte-current-buffer.
6684         (mm-extern-cache-contents): Use with-current-buffer instead of
6685         save-excursion + set-buffer.
6686
6687 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * mm-util.el (mm-emacs-mule): Remove.
6690
6691 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6692
6693         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6694         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6695         change.
6696
6697 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6700         bind the default value of enable-multibyte-characters to nil.
6701
6702 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * message.el (message-forward-make-body-plain)
6705         (message-forward-make-body-mml):
6706         Don't use mm-with-unibyte-current-buffer.
6707
6708 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6709
6710         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6711
6712 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6713
6714         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6715         (Bug#5592).
6716
6717 2010-05-07  Julien Danjou  <julien@danjou.info>
6718
6719         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6720         it to mm-pipe-part.
6721
6722         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6723         it is given.
6724
6725 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * binhex.el (binhex-decode-region-internal)
6728         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6729         (dns-query)
6730         * nnweb.el (nnweb-gmane-search)
6731         * pgg-parse.el (pgg-parse-armor)
6732         * pgg.el (pgg-verify-region)
6733         * sha1.el (sha1-string-external)
6734         * uudecode.el (uudecode-decode-region-internal)
6735         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6736         XEmacs.
6737
6738         * gnus-art.el (gnus-article-browse-html-parts)
6739         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6740         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6741         make-temp-file.
6742
6743         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6744         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6745         compiling.
6746
6747         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6748         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6749         XEmacs when compiling.
6750
6751         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6752         gnus-pick-mode-off-hook for XEmacs when compiling.
6753         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6754         gnus-binary-mode-off-hook for XEmacs when compiling.
6755
6756         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6757         Return nil if char-charset is not available.
6758
6759         * imap.el (imap-disable-multibyte)
6760         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6761         macros.
6762
6763         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6764         instead of encode-coding-string.
6765
6766         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6767         'xemacs) instead of mm-emacs-mule to switch function definitions.
6768         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6769
6770         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6771         bind temporary-file-directory for XEmacs;
6772         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6773         timer-set-function for XEmacs 21.4 and SXEmacs;
6774         bind timer-list for XEmacs 21.4 and SXEmacs;
6775         fbind char-charset and find-charset-region for non-Mule XEmacs;
6776         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6777         encode-coding-region and encode-coding-string for XEmacs having no
6778         file-coding feature.
6779
6780 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6781
6782         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6783
6784 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6787         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6788
6789 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6790
6791         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6792         alias `jka-compr-delete-temp-file' no longer exists.
6793
6794 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6795
6796         Use define-minor-mode in Gnus where applicable.
6797         * mml.el (mml-mode): Use define-minor-mode.
6798         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6799         (gnus-undo-mode): Use define-minor-mode.
6800         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6801         (gnus-dead-summary-mode): Use define-minor-mode.
6802         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6803         Initialize in declaration.
6804         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6805         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6806         (gnus-mailing-list-mode): Use define-minor-mode.
6807         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6808         (gnus-draft-mode): Use define-minor-mode.
6809         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6810         (gnus-dired-mode): Use define-minor-mode.
6811
6812 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6813
6814         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6815         handles on recursive mml-to-mime translation and check them for
6816         boundary delimiter collisions.  Reported by Greg Troxel.
6817
6818 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6821
6822 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6823
6824         * mm-util.el (mm-find-buffer-file-coding-system):
6825         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6826
6827 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6828
6829         * message.el (message-generate-headers): Record insertion of optional
6830         headers as well.  Otherwise the check to prevent repeated insertion of
6831         optional headers is a no-op.
6832
6833 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6834
6835         * smime.el: Don't mention CVS.
6836
6837         * nnrss.el (nnrss-fetch): Don't mention CVS.
6838
6839         * nnir.el: Don't mention CVS.
6840
6841 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6842
6843         * gnus-sum.el (gnus-summary-bookmark-make-record):
6844         Add `location' field.
6845
6846 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * lpath.el: Fbind bookmark-default-handler,
6849         bookmark-get-bookmark-record, bookmark-make-record-default,
6850         bookmark-prop-get for Emacs <23 and XEmacs.
6851
6852 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6853
6854         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6855         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6856         Use with-current-buffer to silence the byte-compiler.
6857         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6858         bother to require `gnus'.
6859         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6860
6861 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6862
6863         * gnus-sum.el (gnus-summary-bookmark-make-record)
6864         (gnus-summary-bookmark-jump): New functions.
6865         (gnus-summary-mode): Setup bookmark support.
6866
6867 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6868
6869         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6870         if set.
6871
6872 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6875         gnus-article-browse-html-save-cid-image; make it work recursively for
6876         forwarded messages as well.
6877         (gnus-article-browse-html-parts): Work when prefix arg is given.
6878         (gnus-article-browse-html-article): Doc fix.
6879
6880 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6881
6882         * message.el (message-default-mail-headers):
6883         (message-default-headers): Carry the value mail-default-headers over
6884         into message-default-mail-headers, rather than message-default-headers.
6885
6886 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6887
6888         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6889         charset.
6890
6891         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6892         charset into the <meta> tag when the article is encoded to utf-8.
6893
6894 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-art.el (gnus-article-browse-delete-temp-files):
6897         Delete directories as well.
6898         (gnus-article-browse-html-parts): Work for images that do not specify
6899         file names; delete temp directory when quitting; insert header at the
6900         right place; use file: scheme for image files.
6901
6902 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6903
6904         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6905         (gnus-article-browse-html-parts): Use it to make temporary cid image
6906         files in addition to html file so that browser may display them.
6907
6908 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6911
6912 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6913
6914         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6915
6916 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6917
6918         * auth-source.el (auth-sources): Change default to be simpler.
6919         Explain about Secret Service API sources.  Improve Customize options.
6920         (auth-source-pick): Change to accept any number of search parameters.
6921         Implement fallbacks iteratively, not recursively.  Add scoring on the
6922         second pass and sort by score.  Call Secret Service API when needed.
6923         (auth-source-user-or-password): Use it.  Call Secret Service API
6924         directly when needed to get the user name and the password.
6925
6926 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6927
6928         * message.el (message-interactive): Doc fix.
6929         (message-qmail-inject-args): Reflow.
6930         (message-kill-to-signature): Fix typo in docstring.
6931
6932         * smiley.el (smiley-buffer): Fix typo in docstring.
6933
6934 2010-03-24  Glenn Morris  <rgm@gnu.org>
6935
6936         * mail-source.el (gnus-message): Declare.
6937         (mail-source-delete-old-incoming): Require gnus-util.
6938
6939 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6942
6943         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6944
6945         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6946         password-cache's default if it is not bound.
6947         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6948         password-cache-expiry's default if it is not bound.
6949
6950         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6951         available in Emacs 21.
6952
6953         * lpath.el: Suppress compiler warnings for:
6954         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6955         XEmacs;
6956         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6957         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6958         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6959
6960 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6961
6962         * auth-source.el (auth-sources): Fix up definition so extra parameters
6963         are always inline.
6964
6965 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6966
6967         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6968         wasn't updated after mismatch.  Clear cached mailbox info correctly
6969         when uidvalidity changes.
6970         (nnimap-group-prefixed-name): New function to avoid some code
6971         duplication.
6972         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6973         (nnimap-request-group): Use it.
6974         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6975         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6976         with many imap folders.  This is done by caching the group status from
6977         the imap server persistently in a group parameter `imap-status'.  (This
6978         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6979         but not persistently, so every Gnus startup was still very slow.)
6980
6981 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6984         delete the extra newline.  Otherwise editing of :string and :number
6985         types don't work.
6986
6987 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6988
6989         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6990         secrets.el dependency.
6991         (auth-sources): Add optional user name.  Add secrets.el configuration
6992         choice (unused right now).
6993
6994 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * gnus-sum.el (gnus-summary-make-menu-bar):
6997         Let `gnus-registry-install-shortcuts' fill in the functions.
6998
6999         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7000         warnings.
7001         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7002         (gnus-registry-install-shortcuts): Populate and use it in a
7003         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7004
7005 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7006
7007         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7008         In-place substitutions for the group name encoding/decoding.
7009         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7010         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7011         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7012         (nnimap-update-unseen, nnimap-request-list)
7013         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7014         (nnimap-request-set-mark, nnimap-split-to-groups)
7015         (nnimap-split-articles, nnimap-request-newgroups)
7016         (nnimap-request-create-group, nnimap-request-accept-article)
7017         (nnimap-request-delete-group, nnimap-request-rename-group)
7018         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7019         `encoded-mbx' for consistency.
7020         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7021         variable `imap-current-mailbox'.
7022
7023         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7024         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7025
7026 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7027
7028         * pop3.el (pop3-display-message-size-flag): Display message size byte
7029         counts during POP3 download.
7030         (pop3-movemail): Use it.
7031         (pop3-list): Implement listing of available messages.
7032
7033 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7034
7035         * nnir.el (nnir-get-article-nov-override-function): New function to
7036         override the normal NOV retrieval.
7037         (nnir-retrieve-headers): Use it.
7038
7039 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7040
7041         * auth-source.el (netrc-machine-user-or-password): Autoload.
7042
7043 2010-03-19  Glenn Morris  <rgm@gnu.org>
7044
7045         Stop message.el from loading about 40 libraries it doesn't always need.
7046         The general approach is to autoload rather than require, and to
7047         require in the specific functions rather than the file.  (Bug#5642)
7048
7049         * gmm-utils.el: Don't require wid-edit.
7050         (widget-create-child-value, widget-convert, widget-default-get):
7051         Autoload.
7052
7053         * gnus-util.el: Don't require time-date, netrc.
7054         (message-fetch-field, gnus-group-name-decode): Declare rather than
7055         autoloading.
7056         (gnus-fetch-field): Require message.
7057         (gnus-decode-newsgroups): Require gnus-group.
7058
7059         * ietf-drums.el: Don't require time-date.
7060
7061         * message.el: Don't require hashcash, canlock, ecomplete.
7062         Do require mail-utils.  Require nnheader only when compiling.
7063         (smtpmail-default-smtp-server): Remove declaration.
7064         (message-send-mail-function): Check smtpmail-default-smtp-server
7065         is bound rather than requiring smtpmail.
7066         (message-auto-save-directory, message-insert-signature):
7067         Use expand-file-name rather than nnheader-concat.
7068         (nnheader-insert-file-contents): Autoload.
7069         (hashcash-wait-async): Declare.
7070         (message-send-mail): Only call gnus-setup-posting-charset if
7071         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7072         (message-send-mail-with-sendmail): Require sendmail.
7073         (canlock-password, canlock-password-for-verify): Declare.
7074         (message-canlock-password): Require canlock.
7075         (nnheader-get-report): Autoload.
7076         (gnus-setup-posting-charset): Declare.
7077         (message-send-news): Require gnus-msg.
7078         (message-make-references, message-make-in-reply-to): Use mail-header-id
7079         rather than the alias mail-header-message-id.
7080         (ecomplete-add-item, ecomplete-save): Declare.
7081         (message-put-addresses-in-ecomplete): Require ecomplete.
7082         (ecomplete-display-matches): Autoload.
7083
7084         * mm-decode.el: Don't require mailcap, gnus-util.
7085         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7086         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7087         Autoload.
7088         (mailcap-mime-extensions): Declare.
7089
7090         * mm-encode.el: Don't require mailcap.
7091         (mailcap-extension-to-mime): Autoload.
7092
7093         * mml-sec.el: Don't require password-cache.
7094
7095         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7096         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7097         (mml-minibuffer-read-type): Require mailcap.
7098         (mml-preview): Require gnus-msg.
7099
7100         * mml1991.el: Require password-cache.
7101         (password-cache-expiry): Remove declaration.
7102
7103         * mml2015.el: Require password-cache.
7104         (password-cache-expiry): Remove declaration.
7105
7106         * nneething.el (mailcap): Require mailcap.
7107
7108         * nnheader.el (declare-function): Add compatibility stub.
7109         (message-remove-header): Declare rather than autoload.
7110         (nnheader-replace-header): Require message.
7111
7112         * nnimap.el (declare-function): Add compatibility stub.
7113         (netrc-parse, netrc-machine-user-or-password): Declare.
7114         (nnimap-open-connection): Require netrc.
7115
7116         * nntp.el (declare-function): Add compatibility stub.
7117         (netrc-parse, netrc-machine, netrc-get): Declare.
7118         (nntp-send-authinfo): Require netrc.
7119
7120         * rfc2047.el: Don't require qp.
7121         (quoted-printable-encode-region, quoted-printable-decode-string):
7122         Autoload.
7123
7124         * sieve-mode.el: Don't require easymenu.
7125         (easy-menu-add-item): Autoload it.
7126
7127         * spam-stat.el (time-to-number-of-days): Autoload it.
7128
7129 2010-03-19  Glenn Morris  <rgm@gnu.org>
7130
7131         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7132
7133 2010-03-18  Glenn Morris  <rgm@gnu.org>
7134
7135         * hashcash.el (declare-function): Remove duplicate definition.
7136
7137 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7138
7139         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7140         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7141         value if any backslash escapes).
7142
7143 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7146         if it is available.  (bug#5647)
7147
7148         * lpath.el: Suppress compiler warning for coding-system-from-name for
7149         Emacs 21 and XEmacs.
7150
7151 2010-03-14  Juri Linkov  <juri@jurta.org>
7152
7153         * hmac-def.el:
7154         * hmac-md5.el:
7155         * netrc.el: Fix keywords.
7156
7157 2010-02-26  Glenn Morris  <rgm@gnu.org>
7158
7159         * message.el (message-send-mail-function): Change the default, so that
7160         it inherits from a customized send-mail-function.  (Bug#5643)
7161
7162 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7163
7164         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7165         shell-command-to-string signals an error (bug#5299).
7166
7167 2010-02-24  Glenn Morris  <rgm@gnu.org>
7168
7169         * message.el (message-smtpmail-send-it)
7170         (message-send-mail-with-mailclient): Doc fixes.
7171
7172 2010-02-16  Glenn Morris  <rgm@gnu.org>
7173
7174         * message.el (message-default-mail-headers): Change the default value
7175         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7176
7177 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7180         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7181
7182 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7183
7184         * time-date.el (date-to-time): Doc fix (Bug#5408).
7185
7186 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7187
7188         * message.el (message-mail): Just pass yank-action on to message-setup.
7189         (message-setup): Handle (FUN . ARGS) form of yank-action.
7190         (message-with-reply-buffer, message-widen-reply)
7191         (message-yank-original): Handle non-buffer values of
7192         message-reply-buffer (Bug#4080).
7193         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7194
7195 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7196
7197         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7198         Fix typo in docstring.
7199
7200 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7201
7202         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7203         response.
7204
7205 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7208
7209         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7210
7211         * message.el (message-check-news-header-syntax): Protect against a
7212         string that `rfc822-addresses' returns when parsing fails.
7213
7214 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7217         (gnus-previous-char-property-change): New functions.
7218
7219         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7220
7221 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7222
7223         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7224         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7225
7226 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7227
7228         * message.el (message-exchange-point-and-mark): Rework last change to
7229         avoid using optional arg of exchange-point-and-mark, for backward
7230         compatibility.
7231
7232 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7233
7234         * message.el (message-exchange-point-and-mark):
7235         Call exchange-point-and-mark with an argument rather than setting
7236         mark-active by hand (Bug#5175).
7237
7238 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * nntp.el (nntp-service-to-port): Work for service expressed with
7241         numeric string; replace [:digit:] with [0-9] for XEmacs.
7242
7243 2009-12-17  Glenn Morris  <rgm@gnu.org>
7244
7245         * gnus-group.el (gnus-bug-group-download-format-alist):
7246         Change emacs entry to debbugs.gnu.org.  Bump :version.
7247
7248 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7251
7252 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * message.el (message-info): Explain why we use `Info-goto-node'.
7255
7256 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7259
7260 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7261
7262         * message.el (message-completion-in-region): New compatibility function.
7263         (message-expand-group): Use it.
7264
7265 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7268         with no unread article should be listed if the 2nd arg `predicate' is
7269         given.
7270
7271 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7274
7275 2009-11-29  Juri Linkov  <juri@jurta.org>
7276
7277         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7278         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7279         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7280
7281 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7282
7283         * sha1.el (sha1-string-external): default-directory "/" in case
7284         otherwise non-existent.  process-connection-type pipe for touch of
7285         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7286
7287 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7288
7289         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7290         it's comms related and sgml-mode.el has "comm" on that basis too.
7291
7292 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7295         containing tspecial characters if they have been already quoted.
7296
7297 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7298
7299         * dns-mode.el (auto-mode-alist): Purecopy string.
7300
7301 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7302
7303         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7304
7305 2009-10-24  Glenn Morris  <rgm@gnu.org>
7306
7307         * gnus-art.el (help-xref-stack-item): Define for compiler.
7308
7309 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7310
7311         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7312
7313 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7316
7317 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7320         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7321
7322 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7325         (gnus-overlays-in): New alias to overlays-in.
7326
7327         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7328         gnus-overlay-get, and gnus-delete-overlay.
7329         (gnus-summary-show-thread): Make it work as well for systems in which
7330         next-single-char-property-change is not available.
7331         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7332
7333         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7334         (gnus-overlay-get): New alias to extent-property.
7335         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7336
7337         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7338         SXEmacs.
7339
7340         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7341         SXEmacs.
7342
7343 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7346
7347 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7348
7349         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7350         and XEmacs that don't have `remove-overlays'.
7351
7352 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7353
7354         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7355         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7356         selective display.  Use overlays instead.
7357
7358 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7359
7360         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7361
7362 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7363
7364         * spam-stat.el (spam-stat-load): Fix typo in message.
7365
7366 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7367
7368         * dig.el (dig-invoke): Fix typo in docstring.
7369         (query-dig): Reflow docstring.
7370
7371 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7372
7373         * gnus-art.el (gnus-article-encrypt-body):
7374         * message.el (message-check-recipients):
7375         * mm-util.el (mm-codepage-setup):
7376         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7377         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7378
7379 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7380
7381         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7382         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7383         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7384         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7385         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7386
7387 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7388
7389         * dig.el: Add "Keywords: comm", as per net-utils.el.
7390
7391 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7392
7393         * dig.el (dig-mode): Use define-derived-mode.
7394
7395 2009-09-19  Glenn Morris  <rgm@gnu.org>
7396
7397         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7398
7399 2009-09-18  Glenn Morris  <rgm@gnu.org>
7400
7401         * gnus-diary.el (gnus-diary-check-message):
7402         * message.el (message-insert-formatted-citation-line):
7403         * nnbabyl.el (top-level):
7404         * nndiary.el (nndiary-schedule):
7405         Fix typos in condition-case handlers.
7406
7407 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7410         configuration that provides the sole article window in a frame;
7411         position point correctly after deleting a part.
7412
7413 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7414
7415         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7416         (spam-resolve-registrations-routine): Use it to unregister articles
7417         that change status.
7418
7419 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7422         with XEmacs.
7423         (parse-time-string-chars): Use it.
7424
7425 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7426
7427         * imap.el (imap-interactive-login): Better messages.
7428         (imap-open): Fix bug with renamed buffer on reconnect.
7429         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7430         for easier debugging and cleaner code.  On successful (guessed based on
7431         server capabilities) secondary authentication, set imap-state
7432         correctly.
7433         (imap-last-authenticator): Define imap-last-authenticator as a variable
7434         to avoid warnings.
7435
7436 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * nnrss.el (nnrss-request-article): Remove binding of
7439         default-enable-multibyte-characters that has gotten needless by
7440         the 2007-07-13 change in rfc2047-encode-message-header.
7441
7442         * mml.el (mml-insert-multipart): Error on the message header.
7443         (mml-insert-part): Error on the message header; position point at
7444         the end of a MIME tag.
7445
7446 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * time-date.el (autoload): Expand define-obsolete-function-alias into
7449         defalias and make-obsolete for old Emacsen that Gnus supports.
7450         (with-no-warnings): Define it for old Emacsen.
7451         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7452         is available.
7453         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7454         float-time is available; suppress compile warning for time-to-seconds.
7455
7456         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7457         (gnus-float-time): Alias to float-time if it exists.
7458
7459         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7460         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7461         float-time is available; suppress compile warning for time-to-seconds.
7462
7463         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7464         XEmacs.
7465
7466 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7467
7468         * imap.el (imap-message-map): Docstring fix.
7469
7470 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7473         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7474         Add the optional argument `encoding' that overrides the default.
7475
7476         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7477         mm-encode-buffer.
7478
7479 2009-09-04  Glenn Morris  <rgm@gnu.org>
7480
7481         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7482         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7483         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7484         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7485         * mm-util.el (mm-with-unibyte-current-buffer)
7486         (mm-find-buffer-file-coding-system):
7487         * yenc.el (yenc-decode-region): Use default-value rather than
7488         default-enable-multibyte-characters.
7489
7490 2009-09-03  Glenn Morris  <rgm@gnu.org>
7491
7492         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7493         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7494         than default-enable-multibyte-characters.
7495
7496 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7497
7498         * gnus-art.el (gnus-article-read-summary-keys):
7499         Fix gnus-buffer-configuration's value temporarily used.
7500
7501 2009-09-02  Glenn Morris  <rgm@gnu.org>
7502
7503         * gnus-util.el (gnus-float-time): New function.
7504         * gnus-delay.el (gnus-delay-article):
7505         * gnus-sum.el (gnus-thread-latest-date):
7506         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7507         * nnspool.el (nnspool-request-newgroups):
7508         Use gnus-float-time rather than time-to-seconds.
7509         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7510
7511         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7512         (gnus-header-subject-face, gnus-header-newsgroups-face)
7513         (gnus-header-name-face, gnus-header-content-face):
7514         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7515         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7516         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7517         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7518         (gnus-cite-face-11):
7519         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7520         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7521         (gnus-server-closed-face, gnus-server-denied-face)
7522         (gnus-server-offline-face):
7523         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7524         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7525         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7526         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7527         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7528         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7529         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7530         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7531         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7532         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7533         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7534         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7535         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7536         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7537         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7538         (gnus-summary-high-undownloaded-face)
7539         (gnus-summary-low-undownloaded-face)
7540         (gnus-summary-normal-undownloaded-face)
7541         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7542         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7543         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7544         (gnus-splash-face):
7545         * message.el (message-header-to-face, message-header-cc-face)
7546         (message-header-subject-face, message-header-newsgroups-face)
7547         (message-header-other-face, message-header-name-face)
7548         (message-header-xheader-face, message-separator-face)
7549         (message-cited-text-face, message-mml-face):
7550         * sieve-mode.el (sieve-control-commands-face)
7551         (sieve-action-commands-face, sieve-test-commands-face)
7552         (sieve-tagged-arguments-face):
7553         * spam.el (spam-face):
7554         Mark face aliases with "-face" in the name as obsolete.
7555
7556 2009-09-01  Glenn Morris  <rgm@gnu.org>
7557
7558         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7559         than goto-line.
7560
7561 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7564         Don't move point if the command is invoked inside the message header.
7565
7566 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7567
7568         * imap.el (imap-send-command): Simplify.
7569         (imap-wait-for-tag): point-max -> buffer-size.
7570
7571 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7572
7573         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7574         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7575         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7576         * nnir.el (nnir-swish-e-index-file):
7577         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7578         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7579         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7580         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7581         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7582         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7583
7584 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7587         Don't save excursion.
7588
7589 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7590
7591         * nnheader.el (nnheader-find-file-noselect):
7592         * mm-util.el (mm-insert-file-contents):
7593         Use (default-value 'major-mode) instead of default-major-mode.
7594
7595 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7596
7597         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7598
7599 2009-08-26  Glenn Morris  <rgm@gnu.org>
7600
7601         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7602         than placing in files.el.
7603
7604 2009-08-25  Glenn Morris  <rgm@gnu.org>
7605
7606         * nnir.el (top-level): Don't require cl at run-time.
7607         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7608         Replace cl-function substitute with gnus-replace-in-string.
7609         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7610         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7611         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7612         simplified expansions.
7613
7614 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7615
7616         * dig.el (dig): Add autoload cookie.
7617
7618 2009-08-22  Glenn Morris  <rgm@gnu.org>
7619
7620         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7621         goto-line.
7622
7623 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7624
7625         * parse-time.el (parse-time-string-chars): Save match data.
7626
7627 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7628
7629         * parse-time.el (parse-time-string-chars): Compute using character
7630         classes, to handle non-ascii characters (Bug#3190).
7631
7632 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7635
7636         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7637         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7638         (gnus-mm-display-part, gnus-mime-display-single)
7639         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7640         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7641
7642         * gnus-sum.el
7643         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7644         (gnus-summary-move-article): Add expirable mark to articles copied or
7645         moved to group that has auto-expire turned on if the option is non-nil.
7646
7647 2009-07-24  Glenn Morris  <rgm@gnu.org>
7648
7649         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7650         Fix typo.  (Bug#3903)
7651
7652 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7655         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7656         that should not be used for draft articles.
7657         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7658         that has no concern in minor mode keys.
7659         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7660         Abolish.
7661
7662 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7665         article without making inquiry to a user for unknown encoding.
7666
7667         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7668         (nnmaildir--scan): Assume i-node and device number that file-attributes
7669         returns might be cons-cell.
7670
7671         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7672
7673         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7674
7675 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * auth-source.el: Remove docs now in auth.texi.  Don't use
7678         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7679         `auth-source-hide-passwords' and use them.
7680
7681 2009-07-15  Glenn Morris  <rgm@gnu.org>
7682
7683         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7684
7685 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7688         excessive whitespace from the default values of title and description.
7689
7690 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7693         mail-fetch-field to fetch Content-Description header in order to
7694         exclude newlines.
7695
7696 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7697
7698         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7699         format used by GnuPG 2.0.11.
7700
7701 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7704         to deleted part.
7705
7706 2009-05-30  David Engster  <dengste@eml.cc>
7707
7708         * nnmairix.el: Remove old documentation in the commentary block.
7709         (nnmairix-request-group): Do not update active file for nnml back ends.
7710         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7711         end so that overview files are ignored.
7712         (nnmairix-update-groups): Make updating the groups more robust by using
7713         marks.
7714         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7715         with dollar characters in message-id.
7716
7717 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7720         2008-12-25 in dns.el.
7721
7722 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7723
7724         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7725         could happen if the text is only composed of spaces and/or tabs.
7726
7727 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7728
7729         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7730         when sending a queued message to avoid extra mml tags.
7731
7732 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7735
7736 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7739         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7740         rmail-toggle-header for XEmacs;
7741         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7742
7743 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * gnus-dired.el: Remove autoload for gnus-setup-message.
7746         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7747         displaying Gnus logo; always use compose-mail.
7748
7749 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7752
7753 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7756         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7757         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7758         available.
7759         (gnus-nocem-epg-verify): New function.
7760
7761 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7764
7765 2009-02-15  Glenn Morris  <rgm@gnu.org>
7766
7767         * gnus-util.el (rmail-insert-rmail-file-header)
7768         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7769         autoloads.
7770         (rmail-default-rmail-file): Remove unnecessary declaration.
7771         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7772
7773 2009-02-14  Glenn Morris  <rgm@gnu.org>
7774
7775         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7776         variable (only used in gnus-util, which declares it anyway).
7777         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7778         which was only needed by gnus-art (changed to not use it any more).
7779         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7780         only used in gnus-util, which autoloads it itself.
7781         (rmail-update-summary): Fix autoload.
7782
7783         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7784         rather than rmail-output-to-rmail-file.
7785
7786 2009-02-07  Glenn Morris  <rgm@gnu.org>
7787
7788         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7789         autoload of function that no longer exists.
7790         (rmail-toggle-header): Declare.
7791         (message-forward-rmail-make-body): Handle mbox Rmail.
7792
7793 2009-01-31  Glenn Morris  <rgm@gnu.org>
7794
7795         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7796         2009-01-09 change.
7797
7798 2009-01-31  Dave Love  <fx@gnu.org>
7799
7800         * imap.el (imap-fetch-safe): Bind debug-on-error.
7801         (imap-debug): Add imap-fetch-safe.
7802
7803 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7804
7805         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7806         (auth-source-forget-all-cached): New convenience function.
7807         (auth-source-user-or-password): Accept list of modes or a single mode.
7808
7809         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7810         auth-source modes.
7811
7812         * netrc.el (netrc-machine-user-or-password): Use list of
7813         auth-source modes.
7814
7815         * nnimap.el (nnimap-open-connection): Use list of
7816         auth-source modes.
7817
7818         * nntp.el (nntp-send-authinfo): Use list of
7819         auth-source modes.
7820
7821 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7822
7823         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7824         now.
7825
7826 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7829         coding system in XEmacs; add a workaround for XEmacs.
7830
7831         * lpath.el: Fbind coding-system-aliasee.
7832
7833 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7836         of current-language-environment.
7837
7838 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7841         available at runtime.
7842
7843 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7846
7847 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7848
7849         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7850         the greatest positive fixnum value doesn't work under an XEmacs with
7851         bignum support; use the most-positive-fixnum constant instead,
7852         available since Emacs 21.1 with cl and XEmacs 21.1.
7853
7854 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7857         XEmacs gets not to work.
7858
7859 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * mm-util.el (mm-coding-system-priorities): Allow the value like
7862         "Japanese (UTF-8)" of current-language-environment.
7863
7864 2009-01-09  Glenn Morris  <rgm@gnu.org>
7865
7866         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7867         with last-command-event.
7868
7869 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7870
7871         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7872         in the doc string.
7873
7874         * message.el (message-fix-before-sending): Amend comment.
7875
7876 2009-01-08  Dave Love  <fx@gnu.org>
7877
7878         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7879
7880 2009-01-07  David Engster  <dengste@eml.cc>
7881
7882         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7883         simplified server definitions by converting it via
7884         gnus-server-to-method.
7885
7886 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7889         parameter's operands.
7890
7891 2009-01-06  David Engster  <dengste@eml.cc>
7892
7893         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7894         primary select method (for gnus-group-mark-article-as-read).
7895
7896 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7897
7898         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7899         `(gnus)Face', not `(gnus)X-Face'.
7900
7901 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * mm-util.el (mm-ucs-to-char): New function.
7904
7905         * mm-url.el (mm-url-decode-entities): Use it.
7906
7907         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7908         unicode-to-char.
7909
7910 2009-01-05  Dave Love  <fx@gnu.org>
7911
7912         * time-date.el: Require cl for `declare'.
7913
7914 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7915
7916         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7917         Dave Love.
7918
7919 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * message.el (message-fix-before-sending): Add `eight-bit' to
7922         illegible-text check.
7923
7924 2009-01-03  Michael Olson  <mwolson@gnu.org>
7925
7926         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7927         `headers' is nil.  This can occur if the IMAP server does not have
7928         permissions to read messages from a folder, but can write new messages
7929         to the folder.
7930         (nnimap-request-article-part): Do not insert `data' if it is nil.
7931
7932         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7933         characters which will confuse `read', so skip past them.
7934
7935 2009-01-01  Dave Love  <fx@gnu.org>
7936
7937         * imap.el (imap-string-to-integer): Fix typo.
7938         (imap-fetch-safe): New function.
7939         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7940
7941         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7942
7943         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7944         (imap-parse-greeting): Fix doc strings.
7945         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7946         (imap-parse-flag-list): Make messages unique.
7947         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7948
7949         * nnimap.el: Fix author email.
7950         (nnimap-split-rule): Add FIXME comment.
7951         (nnimap-debug): Fix doc string.
7952
7953 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7956
7957 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7960         nslookup if resolv.conf isn't available.
7961         (dns-query): Rename from query-dns.
7962         (dns-query-cached): Rename from query-dns-cached.
7963
7964 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7967         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7968         to check if those variables exist (first appeared in Emacs 18.50).
7969
7970 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * mm-util.el (mm-line-number-at-pos): New function.
7973
7974         * spam-report.el (spam-report-process-queue): Use it.
7975
7976 2008-12-24  David Engster  <dengste@eml.cc>
7977
7978         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7979         parameters that haven't existed as variables as buffer-local variables.
7980
7981 2008-12-23  Dave Love  <fx@gnu.org>
7982
7983         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7984         cadar.
7985
7986         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7987         imap-starttls-p.
7988         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7989
7990 2008-12-22  Dave Love  <fx@gnu.org>
7991
7992         * imap.el: Fix author email.  Doc fixes.
7993         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7994         reply.
7995
7996 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * spam-report.el (spam-report-gmane-max-requests): New constant.
7999         (spam-report-gmane-wait): New variable.
8000         (spam-report-gmane-ham, spam-report-gmane-spam)
8001         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8002         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8003         the server.
8004
8005         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8006         Add explanations.
8007
8008         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8009         nnheader-accept-process-output and nnheader-read-timeout if available.
8010         (pop3-movemail): Use it.
8011
8012         * message.el (message-check-news-body-syntax): Fix signature check if
8013         there's an attachment.
8014
8015 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * mm-util.el: Add comments to the mm- emulating functions.
8018
8019 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8022         Reported by Stephen Berman <stephen.berman@gmx.net>.
8023
8024 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * mm-util.el (mm-substring-no-properties): New function.
8027         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8028         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8029         (mm-string-to-multibyte): Doc fix.
8030
8031         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8032
8033 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * mml.el (mml-attach-file): Strip text properties from file name.
8036         (Bug#1574)
8037
8038 2008-12-16  Glenn Morris  <rgm@gnu.org>
8039
8040         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8041
8042 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8045         knows since the charset specified might be a bogus alias that
8046         mm-charset-synonym-alist provides.
8047
8048 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8051         "ISO_8859-1".
8052
8053         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8054
8055 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * mm-util.el (mm-charset-eval-alist):
8058         Define it before mm-charset-to-coding-system.
8059         (mm-charset-to-coding-system): Add optional argument `silent';
8060         define it before mm-charset-override-alist.
8061         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8062         default value if it can be used in Emacs currently running;
8063         silence mm-charset-to-coding-system.
8064
8065 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8068         `allow-override' which says whether to use `mm-charset-override-alist'.
8069         (rfc2047-decode-encoded-words): Use it.
8070
8071         * mm-util.el (mm-charset-override-alist): Fix custom type;
8072         add `(gb2312 . gbk)' to choices.
8073
8074 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8077         fast.
8078
8079         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8080
8081         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8082
8083 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8084
8085         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8086         on links.
8087
8088         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8089
8090 2008-12-03  Lute Kamstra  <lute@gnu.org>
8091
8092         * sha1.el: Remove leading * from docstrings of defcustoms,
8093         deffaces, defconsts and defuns.
8094
8095 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8098         users' addresses that don't have domain parts.
8099         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8100         rather than message-narrow-to-head since there will be the message
8101         header separator.
8102
8103 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8104
8105         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8106         since the result is inserted in a unibyte buffer anyway.
8107         (nnimap-demule-use-string-to-multibyte): Remove.
8108         (nnimap-demule): Alias it to mm-string-to-multibyte.
8109
8110 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8113         variable for debugging bug#464 and bug#1174.
8114         (nnimap-demule): Use it.
8115
8116 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8119         score calculation correctly.
8120
8121 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8122
8123         * message.el (message-send-mail): Just set the buffer to unibyte
8124         rather than use mm-with-unibyte-current-buffer which does a lot more.
8125         (message-send-mail-partially): Don't bother with
8126         mm-with-unibyte-current-buffer since it's already been made unibyte by
8127         message-send-mail.
8128
8129 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8130
8131         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8132
8133 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8134
8135         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8136
8137 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8140         require itself and to remove `with-no-warnings'.
8141
8142 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8143
8144         * starttls.el (starttls-any-program-available): Get the name of the
8145         available TLS layer program.
8146         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8147         well as the host name in the "opening" message.
8148
8149         * auth-source.el (auth-source-cache, auth-source-do-cache)
8150         (auth-source-user-or-password): Cache passwords and logins by default,
8151         allow override with `auth-source-do-cache'.
8152         (auth-source-forget-user-or-password): Allow users to remove cache
8153         entries if needed.
8154
8155 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8156
8157         * md4.el (md4-buffer): Fix typo in docstring.
8158         (md4, md4-64): Doc fixes.
8159         (md4-pack-int32): Reflow docstring.
8160
8161 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8162
8163         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8164         condition-case to only the forward-sexp call.
8165
8166 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8167
8168         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8169         quotes contained.  Make it more robust regardless by an extra
8170         condition-case wrapper.
8171
8172 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8175
8176 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * nnml.el (nnml-request-expire-articles): Check if the function set to
8179         `nnmail-expiry-target' returns the symbol `delete'.
8180
8181         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8182
8183         * nnmail.el (nnmail-expiry-target): Fix custom type.
8184
8185 2008-10-02  Glenn Morris  <rgm@gnu.org>
8186
8187         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8188         Silence compiler warning.
8189
8190 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8191
8192         * tls.el (open-tls-stream): Show the actual command being
8193         executed, instead of the format string.
8194
8195 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * lpath.el: Fbind codepage-setup for Emacs 23.
8198
8199 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8200
8201         * mml.el (mml-menu): Don't assume mml2015 is bound.
8202
8203 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8206         exists.
8207
8208 2008-09-27  Glenn Morris  <rgm@gnu.org>
8209
8210         * gnus-util.el (mail-header-remove-comments): Autoload it.
8211
8212 2008-09-27  Andreas Schwab  <schwab@suse.de>
8213
8214         * gnus-util.el (gnus-split-references): Strip comments.
8215         (gnus-parent-id): Likewise.
8216
8217 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * message.el (message-confirm-send): Fix version.
8220
8221 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * message.el (message-idna-to-ascii-rhs-1): Use
8224         mail-extract-address-components rather than mail-header-parse-addresses
8225         that is an alias by default to ietf-drums-parse-addresses that does not
8226         support non-ASCII names in headers' contents.
8227
8228 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8229
8230         * message.el (message-confirm-send): Fix variable documentation to
8231         avoid the "y/n" wording.
8232
8233 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8234
8235         * message.el (message-set-auto-save-file-name): Save to a different
8236         filename so multiple messages (especially drafts) can be recovered.
8237
8238 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8239
8240         * message.el (message-confirm-send): Add appropriate version.
8241
8242 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8243
8244         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8245         defvar.
8246
8247 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8248
8249         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8250         (mm-pkcs7-enveloped-magic): Ditto.
8251
8252 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8253
8254         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8255         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8256
8257 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8258
8259         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8260         default, it's better.
8261
8262 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8263
8264         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8265         summary line gnus-number property and ignore them (with a warning
8266         message).
8267
8268 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8271         macro caddr in the interactive form since it won't be expanded.
8272
8273 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8276         `charset'; fix name of function called recursively.
8277         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8278
8279 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8282         (gnus-mime-set-charset-parameters): New function.
8283         (gnus-mime-view-part-as-charset): Use it to correctly display part
8284         specifying wrong charset.
8285
8286 2008-09-08  David Engster  <dengste@eml.cc>
8287
8288         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8289         in completing-read for back end server.
8290
8291 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8292
8293         * message.el (message-confirm-send): New variable to confirm sending a
8294         message.
8295         (message-send): Use it.
8296
8297 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8298
8299         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8300
8301 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8304
8305 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8306
8307         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8308         prevent tracking too many groups.
8309         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8310         Use it.
8311
8312 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8313
8314         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8315         moving point to the bottom of the window in order to avoid recentering.
8316
8317 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8320
8321         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8322         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8323         (gnus-article-beginning-of-window): Fix calculation.
8324
8325 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * gnus-msg.el (gnus-summary-supersede-article)
8328         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8329         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8330         message header.
8331
8332 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8333
8334         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8335         pending output coming after the status change.
8336
8337 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8338
8339         * message.el:
8340         * gnus-start.el:
8341         * gnus-registry.el: Remove VMS support.
8342
8343 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8346         macro.
8347         (rfc2104-hash): Use it.
8348
8349 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8352         (gnus-summary-sort-by-most-recent-date): New commands.
8353         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8354         and menu entries.
8355
8356 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8359         don't redisplay article for raw contents; remove plural articles stuff.
8360
8361         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8362         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8363         on gnus-summary-save-article; display results properly.
8364
8365 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * lpath.el: No need to fbind ns-focus-frame.
8368
8369 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8372
8373 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * gnus-art.el (gnus-summary-save-in-pipe):
8376         Consider gnus-save-all-headers.
8377
8378 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8379
8380         * gnus-util.el (ns-focus-frame): Remove declaration.
8381         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8382         like x.
8383
8384 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8385
8386         * rfc2104.el (rfc2104-zero): Delete defconst.
8387         (rfc2104-hex-alist): Likewise.
8388         (rfc2104-hex-to-int): Delete func.
8389         (rfc2104-hexstring-to-bitstring): Likewise.
8390         (rfc2104-nybbles): New defconst.
8391         (rfc2104-hash): Rewrite for speed.
8392
8393 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * tls.el (open-tls-stream): Make it work with the 2nd argument
8396         BUFFER that is a string but does not exist as a buffer object, as
8397         mentioned in the doc-string.
8398
8399 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8402         SXEmacs.
8403
8404 2008-07-16  Glenn Morris  <rgm@gnu.org>
8405
8406         * gnus-util.el (ns-focus-frame): Declare for compiler.
8407
8408 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8411         set as a group parameter.
8412         (gnus-summary-save-in-pipe): Work when it is called independently.
8413         (gnus-summary-pipe-to-muttprint): Don't modify
8414         gnus-summary-pipe-output-default-command.
8415
8416 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8417
8418         * message.el (message-send-mail-with-sendmail):
8419         Display the error message.
8420
8421 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus-art.el (gnus-default-article-saver):
8424         Add gnus-summary-save-in-pipe to choices.
8425         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8426         gnus-summary-pipe-output-default-command as the default command.
8427         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8428         instead of gnus-last-shell-command.
8429
8430         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8431         New user option.
8432         (gnus-summary-muttprint-program): Mention the value will be changed.
8433         (gnus-summary-save-article): Force showing of all headers.
8434         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8435
8436 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8437
8438         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8439
8440 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8441
8442         * nnimap.el (nnimap-id):
8443         * sieve-manage.el (sieve-manage-open): Doc fixes.
8444
8445 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8446
8447         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8448         if available.
8449
8450 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8451
8452         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8453
8454         * nnkiboze.el (nnkiboze-generate-group):
8455         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8456
8457         * nnmairix.el: Require CL.
8458
8459 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * dgnushack.el: Autoload get-display-table and put-display-table for
8462         XEmacs 21.5.
8463
8464         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8465         21.4 and SXEmacs.
8466
8467 2008-06-15  David Engster  <dengste@eml.cc>
8468
8469         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8470
8471 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8472
8473         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8474         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8475         runtime choice under XEmacs.
8476
8477         * gnus-sum.el (gnus-summary-set-display-table):
8478         Use `gnus-put-display-table', `gnus-get-display-table',
8479         `gnus-set-display-table' for the display table, instead of `aset'.
8480
8481         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8482         Use `gnus-put-display-table', `gnus-get-display-table',
8483         `gnus-set-display-table' for the display table.
8484
8485 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * nnmairix.el: Add autoloads.
8488
8489 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * nnmairix.el (nnmairix-delete-recreate-group)
8492         (nnmairix-update-and-clear-marks): Fix error messages.
8493
8494 2008-06-14  David Engster  <dengste@eml.cc>
8495
8496         * nnmairix.el: Upgrade to version 0.6.
8497         (nnmairix-group-toggle-propmarks-this-group)
8498         (nnmairix-group-toggle-readmarks-this-group)
8499         (nnmairix-group-delete-recreate-this-group)
8500         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8501         (nnmairix-remove-tick-mark-original-article): New commands.
8502         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8503         (nnmairix-propagate-marks-to-nnmairix-groups)
8504         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8505         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8506         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8507         functions needed for marks propagation and manipulation of read marks.
8508         (nnmairix-update-groups): New function.
8509         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8510         (nnmairix-determine-original-group-from-registry)
8511         (nnmairix-determine-original-group-from-path)
8512         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8513         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8514         New helper functions.
8515         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8516         keystrokes for new commands.
8517         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8518         (nnmairix-request-group): Check allow-fast group parameter.
8519         (nnmairix-request-create-group): Set allow-fast group parameter if
8520         nnmairix-allowfast-default is set.
8521         (nnmairix-close-group): Propagate marks upon closing if needed.
8522         (nnmairix-group-toggle-threads-this-group): Use new.
8523         nnmairix-group-toggle-parameter helper function.
8524         (nnmairix-search): Better check for empty search result.
8525         (nnmairix-goto-original-article): Use new helper functions for
8526         determining original article.
8527         (nnmairix-show-original-article): Make sure message-id is in brackets.
8528         (nnmairix-call-mairix-binary): Change variable name.
8529         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8530         helper function.
8531         (nnmairix-widget-toggle-activate): Fix doc string.
8532
8533 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * nnir.el: Require edmacro when compiling with XEmacs.
8536         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8537         available in Emacs 21.
8538
8539 2008-06-11  Glenn Morris  <rgm@gnu.org>
8540
8541         * gnus-util.el (x-focus-frame):
8542         * gnus.el (image-size):
8543         * mm-decode.el (image-size): Declare.
8544
8545         * gnus-picon.el (declare-function): Add compat definition.
8546         (image-size): Declare.
8547
8548         * gnus-group.el (tool-bar-map):
8549         * gnus-sum.el (tool-bar-map): Define for compiler.
8550
8551         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8552
8553         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8554
8555         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8556         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8557         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8558         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8559         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8560         * sieve-manage.el, spam-report.el, spam.el:
8561         Remove unnecessary eval-and-compile of autoloads.
8562
8563 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8564
8565         * auth-source.el: Precise Tramp doc.
8566
8567 2008-06-07  Glenn Morris  <rgm@gnu.org>
8568
8569         * nnmairix.el: Remove unnecessary eval-when-compile.
8570
8571 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * lpath.el: Fbind propertize for XEmacs 21.4.
8574
8575 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * nnir.el: Move here from ../contrib.
8578
8579 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8580
8581         * gnus-util.el (gnus-read-shell-command): New function.
8582         * mm-decode.el (mm-pipe-part):
8583         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8584
8585 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8588
8589 2008-06-03  Glenn Morris  <rgm@gnu.org>
8590
8591         * pop3.el (nnheader-accept-process-output): Autoload it.
8592
8593 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8596         are not 2-digit hexadecimal characters that follow `%'s.
8597
8598 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * message.el (message-bogus-recipient-p): Fix type in doc string.
8601         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8602         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8603         Improve custom options.
8604         (message-bogus-recipient-p): Adjust accordingly.
8605
8606 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8607
8608         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8609         long-form month and day names.
8610
8611 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * dgnushack.el: Autoload debug, eudc-expand-inline and
8614         pgg-snarf-keys-region for XEmacs.
8615
8616         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8617
8618         * nnmairix.el: Require edmacro when compiling with XEmacs.
8619
8620 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8623         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8624
8625 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8626
8627         * auth-source.el: Add more docs.
8628
8629         * netrc.el (netrc-machine): Always match if the port is not given.
8630
8631 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8634         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8635         retrieval faster in some cases, but might make CPU usage larger.
8636         If this has any bad side effects, we might revert this change.
8637
8638         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8639         seems to make mail retrieval much, much faster.
8640         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8641         unconditionally.
8642
8643         * gnus-draft.el (gnus-group-send-queue):
8644         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8645
8646 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8649
8650         * message.el (message-bogus-address-regexp): Fix and improve custom
8651         type.
8652         (message-setup-hook): Add message-check-recipients as custom option.
8653
8654 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         * message.el (message-cite-function): Remove bogus autoload which crept
8657         in during merge from v5-10.
8658
8659 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8660
8661         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8662
8663         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8664
8665         * auth-source.el: Preliminary Tramp docs.
8666         (auth-sources): Change the default auth-sources to use
8667         EPA .gpg files.
8668
8669 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8670
8671         * nntp.el: Autoload `auth-source-user-or-password'.
8672         (nntp-send-authinfo): Use it.
8673
8674         * nnimap.el: Autoload `auth-source-user-or-password'.
8675         (nnimap-open-connection): Use it.
8676
8677         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8678         for the gnus-message function.
8679         (auth-source-user-or-password): Use it.
8680
8681 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8682
8683         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8684         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8685         (rfc2104-hash): Use it.
8686
8687 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8688
8689         * gnus-art.el (gnus-article-toggle-truncate-lines):
8690         Don't use `iff' in docstring.
8691
8692 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8693
8694         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8695
8696         * gnus-util.el (gnus-extract-address-component-name)
8697         (gnus-extract-address-component-email): Convenience functions around
8698         `gnus-extract-address-components'.
8699
8700         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8701         Use `gnus-extract-address-component-email' to fix bug of comparing full
8702         sender name to `user-mail-address'.
8703
8704 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8705
8706         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8707         catch/throw to optimize.
8708         (gnus-registry-find-keywords): Just use member to find a keyword.
8709
8710 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8711
8712         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8713         is current before calling gnus-server-prepare.
8714         (gnus-server-setup-buffer, gnus-server-update-server)
8715         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8716
8717 2008-05-04  Juri Linkov  <juri@jurta.org>
8718
8719         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8720         (mailcap-file-default-commands): Use mailcap-replace-in-string
8721         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8722         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8723
8724 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8725
8726         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8727
8728 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8729
8730         * gnus.el: Bump version to 0.11.
8731
8732 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8733
8734         * gnus.el: No Gnus v0.10 is released.
8735
8736 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8739         hooks.
8740         (gnus-update-read-articles): Speed up non-marks-using users.
8741         (gnus-use-marks): Define gnus-use-marks.
8742         (gnus-propagate-marks): Rename variable to something more sensible.
8743
8744 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8745
8746         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8747         (gmm-image-load-path-for-library): Fix typos in docstrings.
8748         (gmm-message): Reflow docstring.
8749
8750 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8751
8752         * mail-source.el (mail-source-set-1, mail-source-bind):
8753         Move auth-source code out of the macro to clean it up and fix bugs.
8754
8755 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8756
8757         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8758         by sender if it's equal to user-mail-address, it's likely to be
8759         useless.
8760
8761         * mail-source.el (mail-source-bind): Don't use user or password if they
8762         are not bound.  Unintern them if they are nil.  Don't use server unless
8763         it's bound, and default it to empty string otherwise.
8764
8765 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8766
8767         * mail-source.el: Load auth-source.el.
8768         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8769         get user name or password, if auth-sources is set up.
8770
8771         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8772         strategy of splitting with parent.
8773         (gnus-registry-split-fancy-with-parent)
8774         (gnus-registry-post-process-groups): Use it and fix prior
8775         bug (returning a list as the split result).
8776
8777         * auth-source.el (auth-sources): Remove server parameter.
8778         (auth-source-pick, auth-source-user-or-password)
8779         (auth-source-user-or-password-imap)
8780         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8781         (auth-source-user-or-password-sftp)
8782         (auth-source-user-or-password-smtp): Remove server parameter.
8783
8784 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8785
8786         * smime.el (smime-sign-region, smime-encrypt-region)
8787         (smime-decrypt-region):
8788         Remove redundant calls to `generate-new-buffer-name'.
8789
8790 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8791
8792         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8793         Don't use QP for message/rfc822.
8794         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8795
8796 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8797
8798         * sieve-manage.el (sieve-string-bytes): Remove.
8799         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8800         correct byte-length only if the process's coding-system is the same as
8801         the one used internally by Emacs to represent strings.
8802
8803 2008-04-22  Juri Linkov  <juri@jurta.org>
8804
8805         * mailcap.el (mailcap-file-default-commands): New function.
8806
8807 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * message.el (message-signature-separator, message-cite-function):
8810         Change custom version.
8811
8812 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8813
8814         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8815         commands.
8816         (tls-checktrust): Ditto.
8817
8818 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * mm-decode.el (mm-display-external): Make temp file read-only.
8821
8822 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8825         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8826         `C-c C-f d'.
8827
8828 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8829
8830         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8831
8832 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * gnus.el: Bump version to 0.9.
8835
8836 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * gnus.el: No Gnus v0.8 is released.
8839
8840 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8841
8842         * mail-source.el (mail-source-value):
8843         Prefer fboundp to functionp so it works with macros as well.
8844
8845 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8846
8847         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8848         Fix last change in case the element is not even a symbol.
8849
8850 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8851
8852         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8853         Prefer fboundp to functionp so it works with macros as well.
8854
8855 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8856
8857         * auth-source.el: Add docs.
8858         (auth-sources): Modify format to support server.
8859         (auth-source-pick, auth-source-user-or-password)
8860         (auth-source-user-or-password-imap)
8861         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8862         (auth-source-user-or-password-sftp)
8863         (auth-source-user-or-password-smtp): Add server parameter.
8864
8865 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8866
8867         * gnus-registry.el: Initialize the registry when gnus-registry-install
8868         is t.
8869
8870 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * compface.el (uncompface): Make buffer unibyte.
8873
8874 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8875
8876         * mail-source.el (mail-source-value):
8877         Prefer fboundp to functionp so it works with macros as well.
8878
8879 2008-04-05  Glenn Morris  <rgm@gnu.org>
8880
8881         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8882
8883 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8884
8885         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8886         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8887
8888         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8889         multibyteness after rather than before erasing it.
8890
8891         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8892         mm-with-multibyte.
8893         (gnus-request-article-this-buffer): Make sure the proper decoding is
8894         used if gnus-original-article-buffer happens to be unibyte.
8895
8896         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8897         default-enable-multibyte-characters.
8898
8899         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8900         default-enable-multibyte-characters.
8901
8902         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8903
8904         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8905
8906 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8907
8908         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8909         Fix last change in case the element is not even a symbol.
8910
8911 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8912
8913         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8914         (imap-message-copyuid-1): Use it.
8915         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8916         J. Williams in
8917         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8918
8919         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8920         imap-enable-exchange-bug-workaround.
8921         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8922
8923 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8924
8925         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8926         a 100 byte status-checks into a 2-3MB transfer for each group.
8927         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8928         to enable bug workaround or not.
8929         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8930
8931 2008-03-31  Glenn Morris  <rgm@gnu.org>
8932
8933         * message.el (mml2015-use): Declare for compiler.
8934         (message-info): Require mml2015 when appropriate.
8935
8936 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8939         whitespace.
8940
8941 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8942
8943         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8944         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8945         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8946         (nntp-service-to-port): New function.
8947         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8948         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8949         (nntp-open-netcat-stream): New function.
8950         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8951
8952 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8953
8954         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8955
8956 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8957
8958         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8959
8960 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8961
8962         * dns.el (dns-write): Use set-buffer-multibyte.
8963
8964 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8965
8966         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8967
8968 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8969
8970         * message.el (message-signature-separator): Change default.
8971         Improve custom type.
8972         (message-cite-function): Change default to
8973         message-cite-original-without-signature.
8974
8975         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8976         toggle.
8977
8978         * message.el (message-check-news-body-syntax): Fix signature check.
8979         (message-setup-1): Mark buffer as unmodified _after_ running
8980         message-setup-hook and handling message-alternative-emails.
8981         (message-shorten-references): Be more strict when building list of
8982         valid references to comply with GNKSA.
8983
8984         * gnus-group.el (gnus-read-ephemeral-bug-group)
8985         (gnus-read-ephemeral-debian-bug-group)
8986         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8987
8988         * message.el (message-info): Don't use booleanp which isn't supported
8989         in Emacs 21 and XEmacs.
8990
8991 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8994         gnus-group-gmane-group-download-format.
8995         (gnus-group-read-ephemeral-gmane-group): Rename from
8996         gnus-group-read-ephemeral-gmane-group.
8997         (gnus-read-ephemeral-gmane-group-url): Rename from
8998         gnus-group-read-ephemeral-gmane-group-url.
8999         (gnus-bug-group-download-format-alist): New variable.
9000         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9001         (gnus-read-ephemeral-emacs-bug-group): New commands.
9002
9003 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9006         (gnus-visible-headers): Improve custom type.
9007
9008 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * mml.el (mml-menu): Add workarounds for XEmacs.
9011
9012         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9013         X-Boundary header.
9014
9015         * message.el (message-simplify-recipients): Fix previous commit.
9016
9017 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9018
9019         * mm-util.el (mm-set-buffer-multibyte): New function.
9020         * mm-decode.el (mm-copy-to-buffer): Use it.
9021
9022         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9023         Prefer fboundp to functionp so it works with macros as well.
9024
9025 2008-03-19  Glenn Morris  <rgm@gnu.org>
9026
9027         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9028         Accidentally removed in the sync process with Emacs.
9029
9030 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * message.el (message-alter-recipients-discard-bogus-full-name):
9033         New function.
9034         (message-alter-recipients-function): New variable.
9035         (message-get-reply-headers): Use it.
9036         (message-replace-header): New helper function.
9037         (message-recipients-without-full-name): New variable.
9038         (message-simplify-recipients): New command.
9039
9040         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9041
9042         * message.el (message-info): Handle EasyPG manual.
9043
9044         * mml.el (mml-menu): Add entry for EasyPG.
9045
9046 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9047
9048         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9049         parameter.
9050
9051         * message.el (message-disassociate-draft): Specify drafts group name
9052         fully.
9053
9054 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9055
9056         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9057         Eliminate unnecessary duplicates from the match list.
9058
9059 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9062
9063         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9064
9065         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9066         args of `how-many' of which the XEmacs version doesn't take; declare
9067         Info-index-next as function.
9068
9069 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * gnus-score.el (gnus-score-headers): Fix handling of
9072         gnus-inhibit-slow-scoring.
9073
9074         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9075         string.
9076         (gnus-button-url-regexp): Improve handling of parenthesis.
9077         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9078         (gnus-button-handle-info-keystrokes): Handle index entries.
9079
9080 2008-03-15  Glenn Morris  <rgm@gnu.org>
9081
9082         * parse-time.el (parse-time-string): Simplify.
9083
9084 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9087         Incoming* files.
9088
9089 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9090
9091         * auth-source.el (auth-sources): Rename from auth-source-choices.
9092         (auth-source-pick): Use it.
9093
9094 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9095
9096         * binhex.el (binhex-decode-region-internal):
9097         * uudecode.el (uudecode-decode-region-internal):
9098         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9099         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9100         setting default-enable-multibyte-characters.
9101
9102 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9103
9104         * auth-source.el (auth-source-protocols)
9105         (auth-source-protocols-customize, auth-source-choices): Add and
9106         modified variable customizations and defaults.
9107         (auth-source-pick, auth-source-user-or-password)
9108         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9109         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9110         (auth-source-user-or-password-sftp)
9111         (auth-source-user-or-password-smtp): Use new variables and provide an
9112         interface to netrc.el.
9113
9114 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9117         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9118         Make sure the nntp port to specify is a string.
9119
9120 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9121
9122         * nntp.el: Use with-current-buffer.
9123         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9124         dubious mm-with-unibyte-current-buffer.
9125         (nntp-with-open-group-function): New function extracted from
9126         nntp-with-open-group macro.
9127         (nntp-with-open-group): Use the function, so it's easier to debug.
9128         Add indentation and debugging info.
9129         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9130         Recommend the use of the netcat alternatives.
9131
9132         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9133         Avoid mm-string-as-multibyte as well.
9134
9135         * nnweb.el (nnweb-insert-html):
9136         Remove use of nnheader-string-as-multibyte.
9137
9138         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9139         (nnheader-string-as-multibyte): Remove.
9140
9141         * mm-view.el: Use inhibit-read-only.
9142         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9143         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9144         or unibyte-string.
9145
9146         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9147         (mm-uu-yenc-extract): Use with-current-buffer.
9148
9149         * gnus-soup.el (gnus-soup-send-packet): Don't use
9150         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9151
9152         * nnmh.el: Use with-current-buffer.
9153         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9154         mm-string-as-multibyte on the output of mm-encode-coding-string.
9155
9156         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9157         (nnimap-request-move-article): Use with-current-buffer.
9158
9159         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9160         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9161         conversion uses string-make-unibyte rather than string-as-unibyte.
9162
9163         * gnus-msg.el: Use with-current-buffer.
9164
9165         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9166
9167 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9168
9169         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9170         string for caching if it is 'PIN.
9171
9172 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * lpath.el: Consider the case without Emacs/W3.
9175
9176 2008-03-08  Glenn Morris  <rgm@gnu.org>
9177
9178         * time-date.el (date-to-time, time-subtract, time-add)
9179         (safe-date-to-time): Doc fixes.
9180
9181 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * mail-source.el (mail-source-delete-old-incoming-confirm):
9184         Change default to nil.
9185         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9186
9187 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * lpath.el: Rearrange.
9190
9191         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9192         (gnus-article-goto-prev-page): Work for articles having ^L's.
9193
9194         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9195
9196         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9197
9198 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9199
9200         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9201         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9202         (gnus-bookmark-jump): Adjust some variable names.
9203
9204 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9205
9206         * auth-source.el: New package.
9207         (auth-source-choices): Add customization entry point variable.
9208
9209         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9210         bug.
9211
9212 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9213
9214         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9215         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9216         (gnus-registry-install-shortcuts): Rename from
9217         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9218         the `gnus-registry-mark-map' keymap dynamically from
9219         `gnus-registry-marks'.  The generated functions update the summary line
9220         when a registry mark is added or deleted, and will call
9221         `gnus-registry-install-p' (see the comments in the code).
9222         (gnus-registry-user-format-function-M): Use concat intelligently.
9223
9224         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9225         the registry mark functions.
9226
9227 2008-03-05  Glenn Morris  <rgm@gnu.org>
9228
9229         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9230         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9231         gnus-art.
9232         (top-level): No need to load own source when compiling.
9233
9234 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9237         Suggested by <chris.anderton@zetnet.co.uk>.
9238
9239 2008-03-04  Glenn Morris  <rgm@gnu.org>
9240
9241         * gnus-sum.el (top-level): No need to require gnus when compiling,
9242         since unconditionally required near start of file.
9243         (gnus-summary-display-while-building): Move definition before use.
9244
9245 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9246
9247         * gnus-registry.el (gnus-registry-user-format-function-M):
9248         Add formatting function.
9249
9250 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9251
9252         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9253         with plists.
9254         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9255         Use new format.
9256
9257 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9260         `where-is-internal' that returns a range of key sequences.
9261
9262 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9263
9264         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9265
9266         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9267         (gnus-summary-jump-to-group): Consider windows on other displayed
9268         frames as well.  Similar changes might be needed elsewhere, but that's
9269         the one I've bumped into during my use.
9270
9271         * nndoc.el (nndoc-oe-dbx-type-p):
9272         * gnus-msg.el (gnus-debug):
9273         * gnus-group.el (gnus-update-group-mark-positions):
9274         Use mm-string-to-multibyte.
9275
9276 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9279         doesn't handle NotDashEscaped.
9280
9281         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9282         (mml-dnd-attach-options): Fix typo in custom choice.
9283
9284         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9285         Change nndoc-article-type to mbox.
9286         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9287
9288         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9289         to nil, instead of html2text.
9290
9291         * imap.el (imap-debug): Add `imap-ping-server'.
9292
9293         * gnus-bookmark.el: Add FIXMEs.
9294
9295         * message.el (message-form-letter-separator)
9296         (message-send-form-letter-delay): New variables.
9297         (message-send-form-letter): Use them.  New command to send form
9298         letters.  Requested by Uwe Siart.
9299         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9300
9301 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * Update copyright years.
9304
9305 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         Sync from EMACS_22_BASE.
9308
9309         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9310
9311 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9312
9313         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9314         empty author.
9315
9316 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9317
9318         * gnus-registry.el (gnus-registry-marks): Add variable for
9319         customization of marks and their appearance.
9320         (gnus-registry-read-mark): Use it.
9321         (gnus-registry-do-marks): Add utility function to loop through
9322         `gnus-registry-marks'.
9323         (gnus-registry-install-shortcuts-and-menus): Add function to install
9324         shortcuts and menus.
9325         (gnus-registry-initialize): Use it.
9326         (gnus-registry-default-mark): Clarify documentation.
9327
9328 2008-02-29  Glenn Morris  <rgm@gnu.org>
9329
9330         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9331         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9332         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9333         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9334         Change defcustom :version from 23.0 to 23.1.
9335
9336 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9337
9338         * gnus-registry.el (gnus-registry-follow-group-p)
9339         (gnus-registry-post-process-groups): Add functions to aid registry
9340         splitting and improve logging.  Clarify behavior in function
9341         documentation.
9342         (gnus-registry-split-fancy-with-parent): Use them.
9343
9344 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9345
9346         * gnus-art.el: Use with-current-buffer.
9347
9348 2008-02-27  David Engster  <dengste@eml.cc>
9349
9350         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9351         Express real group name in the response.
9352
9353 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9356         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9357         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9358         autoload gnus-registry-fetch-group when compiling.
9359         (nnmairix-request-group-with-article-number-correction):
9360         Remove unreferenced argument passed to nnmairix-call-backend.
9361
9362 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9365         (mm-uu-extract): Improve face for low color ttys.
9366         Reported by Sascha Wilde.
9367
9368 2008-02-27  Glenn Morris  <rgm@gnu.org>
9369
9370         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9371         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9372         variables to defconsts.  Convert comments to doc-strings.
9373         (nnmairix-last-server, nnmairix-current-server): Convert from free
9374         variables to defvars.  Convert comments to doc-strings.
9375         (gnus-registry-fetch-group): Autoload.
9376         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9377         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9378         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9379         caddr.
9380         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9381         nnmairix-request-group-with-article-number-correction call.
9382         (nnmairix-fast, nnmairix-group): New, less general names, for free
9383         variables passed from nnmairix-request-group to
9384         nnmairix-request-group-with-article-number-correction.  Declare.
9385         (nnmairix-request-group-with-article-number-correction):
9386         Use nnmairix-fast, nnmairix-group rather than fast, group.
9387
9388 2008-02-26  David Engster  <dengste@eml.cc>
9389
9390         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9391         version 0.5.
9392
9393 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9394
9395         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9396         instead of making an extra function call.  Don't add the current group
9397         to articles only when they have the group.  Use
9398         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9399         Reported by David <de_bb@arcor.de>.
9400
9401 2008-02-24  Miles Bader  <miles@gnu.org>
9402
9403         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9404         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9405         (mm-find-mime-charset-region):
9406         * mm-bodies.el (mm-encode-body):
9407         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9408
9409 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9412         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9413
9414 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * mail-source.el (mail-source-delete-incoming): Change default.
9417         Supplement doc string.
9418
9419         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9420
9421 2008-02-14  Glenn Morris  <rgm@gnu.org>
9422
9423         * time-date.el (format-seconds): New function.
9424
9425 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * nnmail.el (nnmail-message-id-cache-file): Derive from
9428         `gnus-home-directory'.
9429
9430 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9433         Document negative prefix.
9434
9435         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9436
9437 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * message.el (message-unsent-separator): Add the Exim bounce
9440         separator.
9441
9442 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9443
9444         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9445         list.
9446         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9447         recipient/signer list.
9448
9449 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * Makefile.in (datarootdir): Define.
9452         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9453         name that might contain whitespace.
9454
9455 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9458         fbound (Emacs 23 unicode), signal an error.
9459
9460 2008-02-08  Glenn Morris  <rgm@gnu.org>
9461
9462         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9463
9464 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9465
9466         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9467         ports to the calls to `netrc-machine-user-or-password' in addition to
9468         "imap" and "imaps".
9469
9470 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9471
9472         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9473
9474         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9475
9476 2008-02-01  Kenichi Handa  <handa@m17n.org>
9477
9478         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9479         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9480         (rfc2104-hash): Convert the result of concat to unibyte string.
9481
9482 2008-02-01  Dave Love  <fx@gnu.org>
9483
9484         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9485         coding-system-for-read.
9486         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9487
9488 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9491         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9492         <hanche@math.ntnu.no>.
9493
9494 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9497
9498         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9499
9500 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9501
9502         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9503         * message.el (message-beginning-of-line): Use featurep instead of bound
9504         tests in order to resolve conditionals at compile time.
9505
9506 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9507
9508         * mail-source.el (mail-sources): Add `group' choice.
9509
9510         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9511         parameter `in-group' to control into which group the articles go.
9512         Add treatment of `group' mail-source.
9513
9514 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9517
9518         * mm-decode.el (mm-dissect-buffer): Decode description.
9519
9520         * mml.el (mml-to-mime): Encode message header first.
9521
9522 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9525         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9526
9527         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9528         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9529
9530 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9531
9532         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9533
9534 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9537         prefix keys.
9538         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9539         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9540         gnus-xmas.el.
9541
9542         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9543         (gnus-xmas-article-describe-bindings): New function.
9544         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9545         gnus-xmas-article-describe-bindings.
9546
9547         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9548
9549 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9550
9551         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9552         Add new variables for article mark management.
9553         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9554         list of extra data entries which, when present, will indicate that the
9555         article ID should not be trimmed from the registry.
9556         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9557         functions.
9558         (gnus-registry-read-mark): New function to read a mark name from the
9559         user.
9560         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9561         (gnus-registry-set-article-mark-internal): New functions to add and
9562         remove marks.
9563         (gnus-registry-get-article-marks): New function to show the marks for
9564         an article, or retrieve them for further use.
9565
9566 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9569         keys when no argument is given.
9570
9571 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * imap.el (imap-ping-server): New variable.
9574         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9575         (imap-ping-server): Minor doc string fixes.
9576
9577 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9578
9579         * imap.el (imap-ping-server): New function.
9580         (imap-opened): Call imap-ping-server.
9581
9582 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * gnus-sum.el (gnus-article-sort-by-random)
9585         (gnus-thread-sort-by-random): Fix doc strings.
9586         Reported by jidanni@jidanni.org.
9587
9588 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * gnus-art.el (gnus-article-describe-bindings): New function.
9591         (gnus-article-read-summary-keys): Use it.
9592         (gnus-article-mode-map): Bind `C-h b' to it.
9593
9594 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9597         XEmacs.
9598         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9599         Protect against non-character events.
9600
9601         * lpath.el: Fbind map-keymap for Emacs 21.
9602
9603 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9606         New command.
9607         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9608         instead of END.  Change name of the temp file.
9609         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9610         customizable.
9611
9612 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9615         bind `S W' to gnus-article-wide-reply-with-original; set default
9616         binding to gnus-article-read-summary-send-keys.
9617         (gnus-article-read-summary-keys): Fix the order of keys; display
9618         continuation keys correctly in the echo area; describe bindings
9619         correctly when keys end with `C-h'.
9620         (gnus-article-read-summary-send-keys): New function.
9621         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9622         Work for gnus-article-read-summary-send-keys; display continuation keys
9623         correctly in the echo area.
9624         (gnus-article-reply-with-original): Ignore prefix argument.
9625         (gnus-article-wide-reply-with-original): New function.
9626
9627         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9628         Emacs 21.
9629
9630 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9633         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9634
9635 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9638         (gnus-group-read-ephemeral-gmane-group): New command.
9639
9640 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9641
9642         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9643
9644 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * message.el (message-send-mail-function): Increase custom version.
9647
9648         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9649         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9650
9651 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9652
9653         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9654         for the cases where imap-authenticate is called with a nil buffer
9655         parameter.
9656
9657 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9660         html parts correctly; support forwarded messages.
9661         (gnus-article-browse-html-article): Remove work buffers.
9662
9663         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9664         compiling.
9665         (netrc-bound-and-true-p): New macro.
9666         (netrc-parse): Use it instead of bound-and-true-p that is not available
9667         in XEmacs 21.4.
9668
9669 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9670
9671         * gnus-registry.el (gnus-registry-mark-article)
9672         (gnus-registry-article-marks): Add functionality to mark articles
9673         through the Gnus registry.
9674
9675         * encrypt.el: Clarify documentation for the new pgg method.
9676         (encrypt-file-alist): Add PGG option.
9677         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9678         functionality.  Abstract password key and messaging to external
9679         functions.
9680         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9681         (encrypt-message-method-and-cipher): Add new convenience external
9682         functions.
9683         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9684         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9685
9686         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9687         (netrc-parse): Use encrypt-file-alist to determine if
9688         encrypt-find-model or encrypt-insert-file-contents should be used.
9689
9690         * encrypt.el: Clarify documentation.  Load password-cache or
9691         password, whichever one is found first, instead of autoloading.
9692
9693 2007-12-19  Glenn Morris  <rgm@gnu.org>
9694
9695         * mml.el (message-options-set, message-narrow-to-head)
9696         (message-in-body-p, message-mail-p, message-encode-message-body):
9697         Autoload.
9698         (message-remove-header, message-narrow-to-headers-or-head)
9699         (message-subscribed-p, message-make-mail-followup-to)
9700         (message-position-on-field, message-news-p)
9701         (message-options-set-recipient, message-generate-headers)
9702         (message-sort-headers): Declare as functions.
9703
9704 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9707         convention in doc string.
9708
9709 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9712         title to html parts.
9713         (gnus-article-browse-html-article): Pass message header to it.
9714
9715         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9716
9717 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9720         or password compatible with XEmacs.
9721
9722 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9723
9724         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9725         format document.
9726         (gnus-mime-delete-part): Don't write description line if empty.
9727         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9728
9729 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9730
9731         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9732         (gnus-summary-mark-read-and-unread-as-read)
9733         (gnus-summary-mark-current-read-and-unread-as-read)
9734         (gnus-summary-mark-unread-as-ticked): Doc fix.
9735         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9736
9737 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9740         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9741
9742 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9745         yes-or-no-p.
9746
9747 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * mm-decode.el (mm-add-meta-html-tag): New function.
9750         (mm-save-part-to-file, mm-pipe-part): Use it.
9751
9752         * gnus-art.el (gnus-article-browse-delete-temp-files):
9753         Use gnus-y-or-n-p instead of y-or-n-p.
9754         (gnus-article-browse-html-parts): Work with message/external-body; use
9755         mm-add-meta-html-tag.
9756
9757 2007-12-11  Glenn Morris  <rgm@gnu.org>
9758
9759         * gnus-cache.el: Require gnus-sum not just when compiling.
9760
9761         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9762
9763         * gnus-int.el (gnus-server-opened, gnus-status-message):
9764         Move definitions before use.
9765
9766         * mm-decode.el: Require gnus-util.
9767         (mm-remove-part): Only call delete-annotation on XEmacs.
9768
9769         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9770
9771         * nnmail.el: Require gnus-int.
9772
9773         * spam.el: Move `require's before `eval-when-compile's.
9774
9775         * gnus-ems.el (gnus-alive-p):
9776         * gnus-fun.el (message-goto-eoh):
9777         * gnus-util.el (gnus-group-name-decode):
9778         * mail-source.el (gnus-compress-sequence):
9779         * message.el (Info-goto-node, format-spec):
9780         * mm-bodies.el (message-options-get):
9781         * mm-decode.el (mm-view-pkcs7):
9782         * mm-util.el (gmm-write-region):
9783         * mml-smime.el (mml-compute-boundary)
9784         (gnus-completing-read-with-default):
9785         * mml.el (widget-button-press, gnus-make-hashtable):
9786         * mml1991.el (mm-decode-content-transfer-encoding)
9787         (mm-encode-content-transfer-encoding)
9788         (message-options-get, message-options-set):
9789         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9790         * nnfolder.el (gnus-request-group):
9791         * nnheader.el (ietf-drums-unfold-fws):
9792         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9793         * smime.el (gnus-run-mode-hooks):
9794         * spam-stat.el (gnus-message): Autoload.
9795
9796         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9797         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9798         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9799         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9800         Add declare-function compatibility definition.
9801
9802         * gnus-cache.el (nnvirtual-find-group-art):
9803         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9804         (gnus-add-image, gnus-add-wash-type):
9805         * gnus-group.el (nnkiboze-score-file):
9806         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9807         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9808         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9809         (message-tokenize-header, gnus-get-buffer-create)
9810         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9811         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9812         * gnus.el (gnus-group-decoded-name):
9813         * mail-source.el (imap-capability):
9814         * mm-bodies.el (message-options-set):
9815         * mm-decode.el (gnus-configure-windows):
9816         * mm-extern.el (message-goto-body):
9817         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9818         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9819         (epg-sub-key-validity, message-options-set):
9820         * mml.el (widget-event-point, gnus-configure-windows):
9821         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9822         * mml2015.el (epg-check-configuration, epg-configuration)
9823         (message-options-set):
9824         * nndb.el (nndb-request-article):
9825         * nnfolder.el (gnus-request-create-group):
9826         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9827         * nnmaildir.el (gnus-group-mark-article-read):
9828         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9829         * rfc1843.el (message-fetch-field):
9830         * spam.el (gnus-extract-address-components):
9831         Declare as functions.
9832
9833 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9836
9837         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9838
9839         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9840         bind show-trailing-whitespace for XEmacs.
9841
9842 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9845         new no-op macro for backward compatibility.
9846
9847         * imap.el (imap-string-to-integer): New function.
9848
9849 2007-12-09  Glenn Morris  <rgm@gnu.org>
9850
9851         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9852
9853         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9854         * message.el, mm-view.el, sieve-manage.el, smime.el:
9855         Add declare-function compatibility definition.
9856
9857         * gnus-art.el (w3-region, w3m-region, Info-menu):
9858         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9859         * gnus-sum.el (gnus-get-predicate):
9860         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9861         * message.el (mail-abbrev-in-expansion-header-p):
9862         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9863         (w3m-detect-meta-charset, w3m-region):
9864         * sieve-manage.el (password-read, password-cache-add)
9865         (password-cache-remove):
9866         * smime.el (password-read-and-add): Declare as functions.
9867
9868 2007-12-08  David Kastrup  <dak@gnu.org>
9869
9870         * gnus-sum.el (gnus-summary-simplify-subject-query):
9871         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9872         `message'.
9873
9874 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9877         it to bind idna-program, installation-directory, defined-colors, and
9878         face-attribute for XEmacs of the version that compiles defcustom forms.
9879
9880 2007-12-07  Glenn Morris  <rgm@gnu.org>
9881
9882         * gnus-art.el (article-make-date-line): Revert previous change.
9883
9884 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9887
9888 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9889
9890         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9891         Call gnus-add-to-range ranges only once with a prepared article-list.
9892
9893 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9894
9895         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9896         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9897         group names with backslashes.
9898         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9899
9900 2007-12-06  Deepak Goel  <deego3@gmail.com>
9901
9902         * gnus-art.el (article-make-date-line):
9903         * gnus-start.el (gnus-load):
9904         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9905
9906 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * gnus-art.el (gnus-use-idna)
9909         * gnus-start.el (gnus-site-init-file)
9910         * message.el (message-use-idna)
9911         * mm-uu.el (mm-uu-hide-markers)
9912         * smiley.el (smiley-style): Revert changes that suppress warnings.
9913
9914 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9917         specify charset to html source.
9918         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9919
9920 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9923         idna-program in order to suppress byte compile warning issued by XEmacs
9924         that came to byte compile the default value section of defcustom forms
9925         recently.
9926
9927         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9928         value of installation-directory.
9929
9930         * message.el (message-use-idna): Don't directly refer to the value of
9931         idna-program.
9932
9933         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9934
9935         * smiley.el (smiley-style): Don't directly call face-attribute.
9936
9937 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9940
9941         * gnus-dired.el: Reduce Gnus dependencies.
9942         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9943         Don't require.  Use autoloads instead.
9944         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9945         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9946         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9947         (gnus-dired-mode): Adjust doc string.
9948         (gnus-dired-mail-mode): New variable.
9949         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9950         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9951         (gnus-dired-mail-buffers): New function.  Return mail or message
9952         composition buffers.
9953         (gnus-dired-attach): Use it.
9954         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9955         NO-DECODE.
9956         (gnus-dired-print): Use `gnus-print-buffer' depending on
9957         `gnus-dired-mail-mode'.
9958
9959 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * rfc2047.el (rfc2047-encoded-word-regexp)
9962         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9963         explaining what regexp patterns are for.
9964
9965 2007-12-04  Glenn Morris  <rgm@gnu.org>
9966
9967         * password.el: Move to password-cache.el.
9968
9969         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9970         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9971         * mml-smime.el (password-read, password-cache-add)
9972         (password-cache-remove):
9973         No need to autoload, since mml-sec requires password.
9974
9975         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9976         * message.el (gnus-extract-address-components):
9977         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9978
9979         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9980         password.
9981
9982 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9983
9984         * mailcap.el: Reduce dependencies.
9985         (mail-header-parse-content-type): Autoload.
9986         (mailcap-delete-duplicates): New alias.
9987         (mailcap-mime-info): Add optional argument NO-DECODE.
9988         (mailcap-mime-types): Use mailcap-delete-duplicates.
9989
9990         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9991
9992 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9993
9994         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9995         (imap-parse-status): Upcase status-att for servers that sends them
9996         lower-case (e.g., MS Exchange 2007).
9997
9998 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9999
10000         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10001         function.
10002
10003         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10004         (gnus-uu-yenc-article): New function.
10005
10006         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10007
10008         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10009
10010 2007-12-02  Glenn Morris  <rgm@gnu.org>
10011
10012         * binhex.el (binhex): New custom group.
10013         (binhex-decoder-program, binhex-decoder-switches)
10014         (binhex-use-external): Move to the binhex custom group.
10015
10016         * uudecode.el (uudecode): New custom group.
10017         (uudecode-decoder-program, uudecode-decoder-switches)
10018         (uudecode-use-external): Move to the uudecode custom group.
10019
10020         * netrc.el (top-level): Don't load `encrypt' features.
10021         (netrc-parse): Don't use encrypt.
10022         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10023
10024         * encrypt.el: Remove file.
10025
10026 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10027
10028         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10029         matches on patches.
10030
10031         * gnus-art.el (gnus-article-browse-html-article):
10032         Mention `mm-text-html-renderer' in the doc string.
10033
10034         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10035         string.  Add comments.
10036
10037         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10038         if rhs is ASCII.
10039
10040 2007-12-01  Glenn Morris  <rgm@gnu.org>
10041
10042         * mail-source.el (top-level): Require format-spec before
10043         eval-when-compile.
10044
10045 2007-11-30  Glenn Morris  <rgm@gnu.org>
10046
10047         * encrypt.el: Require password, rather than autoloading password-read.
10048
10049 2007-11-29  Glenn Morris  <rgm@gnu.org>
10050
10051         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10052         (sasl-make-client, sasl-next-step, sasl-step-data)
10053         (sasl-step-set-data): Declare as functions.
10054
10055 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10058
10059 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10060
10061         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10062         certs should be verified and what is to be done in the event of a
10063         verification failure.
10064
10065         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10066         caller can indicate whether the cache should be disregarded for this
10067         call.  This way the result of the call is reproducible at all times and
10068         can be considered a canonical server name for the supplied method.
10069         (gnus-agent-method-p): Canonicalize server names by pushing their
10070         method through `gnus-method-to-server' using the no-cache argument.
10071
10072         * gnus-srvr.el (gnus-server-insert-server-line):
10073         Call `gnus-method-to-server' with `no-cache' argument.
10074
10075         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10076         gnus-agent-possibly-synchronize-flags as this should be called when the
10077         server is actually being opened.
10078         (gnus-agent-possibly-synchronize-flags)
10079         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10080         flags file of an agentized server to the latter function.
10081
10082         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10083         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10084         after a connection has been established successfully.
10085
10086 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * gnus-art.el (article-display-face): Force to display face if called
10089         interactively; check if gnus-article-x-face-too-ugly matches author.
10090         (article-display-x-face): Display face even if From header is missing
10091         as article-display-face does.
10092
10093 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10094
10095         * hashcash.el (message-narrow-to-headers-or-head)
10096         (message-fetch-field, message-goto-eoh)
10097         (message-narrow-to-headers): Declare as functions.
10098
10099 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10100
10101         * mail-source.el (mail-sources): Default to fetch from file for
10102         compatibility with default of nnmail-spool-file.
10103
10104 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10107         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10108         to look for encoded word that should be encoded again.
10109         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10110         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10111         encoding pattern.
10112         (rfc2047-decode-region): Switch strict regexp and loose one according
10113         to rfc2047-allow-irregular-q-encoded-words.
10114
10115 2007-11-25  Romain Francoise  <romain@orebokech.com>
10116
10117         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10118
10119 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * tls.el (tls-program): Provide more custom choices from
10122         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10123         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10124
10125 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10126
10127         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10128         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10129
10130         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10131         `nnmail-spool-file'.
10132
10133         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10134         `nnmail-spool-file'.
10135
10136         * gnus-move.el (gnus-change-server): Ditto.
10137
10138         * gnus-kill.el (gnus-batch-score): Ditto.
10139
10140         * gnus-cache.el (gnus-jog-cache): Ditto.
10141
10142         * gnus-msg.el (gnus-summary-reply):
10143         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10144
10145 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10148         version.  Minor improvement to doc strings.
10149         (tls-program): Add comment.
10150
10151 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10152
10153         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10154         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10155         mismatch between the hostname provided in the certificate and the name
10156         of the host connnecting to.
10157         (open-tls-stream): Use them.  Check certificates against trusted root
10158         certificates.
10159
10160 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * gnus-cache.el (gnus-cache-generate-nov-databases):
10163         Use nnml-generate-nov-databases-directory instead of
10164         nnml-generate-nov-databases-1.
10165
10166 2007-11-24  Glenn Morris  <rgm@gnu.org>
10167
10168         * message.el (message-tool-bar-retro): Update for rename
10169         mail_send.xpm->mail-send.xpm.
10170
10171 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10174         `smime-ldap-search' for Emacs 22 and up.
10175
10176 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10177
10178         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10179
10180         * message.el (message-send-mail-function): Fix error convention.
10181         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10182         (message-widen-reply, message-send-mail, message-talkative-question)
10183         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10184         (message-clone-locals, message-send-news): Use with-current-buffer.
10185         (message-insert-or-toggle-importance): Remove unused var `valid'.
10186         (message-make-references): Remove unused var `new-references'.
10187         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10188
10189 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10190
10191         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10192         (spam-split-symbolic-return-positive): Reflow docstring.
10193         (spam-backends, spam-summary-exit-behavior)
10194         (spam-mark-ham-unread-before-move-from-spam-group)
10195         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10196         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10197         (spam-clear-cache, spam-backend-check, spam-install-backend)
10198         (spam-install-statistical-backend, spam-list-of-processors)
10199         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10200         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10201         (spam-check-crm114, spam-initialize, spam-unload-hook):
10202         Fix typos in docstrings.
10203
10204 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10207         been checked if they have never been read and those group levels are
10208         higher than the one that a user specified.
10209
10210 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10213         foreign groups unless a group level is specified by a user.
10214         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10215
10216 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10217
10218         * message.el (message-send-mail-function): Require sendmail.
10219
10220 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * message.el (message-send-mail-function): Check for smtpmail too.
10223
10224         * utf7.el (utf7-encode, utf7-decode): Use coding system
10225         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10226
10227         * message.el (message-send-mail-function): New function.
10228         (message-send-mail-function): Set default using
10229         message-send-mail-function.  Adjust doc string.
10230         (message-send-mail-with-mailclient): New function.
10231
10232 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10233
10234         * smime.el (from):
10235         * rfc2047.el (message-posting-charset):
10236         * qp.el (mm-use-ultra-safe-encoding):
10237         * pop3.el (parse-time-months):
10238         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10239         * nnml.el (files):
10240         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10241         (jka-compr-compression-info-list, ange-ftp-path-format)
10242         (efs-path-regexp):
10243         * nndiary.el (files):
10244         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10245         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10246         (epg-digest-algorithm-alist, inhibit-redisplay)
10247         (password-cache-expiry):
10248         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10249         (pgg-output-buffer, password-cache-expiry):
10250         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10251         (efs-path-regexp):
10252         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10253         (inhibit-redisplay):
10254         * mm-uu.el (file-name, start-point, end-point, entry)
10255         (gnus-newsgroup-name, gnus-newsgroup-charset):
10256         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10257         (latin-unity-ucs-list):
10258         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10259         (mm-uu-binhex-decode-function):
10260         * message.el (gnus-message-group-art, gnus-list-identifiers)
10261         (rmail-enable-mime-composing, gnus-local-organization)
10262         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10263         (gnus-read-active-file, facemenu-add-face-function)
10264         (facemenu-remove-face-function, gnus-article-decoded-p)
10265         (tool-bar-mode):
10266         * mail-source.el (display-time-mail-function):
10267         * gnus-util.el (nnmail-pathname-coding-system)
10268         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10269         (gnus-original-article-buffer, gnus-user-agent)
10270         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10271         (xemacs-codename, sxemacs-codename, emacs-program-version):
10272         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10273         * gnus-start.el (gnus-agent-covered-methods)
10274         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10275         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10276         (gnus-newsgroup-headers, gnus-group-list-mode)
10277         (gnus-group-mark-positions, gnus-newsgroup-data)
10278         (gnus-newsgroup-unreads, nnoo-state-alist)
10279         (gnus-current-select-method, mail-sources)
10280         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10281         (nnmail-spool-file, gnus-cache-active-hashtb):
10282         * gnus-mh.el (mh-lib-progs):
10283         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10284         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10285         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10286         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10287         (gnus-group-buffer):
10288         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10289         (font-lock-set-defaults):
10290         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10291         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10292         (gnus-summary-post-menu, total-parts, type, condition, length):
10293         * gnus-agent.el (gnus-agent-read-agentview):
10294         * flow-fill.el (show-trailing-whitespace):
10295         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10296         eval-and-compile wrappers for byte compiler pacifiers.
10297
10298         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10299         (mm-display-inline-fontify): Check for featurep 'xemacs not
10300         extent-list.
10301
10302         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10303         itimer-list.
10304         (mm-create-image-xemacs): Only do something for XEmacs.
10305         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10306
10307         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10308
10309         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10310         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10311
10312 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10313
10314         * nnimap.el (nnimap-split-download-body):
10315         * gnus-demon.el (gnus-demon):
10316         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10317
10318 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10321         New macros.
10322         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10323         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10324         copy data from unibyte buffer to multibyte current buffer.
10325         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10326         to copy data from unibyte current buffer to multibyte buffer.
10327         (nntp-make-process-buffer): Make process buffer unibyte.
10328
10329         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10330
10331 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10332
10333         * pop3.el (pop3-open-server): Accept and process data more robustly at
10334         connexion start to avoid spurious "POP SSL connexion failed" errors.
10335
10336 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10339         read group names.
10340
10341 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10344
10345 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10348         (nnmail-save-active): Use a unibyte buffer when saving active file,
10349         which may contain non-ASCII group names.
10350
10351         * nnml.el (nnml-request-group): Decode group names in messages.
10352
10353 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * message.el (message-citation-line-function)
10356         (message-insert-formatted-citation-line): Fix spelling of
10357         `message-insert-formated-citation-line'.
10358
10359 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10362
10363 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10366         nnmail-pathname-coding-system.
10367
10368         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10369         that a user enters; decode group names in messages.
10370
10371         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10372
10373 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10376
10377         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10378
10379         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10380         risky local variable.
10381
10382         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10383
10384 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10385
10386         * encrypt.el: Improve documentation to fix function name typo.
10387         Reported by Daiki Ueno <ueno@unixuser.org>.
10388
10389 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10392         even if the point is not in the last page of an article.
10393         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10394         back to the previous page.
10395
10396 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10399
10400 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10403
10404 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10405
10406         * message.el (message-check-news-body-syntax):
10407         Avoid mm-string-as-multibyte.
10408         (message-hide-headers): Don't assume (point-min)==1.
10409
10410 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * message.el (message-remove-blank-cited-lines): Fix if remove is
10413         given.
10414         (message-bogus-address-regexp): New variable.
10415         (message-bogus-recipient-p): New function.
10416         (message-check-recipients): New command.
10417         (message-syntax-checks): Add `bogus-recipient'.
10418         (message-fix-before-sending): Add `bogus-recipient'.
10419
10420         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10421         (gnus-treat-body-boundary): Don't test window-system.
10422
10423 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10424
10425         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10426
10427 2007-10-28  Miles Bader  <miles@gnu.org>
10428
10429         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10430         at compile-time too.
10431
10432 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10433
10434         * gnus-msg.el (gnus-message-setup-hook):
10435         Add `message-remove-blank-cited-lines' to options.
10436
10437 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * message.el (message-remove-blank-cited-lines): New function.
10440         Suggested by Karl Plästerer.
10441
10442 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10445         mapc.
10446
10447         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10448         (top-level): Use mapc to set functions to be traced for debugging.
10449
10450         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10451         called for effect with while loop.
10452
10453         * message.el (message-talkative-question): Replace mapcar called for
10454         effect with mapc.
10455
10456         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10457         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10458         called for effect with dolist.
10459
10460         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10461
10462         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10463         gnus-extra-headers and nnmail-extra-headers.
10464
10465         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10466         called for effect with dolist.
10467         (top-level): Use mapc to set functions to be traced for debugging.
10468
10469         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10470         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10471         dolist.
10472
10473         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10474         Replace mapcar called for effect with mapc.
10475         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10476         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10477         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10478         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10479
10480         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10481         remove-if that's a cl function.
10482
10483         * webmail.el (webmail-debug): Replace mapcar called for effect with
10484         dolist.
10485
10486         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10487         with mapc.
10488
10489 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10492         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10493         with while loop.
10494
10495         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10496         functions from article-* functions.
10497         (gnus-multi-decode-header): Replace mapcar called for effect with
10498         dolist.
10499
10500         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10501         (gnus-bookmark-show-details): Replace mapcar called for effect with
10502         while loop.
10503
10504         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10505         called for effect with while loop.
10506
10507         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10508         with dolist.
10509
10510         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10511         Replace mapcar called for effect with dolist.
10512
10513         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10514
10515         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10516         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10517         Replace mapcar called for effect with dolist.
10518         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10519         mapc.
10520
10521         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10522         Replace mapcar called for effect with dolist.
10523         (gnus-topic-list): Replace mapcar called for effect with mapc.
10524
10525         * gnus.el: Use mapc instead of mapcar to add autoloads.
10526
10527 2007-10-23  Richard Stallman  <rms@gnu.org>
10528
10529         * gnus-group.el (gnus-group-highlight): Mark as risky.
10530
10531 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus.el (gnus-server-to-method): Return method found first in
10534         gnus-newsrc-alist.
10535
10536         * gnus-art.el (gnus-article-highlight-signature)
10537         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10538         button overlay without the front stickiness.
10539
10540 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10541
10542         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10543         overview buffer needed a catch to receive its throw.
10544         (gnus-agent-flush-cache): Declare as interactive to make this function
10545         easier to use.
10546
10547 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10548
10549         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10550         `next-line'.
10551
10552 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10555         exclude address matching message-dont-reply-to-names.
10556
10557 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * gnus-util.el (gnus-string<): New function.
10560
10561         * gnus-sum.el (gnus-article-sort-by-author)
10562         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10563
10564 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10567         the frame-focus tag is set in gnus-buffer-configuration.
10568
10569 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10572         the front stickiness.
10573
10574 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10577         url pattern; remove duplicate one.
10578         (gnus-article-extend-url-button): New function.
10579         (gnus-article-add-buttons): Use it.
10580         (gnus-button-push): Use concatenated url that it makes.
10581
10582 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10583
10584         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10585
10586 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10587
10588         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10589         Don't hardcode point-min==1.
10590
10591 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10594         Fix comment about "iso8859-1".
10595
10596 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10597
10598         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10599         ones returned from the verify-function.
10600
10601         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10602         Call mml2015-extract-cleartext-signature if extraction failed.
10603
10604 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10605
10606         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10607         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10608         failed.
10609
10610 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10611
10612         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10613
10614 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10617         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10618         recommends to use EasyPG instead of PGG.
10619
10620         * pgg.el: Revert to revision 6.23.2.16.
10621
10622         * pgg-def.el: Revert to revision 6.6.2.14.
10623
10624         * pgg-gpg.el: Revert to revision 6.23.2.34.
10625
10626 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10627
10628         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10629         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10630         thread for both the null and zero (kill/expire thread) universal prefix
10631         cases.
10632         (gnus-summary-expire-thread): Add new function to expire a thread,
10633         using gnus-summary-kill-thread.
10634         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10635         shortcuts for gnus-summary-expire-thread.
10636         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10637         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10638
10639 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10640
10641         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10642         extras value, so an extras entry can be deleted.
10643         (gnus-registry-delete-extra-entry): Use it.
10644         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10645         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10646         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10647         storage through the gnus-registry, and provide an appropriate API for
10648         it.
10649
10650 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10653         Suggested by Leo <sdl.web@gmail.com>.
10654
10655         * gnus.el: Do.
10656
10657 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10660         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10661
10662         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10663
10664         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10665         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10666
10667 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10670         newline.
10671         (nnmbox-request-accept-article): Don't change article in source buffer;
10672         narrow to header to use message-fetch-field rather than
10673         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10674         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10675         as delimiters; make sure article ends with newline.
10676         (nnmbox-delete-mail): Correct last position of article to be deleted;
10677         ignore X-Gnus-Newsgroup header in article body.
10678         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10679         positions; make sure article ends with newline.
10680
10681         * message.el (message-display-abbrev): Don't infloop when a user
10682         inserts SPC in the beginning of header.
10683
10684         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10685         coding-system-for-read and coding-system-for-write for XEmacs having no
10686         file-coding feature.
10687
10688         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10689
10690 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10691
10692         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10693         list of groups not followed by default.  Fix type to be regexp.
10694         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10695
10696 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10697
10698         * hmac-def.el (define-hmac-function): Switch from old-style to
10699         new-style backquotes.
10700
10701         * md4.el (md4-make-step): Likewise.
10702
10703 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10706         raw-text coding system when saving .newsrc file, which may contain
10707         non-ASCII group names.
10708
10709 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-cus.el (gnus-score-extra): New widget.
10712         (gnus-score-extra-convert): New function.
10713         (gnus-score-customize): Use it for Extra.
10714
10715 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10716
10717         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10718         (mml2015-mailcrypt-clear-verify): Use it.
10719         (mml2015-gpg-clear-verify): Use it.
10720         (mml2015-pgg-clear-verify): Use it.
10721         (mml2015-epg-clear-verify): Replace the current part with the output
10722         from GnuPG; don't extract the plaintext by itself.
10723
10724         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10725         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10726         mml2015-clear-verify-function; don't touch the armor headers or
10727         dash-escaped text here.
10728
10729 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10732         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10733         parts, or application/octet-stream as a last resort.
10734         (gnus-mime-view-part-as-type): Don't toggle display.
10735         (gnus-mime-view-part-as-charset): Don't turn off display before
10736         querying charset.
10737
10738         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10739         stuff to undisplayer function in Emacs.
10740         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10741
10742         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10743         text/calendar parts.
10744
10745 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10748         decoding text/calendar parts.
10749
10750         * message.el (message-forward-make-body-mime): Always mark body as
10751         having no illegible text; remove signed-or-encrypted argument.
10752         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10753
10754         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10755         (mml-generate-mime-1): Don't encode body if it is specified to be in
10756         raw form; don't make buffer be unibyte when inserting multibyte string.
10757
10758 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10759
10760         * sha1.el: Fix up comment style.
10761         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10762         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10763
10764         * hex-util.el: Fix up comment style.
10765         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10766
10767         * gnus-salt.el: Use with-current-buffer.
10768         (gnus-pick-setup-message): Fix long-standing typo.
10769
10770 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * imap.el (imap-logout-timeout): New variable.
10773         (imap-logout, imap-logout-wait): New functions.
10774         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10775
10776         * nnimap.el (nnimap-logout-timeout): New server variable.
10777         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10778         nnimap-logout-timeout.
10779
10780         * gnus-art.el (gnus-article-summary-command-nosave)
10781         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10782
10783 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus.el (gnus-maximum-newsgroup): New variable.
10786
10787         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10788         according to gnus-maximum-newsgroup.
10789
10790         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10791         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10792         Limit the range of articles according to gnus-maximum-newsgroup.
10793
10794 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10795
10796         * gnus-art.el (gnus-sticky-article): Fix problems described in
10797         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10798         Don't perform gnus-configure-windows here; reuse existing sticky
10799         article buffer.
10800
10801         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10802         it doesn't exist in gnus-article-mode.
10803
10804 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10807         (gnus-agent-decoded-group-name): New function.
10808         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10809         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10810
10811 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10812
10813         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10814         Add binding for gnus-sticky-article.
10815         (gnus-summary-exit): Don't kill sticky article buffers.
10816
10817         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10818         article buffer.
10819         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10820         (gnus-kill-sticky-article-buffers): New commands.
10821
10822 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * nntp.el (nntp-xref-number-is-evil): New server variable.
10825         (nntp-find-group-and-number): If it is non-nil, don't trust article
10826         numbers in the Xref header.
10827
10828 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * gnus-agent.el (gnus-agent-read-group): New function.
10831         (gnus-agent-flush-group, gnus-agent-expire-group)
10832         (gnus-agent-regenerate-group): Use it.
10833         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10834         nnmail-pathname-coding-system.
10835
10836 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10839
10840         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10841         that are unread as unread, and also as selected so that information of
10842         marks having been changed by a user may be updated when exiting group.
10843
10844 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10847
10848 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10851         calculated ignoring signature parts to gnus-treat-article.
10852
10853 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10856         a point here in order to keep the window start.
10857         (gnus-insert-mime-security-button): Make a button overlay without the
10858         front stickiness.
10859         (gnus-mime-display-security): Goto the end of a button.
10860
10861         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10862
10863 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10866         group-name-at-point.
10867         (gnus-group-completing-read): New function that offers decoded
10868         non-ASCII group names for completion.
10869         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10870         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10871         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10872         (gnus-group-fetch-control): Use it.
10873         (gnus-fetch-group): Use group-name-at-point for the initial value
10874         rather than the default value; use gnus-alive-p.
10875
10876         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10877         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10878         (gnus-summary-post-news): Use gnus-group-completing-read.
10879
10880         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10881         (gnus-read-move-group-name): Decode group name for completion.
10882
10883 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10884
10885         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10886         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10887         Yamaoka slightly modified the code).
10888
10889 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10892         (nnmail-split-incoming): Bind it.
10893
10894         * nnml.el (nnml-group-name-charset): New function.
10895         (nnml-decoded-group-name): Use it; don't decode group name if
10896         nnmail-group-names-not-encoded-p is non-nil.
10897         (nnml-encoded-group-name): New function.
10898         (nnml-group-pathname): Inline nnml-decoded-group-name.
10899         (nnml-request-expire-articles): Decode group name in message.
10900         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10901         nnmail-pathname-coding-system.
10902         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10903         not decoded ones according to nnmail-group-names-not-encoded-p.
10904         (nnml-generate-active-info): Use nnml-encoded-group-name.
10905
10906 2007-08-08  Glenn Morris  <rgm@gnu.org>
10907
10908         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10909         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10910         doc-strings and comments.
10911
10912 2007-07-25  Glenn Morris  <rgm@gnu.org>
10913
10914         * Relicense all FSF files to GPLv3 or later.
10915
10916 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gnus-sum.el (gnus-summary-move-article):
10919         Make gnus-summary-respool-article work.
10920
10921 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10924         string.
10925
10926 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10927
10928         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10929         that should be ignored when comparing distant RSS articles with local
10930         ones.
10931         (nnrss-make-hash-index): New function.  Create a hash index according
10932         to the ignored fields.
10933         (nnrss-check-group): Use it.
10934
10935 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10938
10939         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10940
10941         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10942         the new optional argument ENCODED is non-nil.
10943         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10944         coding system for encoding group name.
10945         (gnus-group-make-rss-group): Pass un-encoded group name to
10946         gnus-group-make-group.
10947         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10948         encoded.
10949
10950         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10951         Encode group name to which articles are moved or copied.
10952         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10953         coding system for encoding Newsgroup, Followup-To and Xref headers.
10954
10955         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10956         marks; use nnheader-file-coding-system to write a file.
10957         (nnagent-retrieve-headers): Bind file-name-coding-system to
10958         nnmail-pathname-coding-system.
10959
10960         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10961
10962         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10963         (nnml-request-article, nnml-request-create-group)
10964         (nnml-request-rename-group, nnml-find-id)
10965         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10966         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10967         (nnml-save-marks): Use nnml-group-pathname instead of
10968         nnmail-group-pathname.
10969
10970         (nnml-request-create-group, nnml-request-expire-articles)
10971         (nnml-request-move-article, nnml-request-delete-group)
10972         (nnml-deletable-article-p, nnml-possibly-create-directory)
10973         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10974         (nnml-open-marks): Bind file-name-coding-system to
10975         nnmail-pathname-coding-system.
10976
10977         (nnml-request-article): Pass server argument to nnml-find-group-number.
10978         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10979         Pass server argument to nnml-possibly-create-directory.
10980         (nnml-request-accept-article): Pass server argument to
10981         nnml-active-number and nnml-save-mail.
10982         (nnml-find-group-number): Pass server argument to nnml-find-id.
10983         (nnml-request-update-info): Pass server argument to
10984         nnml-marks-changed-p.
10985
10986         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10987         (nnml-save-mail, nnml-active-number): Add server argument.
10988
10989         (nnml-request-delete-group): Warn if group is missing.
10990         (nnml-get-nov-buffer): Decode group name.
10991         (nnml-generate-active-info): Encode group name.
10992         (nnml-open-marks): Decode group name in messages.
10993
10994 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10997         if it is not specified.
10998         (gnus-article-pipe-part, gnus-article-save-part)
10999         (gnus-article-interactively-view-part, gnus-article-copy-part)
11000         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11001         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11002         (gnus-article-replace-part, gnus-article-delete-part)
11003         (gnus-article-view-part-as-type): Pass raw prefix argument to
11004         gnus-article-part-wrapper.
11005
11006 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gnus-agent.el (gnus-agent-save-active):
11009         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11010
11011         * gnus-cache.el (gnus-cache-save-buffers)
11012         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11013         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11014         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11015         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11016         (gnus-cache-generate-active, gnus-cache-rename-group)
11017         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11018         (gnus-cache-update-overview-total-fetched-for):
11019         Bind file-name-coding-system to nnmail-pathname-coding-system.
11020         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11021         New variables.
11022         (gnus-cache-decoded-group-name): New function.
11023         (gnus-cache-file-name): Use it.
11024         (gnus-cache-generate-active): Use non-decoded group name for active.
11025
11026         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11027         right place.
11028         (gnus-write-active-file): Don't break non-ASCII group names.
11029
11030         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11031         nnmail-pathname-coding-system.
11032
11033         * lpath.el: Bind default-file-name-coding-system,
11034         file-name-coding-system and language-info-alist for XEmacs.
11035
11036         * gnus-uu.el (gnus-uu-decode-save): Typo.
11037
11038 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11041
11042 2007-07-14  David Kastrup  <dak@gnu.org>
11043
11044         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11045         finishing actions if we did not edit the article.
11046
11047 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11050         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11051         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11052         (gnus-agent-flush-group, gnus-agent-flush-cache)
11053         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11054         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11055         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11056         (gnus-agent-regenerate-group)
11057         (gnus-agent-update-files-total-fetched-for)
11058         (gnus-agent-update-view-total-fetched-for):
11059         Bind file-name-coding-system to nnmail-pathname-coding-system.
11060         (gnus-agent-group-pathname): Don't encode file names by
11061         nnmail-pathname-coding-system.
11062         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11063         coding-system-for-write instead of buffer-file-coding-system to
11064         gnus-agent-file-coding-system.
11065
11066         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11067         Decode group name.
11068
11069         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11070
11071         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11072         (gnus-read-newsrc-el-file): Make group names unibyte.
11073
11074         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11075         nnmail-pathname-coding-system.
11076
11077         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11078         (nnrss-request-delete-group): Bind file-name-coding-system to
11079         nnmail-pathname-coding-system.
11080         (nnrss-read-server-data, nnrss-read-group-data):
11081         Bind file-name-coding-system correctly.
11082         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11083
11084         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11085         (nntp-server-to-method-cache): New variable.
11086         (nntp-group-pathname): New function that decodes non-ASCII group names.
11087         (nntp-possibly-create-directory, nntp-marks-changed-p)
11088         (nntp-save-marks, nntp-open-marks): Use it.
11089         (nntp-possibly-create-directory, nntp-open-marks):
11090         Bind file-name-coding-system to nnmail-pathname-coding-system.
11091         (nntp-open-marks): Decode group names when bootstrapping marks.
11092
11093         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11094         Newsgroups and Folowup-To headers.
11095
11096 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11099         (gnus-server-closed-face, gnus-server-denied-face)
11100         (gnus-server-offline-face): Remove variable.
11101         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11102
11103         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11104         of modifying message-stack directly for XEmacs.
11105
11106         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11107         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11108         if the coding-system argument is nil for XEmacs.
11109
11110         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11111         mm-charset-override-alist.
11112
11113         * rfc2047.el: Don't require base64; require rfc2045 for the function
11114         rfc2045-encode-string.
11115         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11116         to quote the parameter value.
11117
11118 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11121         form in gnus-group-name-charset-method-alist.
11122
11123         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11124         overrides the default layout edit-form.
11125
11126         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11127
11128         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11129
11130 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11133         as unfetched articles.
11134
11135 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11138
11139 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11142         original back end that keeps marks in the local system.
11143
11144 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11147         arg of pop-to-buffer for XEmacs.
11148         (gnus-article-read-summary-keys): Ditto; don't restore window
11149         configuration if summary command ends up with neither article buffer
11150         nor summary buffer; describe bindings if summary keys end with C-h.
11151
11152 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * message.el (message-fix-before-sending): Skip raw message part to be
11155         forwarded while checking illegible text.
11156         (message-forward-make-body-mime, message-forward-make-body):
11157         Mark signed or encrypted raw message as having no illegible text.
11158
11159 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11162         (gnus-message-with-timestamp-1): New macro.
11163         (gnus-message-with-timestamp): New function.
11164         (gnus-message): Use them.
11165
11166         * nnheader.el (nnheader-message): Use them.
11167
11168 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11171         .newsrc.eld file.
11172
11173 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * gnus-agent.el (gnus-agent-fetch-headers)
11176         (gnus-agent-retrieve-headers):
11177         Bind gnus-decode-encoded-address-function to identity.
11178
11179         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11180         available also when the server returns simply a dot.
11181
11182         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11183
11184 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11187
11188 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-ems.el (gnus-x-splash): Make it work.
11191
11192         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11193         from being used.
11194
11195         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11196
11197 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11200         4th and the 5th arguments.
11201
11202         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11203         the front stickiness.
11204         (gnus-article-summary-command-nosave): Correct the order of the
11205         arguments passed to pop-to-buffer.
11206         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11207         summary command ends up with the article buffer.
11208
11209         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11210         the same faces.
11211
11212 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11213
11214         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11215
11216 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11217
11218         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11219         * gnus-sum.el (gnus-summary-highlight):
11220         * pgg.el (pgg-sign-region, pgg-sign):
11221         * mail-source.el (mail-source-delete-old-incoming-confirm):
11222         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11223
11224 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-art.el (gnus-mime-view-part-externally)
11227         (gnus-mime-view-part-internally): Fix predicate function passed to
11228         completing-read.
11229
11230         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11231
11232         * gnus.el (gnus-update-message-archive-method): Add :version.
11233
11234 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * gnus.el (gnus-update-message-archive-method): New variable.
11237
11238         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11239         according to gnus-message-archive-method if
11240         gnus-update-message-archive-method is non-nil.
11241
11242 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11245         Suggested by Loic Dachary <loic@dachary.org>.
11246         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11247
11248 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * message.el (message-pop-to-buffer): Add switch-function argument.
11251         (message-mail): Pass switch-function argument to it.
11252
11253 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11256         Improve doc string.
11257
11258 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11261         (gnus-header-content)
11262         * gnus-cite.el (gnus-cite-10)
11263         * gnus-srvr.el (gnus-server-closed)
11264         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11265         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11266         (gnus-group-mail-3-empty, gnus-group-mail-low)
11267         (gnus-group-mail-low-empty, gnus-splash)
11268         * message.el (message-header-to, message-header-cc)
11269         (message-header-subject, message-header-other, message-header-name)
11270         (message-header-xheader, message-separator, message-cited-text)
11271         (message-mml): Lighten colors of faces used for dark background.
11272
11273 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11274
11275         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11276         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11277
11278 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * message.el (message-narrow-to-headers-or-head):
11281         Ignore mail-header-separator in the body.
11282
11283 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11286         same as window size.
11287
11288 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11289
11290         * message.el (message-font-lock-keywords): Use message-header-xheader
11291         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11292         ahead of the anything pattern, to get it recognised.
11293
11294 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11297         spam.el loads uses it in the compiled defadvice form.
11298
11299 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11300
11301         * gnus-sum.el (gnus-articles-to-read)
11302         (gnus-summary-insert-old-articles): Don't truncate group name for
11303         `read-string'.
11304
11305         * gnus-util.el (gnus-limit-string): Delete this function.
11306
11307         * gnus-sum.el (gnus-simplify-subject-fully):
11308         Use `truncate-string-to-width' instead.
11309
11310 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11311
11312         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11313         Tell if, on summary exit, the next group has to be selected.
11314         (gnus-summary-exit): Use it.
11315
11316 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11319         non-break space.
11320
11321 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11324         Check if group is not a directory.
11325         (nnfolder-request-expire-articles): Don't delete articles if the target
11326         group is not available.
11327
11328         * nnml.el (nnml-request-create-group): Properly check if group is not a
11329         file.
11330         (nnml-request-expire-articles): Don't delete articles if the target
11331         group is not available.
11332
11333         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11334         Don't quote characters that are within parentheses.
11335
11336 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11339         (gnus-handle-ephemeral-exit): Select article according to it.
11340
11341 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * message.el (message-insert-formated-citation-line): Remove newline.
11344         (message-citation-line-format): Add final \n here so that the user can
11345         avoid a blank line.
11346
11347 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11348
11349         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11350         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11351         Update lanl/arXiv support.
11352
11353 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * gnus.el: Bump version number.
11356
11357 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11358
11359         * gnus.el (gnus-version-number): Bump version.
11360
11361 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11362
11363         * gnus.el: No Gnus v0.6 is released.
11364
11365 2007-04-27  Didier Verna  <didier@xemacs.org>
11366
11367         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11368         * gmm-utils.el (gmm-regexp-concat): ... here.
11369         * message.el: Don't require 'gnus-util.
11370         (message-dont-reply-to-names): Handle name change above.
11371         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11372
11373 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11376         since the initial value varies according to the system.
11377
11378 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11381
11382 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11383
11384         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11385
11386 2007-04-24  Didier Verna  <didier@xemacs.org>
11387
11388         Improve the type of gnus-ignored-from-addresses.
11389         * gnus-util.el (gnus-orify-regexp): New function.
11390         * message.el (gnus-util): Require it.
11391         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11392         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11393         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11394
11395 2007-04-24  Didier Verna  <didier@xemacs.org>
11396
11397         * gnus-sum.el:
11398         * gnus-utils.el: Fix some trailing whitespaces.
11399
11400 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11403         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11404         article's Message-ID; refer parent article in summary buffer.
11405
11406         * message.el (message-bounce): Call mime-to-mml.
11407
11408         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11409         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11410         optimize and/or forms properly.
11411
11412 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11415         URL.
11416
11417 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11420
11421 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11424         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11425         displayed of multipart/alternative part if it is invoked from summary
11426         buffer.
11427
11428         * mm-view.el (mm-inline-text-html-render-with-w3m)
11429         (mm-inline-text-html-render-with-w3m-standalone)
11430         (mm-inline-render-with-function): Use mail-parse-charset by default.
11431
11432 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11433
11434         * parse-time.el (parse-time-string-chars): Check if CHAR
11435         is less than the length of parse-time-syntax.
11436
11437 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11440         from gnus-newsgroup-processable.
11441
11442 2007-04-16  Didier Verna  <didier@xemacs.org>
11443
11444         * gnus-msg.el (gnus-configure-posting-styles):
11445         Handle message-signature-directory properly with :file syntax.
11446         Reported by "Leo".
11447
11448 2007-04-11  Didier Verna  <didier@xemacs.org>
11449
11450         New user option: message-signature-directory.
11451         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11452         * message.el (message-insert-signature): Ditto.
11453         * message.el (message-signature-file): Doc update.
11454         * message.el (message-signature-directory): New.
11455
11456 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-msg.el (gnus-inews-yank-articles):
11459         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11460
11461 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * message.el (message-yank-original): Make sure cited text ends with
11464         newline; don't exchange point and mark.
11465
11466 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11467
11468         * tls.el (open-tls-stream): Properly handle case where there
11469         is no associated buffer.
11470
11471 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11472
11473         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11474         message-yank-original, make sure (< mark TEXT point).
11475
11476 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * message.el (message-fill-column): New variable.
11479         (message-mode): Use it.  Add comment on a possible new hook.
11480
11481         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11482         (nnmail-get-new-mail): Reformat.
11483
11484         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11485
11486         * gmm-utils.el: Fix Commentary.
11487         (gmm-tool-bar-from-list): Fix typo in doc string.
11488
11489 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11490
11491         * message.el (message-yank-original): Don't switch point and mark
11492         unnecessarily to put point and mark as documented.
11493
11494 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11495
11496         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11497         from the message heads.
11498
11499 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11500
11501         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11502         article buffer does not have a window.  This may not be the best
11503         solution but is certainly better than setting the start of the null,
11504         that is the current, window.
11505
11506 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11509         (gnus-draft-setup): Run it.
11510
11511         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11512         gnus-score-fast-scoring.  Allow regexp.
11513         (gnus-score-headers): Use it.
11514
11515         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11516         XEmacs.
11517
11518         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11519         string.
11520         (gnus-button-alist): Also catch `<f1> k ...'.
11521         (gnus-treat-display-x-face): Fix doc string.
11522
11523 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11524
11525         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11526         evaluation of gnus-extended-version to ensure correct generation of the
11527         User-Agent header when message-generate-headers-first is used.
11528
11529 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11530
11531         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11532         hashcash-path is nil.  Don't call callback with incorrect number of
11533         parameters if val is 0.
11534
11535 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11536
11537         * message.el (message-required-news-headers):
11538         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11539
11540 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11541
11542         * tls.el (open-tls-stream): In handshake-waiting loop,
11543         don't wait more if there is output available to process.
11544
11545 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11546
11547         * tls.el (tls-program): Doc fix.
11548
11549 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * message.el (message-generate-new-buffers): Change the meaning of the
11552         nil value; add `standard' to the choices; treat t as `unique'; improve
11553         doc string.
11554         (gnus-select-frame-set-input-focus): Autoload.
11555         (message-buffer-name): Search for the existing message buffer if
11556         message-generate-new-buffers is nil or `standard'; treat the value t of
11557         message-generate-new-buffers as `unique'.
11558         (message-pop-to-buffer): Raise the frame already displaying the message
11559         buffer; clear the echo area after querying.
11560         (message-setup): Pass the `continue' argument to compose-mail.
11561         (message-mail): Prefer `switch-function' if it is given; search for the
11562         existing message buffer if the `continue' argument is non-nil; pass
11563         continue and switch-function arguments to compose-mail by way of
11564         message-setup.
11565         (message-mail-other-window): Adjust argument of message-setup.
11566         (message-mail-other-frame): Ditto.
11567
11568 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11571         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11572         to turn font-lock on when turning gnus-message-citation-mode on.
11573
11574 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11575
11576         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11577         (mml-smime-function-alist): New variable; add epg as the backend.
11578         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11579         mml-smime- functions instead.
11580         * mm-view.el: Require smime.
11581
11582 2007-03-05  Didier Verna  <didier@xemacs.org>
11583
11584         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11585         instead of just inheritance for posting styles.
11586         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11587
11588 2007-02-24  Chris Moore  <dooglus@gmail.com>
11589
11590         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11591         * pgg-pgp.el (pgg-pgp-encrypt-region):
11592         * pgg-gpg.el (pgg-gpg-encrypt-region):
11593         Check pgg-encrypt-for-me if no other recipients.
11594
11595 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11596
11597         * tls.el (tls-certtool-program): Fix custom type.
11598
11599 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11602         and point-at-eol instead of line-(beginning|end)-position.
11603
11604         * assistant.el (assistant-parse-buffer): Ditto.
11605
11606         * netrc.el (netrc-parse-services): Ditto.
11607
11608 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11609
11610         * mml2015.el (mml2015-epg-find-usable-key): New function.
11611         (mml2015-epg-sign): Use it.
11612         (mml2015-epg-encrypt): Use it.
11613
11614 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * message.el (message-make-in-reply-to): Quote name containing
11617         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11618         if there are special characters.  Reported by NAKAJI Hiroyuki
11619         <nakaji@jp.freebsd.org>.
11620
11621 2007-02-27  Didier Verna  <didier@xemacs.org>
11622
11623         Include the group parameters as well as the topic ones in the
11624         inheritance filter process.
11625         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11626         argument GROUP-PARAMS-LIST.
11627         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11628
11629 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * nntp.el (nntp-never-echoes-commands)
11632         (nntp-open-connection-functions-never-echo-commands): New variables.
11633         (nntp-send-command): Use them.
11634
11635 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11636
11637         * mml2015.el (mml2015-epg-verify): Simplify.
11638
11639 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * mml.el (mml-content-disposition-alist): New user option.
11642         (mml-content-disposition): New function.
11643         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11644         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11645
11646 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11647
11648         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11649         verification.
11650
11651 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11652
11653         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11654         articles posted in the last 24 hours.
11655
11656 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11657
11658         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11659
11660 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11661
11662         * nntp.el (nntp-send-command): Don't wait for echoes when
11663         nntp-open-ssl-stream is used.
11664
11665 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11668         (gnus-message-add-citation-keywords)
11669         (gnus-message-remove-citation-keywords): Remove.
11670         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11671         directly, make the variables in font-lock-defaults buffer-local, add
11672         gnus-message-citation-keywords to them and then update the value of
11673         font-lock-keywords.
11674
11675 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * message.el (message-cite-original-1): Don't call
11678         gnus-article-highlight-citation.
11679
11680         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11681         citations; fix line count.
11682
11683 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11686         (gnus-message-add-citation-keywords)
11687         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11688         versions of font-lock-add-keywords and font-lock-remove-keywords to
11689         work with XEmacs correctly.
11690
11691 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-cite.el (gnus-cite-face-list): Set the values of
11694         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11695         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11696         (gnus-message-cite-prefix-regexp): New variable.
11697         (gnus-message-search-citation-line): Use it; protect against long
11698         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11699         the 0th match data for Emacs.
11700         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11701         (gnus-message-add-citation-keywords): Append keywords rather than
11702         prepending; emulate font-lock-add-keywords if it is not available.
11703         (gnus-message-remove-citation-keywords):
11704         Emulate font-lock-remove-keywords if it is not available.
11705
11706         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11707
11708         * message.el (message-cite-prefix-regexp): Set the value of
11709         gnus-message-cite-prefix-regexp.
11710
11711 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11712
11713         * nnweb.el (nnweb-google-parse-1): Update parser.
11714
11715 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11716
11717         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11718
11719 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11720
11721         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11722         regexp.
11723
11724 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11727         string-to-multibyte.
11728         (uudecode-decode-region-internal): Use it.
11729
11730         * lpath.el: Fbind string-as-multibyte for XEmacs.
11731
11732 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11735         Fix custom choice.
11736
11737         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11738
11739 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11740
11741         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11742
11743         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11744         `write-region' to respect `mm-inhibit-file-name-handlers'.
11745
11746 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11749         Use gnus-home-directory instead of "~/" or "$HOME".
11750
11751 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11752
11753         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11754         to mention filename.
11755         Add comments at beginning regarding usage.
11756         (encrypt-write-file-contents): Change interactive so a string is
11757         acceptable.  If the file has no associated model, show an error instead
11758         of a nonsense prompt.
11759
11760 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11761
11762         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11763         Thanks to Yoshihiko Yamada for kind notification of this typo.
11764
11765 2007-01-12  Kenichi Handa  <handa@m17n.org>
11766
11767         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11768         multibyte buffer.
11769
11770 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * gnus-score.el (gnus-score-fast-scoring): New variable.
11773         (gnus-score-headers): Use it.
11774
11775         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11776
11777         * message.el (message-cite-original-1):
11778         Call gnus-article-highlight-citation if requested.
11779         (message-make-from): Allow name and address as optional arguments.
11780
11781         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11782
11783         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11784         bugs to doc string.
11785         (gnus-button-alist): Add mid\\|message-id.
11786         (gnus-button-fetch-group): Extend for use in
11787         `browse-url-browser-function'.
11788         (gnus-button-url-regexp): Try to catch paired parentheses like in
11789         Wikipedia URLs.
11790
11791         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11792         Suggested by Simon Krahnke <overlord@gmx.li>.
11793
11794 2007-01-13  Romain Francoise  <romain@orebokech.com>
11795
11796         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11797         Update copyright.
11798
11799 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11800
11801         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11802
11803 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11804
11805         * gnus-registry.el (gnus-registry-unfollowed-groups)
11806         (gnus-registry-split-fancy-with-parent): Fix documentation.
11807
11808 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11809
11810         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11811         from nnweb groups.
11812
11813 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11814
11815         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11816         Xref urls.  Erase buffer before requesting head.
11817
11818         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11819
11820 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11823         customizable.
11824
11825 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11826
11827         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11828         no signing key is found.
11829         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11830         no encrypting and/or signing key is found.
11831
11832 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11835
11836 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11837
11838         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11839         headers read from disk with the ones newly found in the current search.
11840         This should no longer cause problems, because the article numbers in
11841         Gmane's `nov.php' output are ignored since the previous change.
11842
11843 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11844
11845         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11846
11847 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11850         replace-regexp-in-string; bind url-version; fbind display-images-p and
11851         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11852         find-face and set-itimer-function for Emacs; bind itimer-list for
11853         Emacs.
11854
11855         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11856
11857 2007-01-01  Romain Francoise  <romain@orebokech.com>
11858
11859         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11860
11861 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11862
11863         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11864         `define-minor-mode' macro definition expanded properly.
11865         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11866         exclude it there.
11867
11868         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11869         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11870         `fboundp' test.
11871         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11872         This is OK to autoload in (S)XEmacs now.
11873
11874 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11875
11876         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11877         keystroke.
11878         (gnus-summary-limit-to-singletons): Fix typo.
11879
11880         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11881         else fails.
11882
11883 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11884
11885         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11886         docstring.
11887
11888         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11889         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11890         (gnus-summary-insert-dormant-articles): Fix typo in message.
11891
11892 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11895         nil for XEmacs.
11896         (gnus-message-citation-mode): Don't autoload in XEmacs.
11897
11898         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11899
11900 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11901
11902         * nnimap.el (nnimap-expunge-search-string):
11903         Mention nnimap-search-uids-not-since-is-evil in docstring.
11904
11905 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * spam.el: Revert to make-obsolete-variable because
11908         define-obsolete-variable-alias is not supported in Emacs 21.
11909
11910         * spam.el (spam-ifile-path, spam-ifile-database-path)
11911         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11912         make-obsolete-variable.
11913         (spam-bsfilter-path, spam-bsfilter-program)
11914         (spam-spamassassin-path, spam-spamassassin-program)
11915         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11916         Don't use "path" inappropriately.
11917         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11918         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11919         variable names.
11920
11921 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11922
11923         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11924         summary buffer.
11925
11926         * password.el (password-cache-remove): Use clear-string to burn
11927         password, if available.
11928
11929 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11932
11933         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11934
11935         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11936         (gnus-message-highlight-citation): Move defcustom here from
11937         gnus-cite.el.
11938         (gnus-message-citation-mode): Autoload.
11939
11940         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11941         checks to make it compile with XEmacs.
11942         (gnus-message-citation-mode): New minor mode.
11943         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11944         (gnus-message-highlight-citation): New variables.
11945         (gnus-message-search-citation-line)
11946         (gnus-message-add-citation-keywords)
11947         (gnus-message-remove-citation-keywords)
11948         (turn-on-gnus-message-citation-mode)
11949         (turn-off-gnus-message-citation-mode): New functions.
11950
11951 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11952
11953         * gnus-cite.el: Enable highlighting of different citation levels in
11954         message-mode.
11955
11956 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * message.el (message-make-fqdn): Fix comment.
11959         (message-bogus-system-names): Add ".local".
11960
11961         * spam.el (spam-ifile-path, spam-ifile-program)
11962         (spam-ifile-database-path, spam-ifile-database)
11963         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11964         Don't use "path" inappropriately.
11965         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11966         strings.
11967         (spam-check-ifile, spam-ifile-register-with-ifile)
11968         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11969         Use new variable names.
11970
11971         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11972         (gnus-treat-display-smileys): Simplify using
11973         gnus-image-type-available-p.
11974
11975         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11976         available.
11977
11978         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11979         Use `display-images-p' if available.
11980
11981 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11984         one after turning on the buffer's multibyteness instead of decoding
11985         them directly in the unibyte buffer that causes unexpected conversion
11986         in Emacs 23 (unicode).
11987
11988 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11989
11990         * message.el (message-generate-hashcash): Fix custom type.
11991
11992 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11995
11996 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11999         disconnect icons.  Add help text.
12000
12001 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12002
12003         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12004         negated to be consistent with the others we handle.
12005
12006 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12007
12008         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12009         version of gnus-summary-buffer to something, so that we can use two
12010         article buffers at the same time.
12011
12012 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12013
12014         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12015         trigger all the extra headers.
12016         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12017         sorting.
12018
12019 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12020
12021         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12022         solid groups.
12023
12024 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12025
12026         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12027
12028 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12029
12030         * legacy-gnus-agent.el: Add Copyright notice.
12031
12032 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12033
12034         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12035
12036 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12037
12038         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12039
12040         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12041         to make it work reliably in CVS Emacs.
12042         (gnus-summary-limit-strange-charsets-predicate)
12043         (gnus-summary-limit-to-predicate): New functions.
12044
12045 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12046
12047         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12048         specifying array size.
12049         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12050         array if it is too small.
12051         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12052         (gnus-sort-threads-loop): New function.
12053
12054 2006-12-06  Chris Moore  <dooglus@gmail.com>
12055
12056         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12057         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12058
12059 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12060
12061         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12062         options.
12063
12064 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12065
12066         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12067         DOS-ing the recipient.
12068
12069         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12070         the headers when creating the mapping to avoid mismappings.
12071         (nnweb-gmane-create-mapping): Always nix out old mapping.
12072
12073 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12076         and mm-verify-option to never.
12077
12078 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * message.el (message-signed-or-encrypted-p): New function.
12081         (message-forward-make-body): Use it.
12082
12083         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12084         Replace encode-coding-string with mm-encode-coding-string.
12085
12086 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * nneething.el (nneething-decode-file-name):
12089         Replace decode-coding-string with mm-decode-coding-string.
12090
12091         * gnus-int.el (gnus-open-server): Say failed server's name.
12092
12093 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12094
12095         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12096         strings to a single string.  Quote `errors-file-name'.
12097         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12098         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12099         Adjust calls.  Use `shell-quote-argument'.
12100
12101 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12102
12103         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12104         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12105
12106         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12107         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12108         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12109         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12110         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12111         (gnus-subscribe-newsgroup, gnus-1):
12112         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12113         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12114         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12115         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12116
12117 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12118
12119         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12120         keystroke.
12121         (gnus-summary-limit-to-bodies): Implement headersp.
12122
12123 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12124
12125         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12126
12127 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12130
12131 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12132
12133         * message.el (message-generate-hashcash): Expand range of values to
12134         include `opportunistic'.
12135         (message-send-mail): Use it.
12136
12137 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12138
12139         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12140         and comment it.
12141
12142         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12143
12144 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12145
12146         * gnus-util.el (gnus-extract-address-components): Improve comment.
12147
12148 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * gnus-util.el (gnus-extract-address-components): Work with address in
12151         which the name portion contains @.
12152
12153         * lpath.el: Fbind custom-autoload.
12154
12155 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * gnus.el (gnus-start): Move custom group up.
12158         (gnus-select-method): Don't autoload, but make it available for
12159         `customize-variable'.
12160         (gnus-getenv-nntpserver): Don't autoload.
12161
12162 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12163
12164         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12165
12166 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * message.el (message-sendmail-extra-arguments): New variable.
12169         (message-send-mail-with-sendmail): Use it.
12170
12171 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12174         mm-with-unibyte-current-buffer to make string unibyte.
12175
12176         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12177         mm-string-as-multibyte.
12178
12179 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12180
12181         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12182         Reported by Werner Koch <wk@gnupg.org>.
12183
12184 2006-11-14  Daiki Ueno  <ueno@p360>
12185
12186         * mml2015.el: Autoload epa-select-keys when compiling.
12187
12188 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12189
12190         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12191         message-options.
12192         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12193
12194 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12195
12196         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12197         EasyPG (< 0.0.6).
12198         (mml2015-always-trust): New user option.
12199         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12200         prompt.
12201
12202 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * nntp.el (nntp-authinfo-force): New variable.
12205         (nntp-send-authinfo): Use it.
12206
12207 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12210         decode encoded words.  Improve prompt.  Add comment about forwarding.
12211         (message-replacement-char): Move up.
12212
12213 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12214
12215         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12216         instead of gnus-intersection because arguments of gnus-sorted-nunion
12217         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12218
12219 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12220
12221         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12222         (message-simplify-subject-functions):
12223         Enable message-strip-subject-encoded-words by default.
12224
12225 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * message.el (message-strip-subject-encoded-words): New function.
12228         (message-simplify-subject-functions): New variable.
12229         (message-simplify-subject): Use it.  Fix typo in doc string.
12230         Support message-strip-subject-encoded-words.
12231
12232 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12233
12234         * gnus-diary.el (gnus-diary-delay-format-function):
12235         * nndiary.el (nndiary-reminders):
12236         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12237
12238 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12239
12240         * gnus-art.el (article-hide-boring-headers): Fetch date from
12241         gnus-original-article-buffer to avoid problems with localized date
12242         strings.
12243
12244 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12247
12248 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12251         New variables.
12252         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12253         (mm-charset-synonym-alist): Move some entries to
12254         mm-codepage-iso-8859-list.
12255         (mm-charset-synonym-alist, mm-charset-override-alist):
12256         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12257
12258 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12261
12262 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12265         with Emacs 21 and XEmacs.
12266
12267 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12268
12269         * spam.el (spam-parse-address): New function for better parsing,
12270         catching errors, etc.
12271         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12272
12273 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12274
12275         * mm-view.el: Add interactive arg to html2text autoload.
12276
12277 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12280
12281 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12284         New variables.
12285         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12286         (mm-charset-synonym-alist): Move some entries to
12287         mm-codepage-iso-8859-list.
12288
12289         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12290
12291 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * message.el (message-citation-line-format)
12294         (message-insert-formated-citation-line): Fix implementation of %E, %N
12295         and %n according to the doc string.
12296
12297 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12298
12299         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12300         Use car-safe to avoid bad parses.
12301
12302 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12305         names.
12306
12307         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12308
12309 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12312         header.
12313
12314         * message.el (message-draft-headers): Add Date.
12315         (message-headers-to-generate): Fix typo in docstring.
12316
12317         * nndraft.el (nndraft-required-headers): New variable.
12318         (nndraft-generate-headers): Use it.
12319
12320         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12321
12322 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12323
12324         * gnus-registry.el (gnus-registry-wash-for-keywords)
12325         (gnus-registry-find-keywords): New functions to allow easy searching of
12326         articles that are in the registry.
12327
12328 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12329
12330         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12331         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12332         Reported by Damien Elmes <damien@repose.cx>.
12333
12334 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * gnus.el (gnus-mime): Remove unused custom group.
12337
12338 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12339
12340         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12341         "blank line" when searching for end of armor headers.
12342
12343 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gmm-utils.el (gmm-write-region): Fix variable name.
12346
12347 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gmm-utils.el (gmm-write-region): New function based on compatibility
12350         code from `mm-make-temp-file'.
12351
12352         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12353
12354         * nnmaildir.el (nnmaildir--update-nov)
12355         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12356         Use `gmm-write-region'.
12357
12358 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12361         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12362
12363         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12364
12365         * message.el (message-replacement-char): New variable.
12366         (message-fix-before-sending): Use it.
12367         (message-simplify-subject): New function to remove duplicate code.
12368         (message-reply, message-followup): Use it.
12369
12370         * gnus-sum.el (gnus-summary-make-menu-bar):
12371         Clarify gnus-summary-limit-to-articles.
12372
12373 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-util.el (gnus-with-local-quit): New macro.
12376
12377         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12378
12379 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12380
12381         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12382         ignore non-string data.
12383
12384 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12385
12386         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12387         non-string data (needs to be done in the registry too).
12388
12389 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12390
12391         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12392         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12393         (gnus-registry-split-fancy-with-parent)
12394         (gnus-registry-fetch-simplified-message-subject-fast)
12395         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12396         Remove text properties on ingress into the registry and when it's saved.
12397         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12398         registry from entries with no groups.
12399
12400 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12401
12402         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12403         function to remove string properties.
12404
12405 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * gmm-utils.el (gmm): Adjust custom version.
12408
12409         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12410         Adjust custom version.
12411
12412         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12413
12414 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * gnus-art.el (gnus-insert-prev-page-button)
12417         (gnus-insert-next-page-button): Simplify.  Reformat.
12418
12419 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12420
12421         * gnus-art.el (gnus-insert-prev-page-button)
12422         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12423
12424 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12425
12426         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12427
12428 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12429
12430         * gnus-art.el (gnus-insert-mime-button)
12431         (gnus-insert-mime-security-button):
12432         Apply gnus-article-button-face to MIME and security buttons.
12433
12434 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12437         readable.
12438
12439 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12442
12443 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12444
12445         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12446         `browse-url-of-file' instead of `browse-url'.
12447
12448 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12449
12450         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12451         regexp.  Articles containing quotation were cut prematurely.
12452
12453 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * message.el (message-cite-original-1): Use nobody by default for the
12456         value of From header.
12457         (message-reply): Ditto.
12458
12459 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12460
12461         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12462         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12463         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12464
12465 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12466
12467         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12468         mails in the doc string.  Add some URLs in comment.
12469         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12470
12471 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12474         backslashes handling and the way to find boundaries of quoted strings.
12475
12476 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12477
12478         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12479         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12480         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12481         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12482
12483 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12486         doc string.
12487         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12488
12489 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * lpath.el: Fbind epg-check-configuration.
12492
12493 2006-09-06  Simon Josefsson  <jas@extundo.com>
12494
12495         * mml2015.el (mml2015-use): Doc fix, mention epg.
12496
12497 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12498
12499         * mml2015.el (mml2015-use): Default to epg, if available.
12500
12501 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12502
12503         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12504         message-sender.
12505         (mml1991-epg-encrypt): Ditto.
12506         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12507         message-sender.
12508         (mml2015-epg-encrypt): Ditto.
12509
12510 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12511
12512         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12513         several common directories.
12514
12515 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12516
12517         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12518         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12519
12520 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * gnus-art.el (article-decode-encoded-words): Make it fast.
12523
12524 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12527
12528         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12529         in quoted string into `\'.
12530
12531 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12534         Use standard-syntax-table.
12535
12536 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * gnus-art.el (gnus-decode-address-function): New variable.
12539         (article-decode-encoded-words): Use it to decode headers which are
12540         assumed to contain addresses.
12541         (gnus-mime-delete-part): Remove useless `or'.
12542
12543         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12544         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12545         (gnus-nov-parse-line): Use it to decode From header.
12546         (gnus-get-newsgroup-headers): Ditto.
12547         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12548
12549         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12550         (mail-decode-encoded-address-string): New alias.
12551
12552         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12553         New function.
12554         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12555         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12556         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12557         (rfc2047-decode-string): Ditto.
12558         (rfc2047-decode-address-region): New function.
12559         (rfc2047-decode-address-string): New function.
12560
12561 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * message.el (message-caesar-buffer-body): Allow rotating headers.
12564
12565         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12566
12567         * message.el (message-insert-formated-citation-line): Fix %f.
12568         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12569
12570 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12573         (gnus-bookmark-mouse-available-p): New macro.
12574         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12575         (gnus-bookmark-bmenu-show-infos): Use it.
12576         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12577         (gnus-bookmark-bmenu-hide-infos): Ditto.
12578         (gnus-bookmark-remove-properties): New function.
12579         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12580         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12581         (gnus-bookmark-write-file): Bind coding-system-for-write.
12582         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12583         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12584         group before selecting it.
12585         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12586         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12587         quit-window if it is not available; use gnus-mouse-2 and bind it to
12588         gnus-bookmark-bmenu-select-by-mouse.
12589         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12590         (gnus-bookmark-bmenu-select-by-mouse): New function.
12591
12592 2006-08-13  Romain Francoise  <romain@orebokech.com>
12593
12594         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12595         space.
12596
12597 2006-08-10  Romain Francoise  <romain@orebokech.com>
12598
12599         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12600         (dns-mode-soa-auto-increment-serial): New user option.
12601         (dns-mode-soa-maybe-increment-serial): New function.
12602         (dns-mode): Add the latter to `write-contents-functions'.
12603
12604 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * compface.el (uncompface): Use binary rather than raw-text-unix.
12607
12608 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * compface.el (uncompface): Make sure the eol conversion doesn't take
12611         place when communicating with the external programs.
12612         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12613
12614 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12617
12618 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12619
12620         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12621         Make it more robust by parsing author and date independently.
12622
12623 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12626
12627 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12628
12629         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12630         first matching secret key.
12631         (mml2015-epg-encrypt): Ditto.
12632
12633         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12634         first matching secret key.
12635         (mml1991-epg-encrypt): Ditto.
12636
12637         * mml2015.el (mml2015-encrypt-to-self): New user option.
12638         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12639         mml2015-epg-encrypt-to-self is set.
12640
12641         * mml1991.el (mml1991-encrypt-to-self): New variable.
12642         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12643         mml1991-epg-encrypt-to-self is set.
12644
12645         * mml2015.el (mml2015-signers): New user option.
12646         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12647         (mml2015-epg-encrypt): Allow to select signing keys.
12648
12649         * mml1991.el (mml1991-signers): New variable.
12650         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12651         (mml1991-epg-encrypt): Allow to select signing keys.
12652
12653 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * nnheader.el (nnheader-insert-head): Make it work even if the file
12656         uses CRLF for the line-break code.
12657
12658 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12659
12660         * mml2015.el: Require mml-sec instead of password.
12661         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12662         (mml2015-cache-passphrase): Inherit the default value from
12663         mml-secure-cache-passphrase.
12664         (mml2015-passphrase-cache-expiry): Inherit the default value from
12665         mml-secure-passphrase-cache-expiry.
12666
12667         * mml1991.el: Require mml-sec instead of password.
12668         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12669         (mml1991-cache-passphrase): Inherit the default value from
12670         mml-secure-cache-passphrase.
12671         (mml1991-passphrase-cache-expiry): Inherit the default value from
12672         mml-secure-passphrase-cache-expiry.
12673
12674         * mml-sec.el: Require password.
12675         (mml-secure-verbose): New user option.
12676         (mml-secure-cache-passphrase): New user option.
12677         (mml-secure-passphrase-cache-expiry): New user option.
12678
12679 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12680
12681         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12682         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12683         andreas@altroot.de (Andreas Vögele).
12684
12685         FIXME: Use `tiny change'?
12686
12687 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12688
12689         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12690         workaround for the url package included with Emacs.
12691
12692         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12693
12694 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12697         correctly.  This fixes a bug caused by the 2006-05-12 change.
12698
12699 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12700
12701         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12702         some information about the error when saying that the `bogus' mail
12703         group will be used.
12704
12705 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12706
12707         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12708         string.
12709
12710 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12711
12712         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12713
12714 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12715
12716         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12717
12718 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12719
12720         * mml1991.el (mml1991-function-alist): Add epg.
12721         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12722         (mml1991-epg-encrypt): New functions.
12723
12724 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12725
12726         * mml2015.el (mml2015-verbose): New variable.
12727         (mml2015-cache-passphrase): Ditto.
12728         (mml2015-passphrase-cache-expiry): Ditto.
12729         (mml2015-function-alist): Add epg.
12730         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12731         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12732         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12733         New functions.
12734
12735 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12736
12737         * message.el (message-cite-original-1): Preserve region when removing
12738         quoted text due to X-No-Archive in order to avoid bogus attribution
12739         when citing multiple messages.
12740
12741 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12742
12743         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12744         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12745
12746 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * gnus-diary.el (gnus-user-format-function-d)
12749         (gnus-user-format-function-D): Autoload.
12750
12751         * imap.el (Commentary): Fix typo.
12752
12753         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12754         2006-04-22 contribution.
12755
12756 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12757
12758         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12759         It didn't really fix the bogosity I'm seeing with solid web groups.
12760
12761 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12762
12763         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12764         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12765         created using server names.  If we use the feature without declaring
12766         it, Gnus does not properly manage server and group state.
12767
12768         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12769         bound.
12770
12771 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12772
12773         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12774         looking up the method using GROUP's prefix before inventing a new one.
12775         It is used on killed/unknown groups in various places where returning
12776         an all-new method isn't expected by the caller.
12777
12778         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12779         and match semantics of gnus-group-real-prefix.
12780
12781 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * nnmail.el (nnmail-broken-references-mailers): New variable.
12784         (nnmail-ignore-broken-references): New function generalizing
12785         nnmail-fix-eudora-headers.
12786         (nnmail-fix-eudora-headers): Now obsolete.
12787
12788         * gnus-art.el (gnus-button-handle-custom):
12789         Support `customize-apropos*'.
12790
12791 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12794
12795         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12796         articles.
12797
12798 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * message.el (message-cite-reply-above): New variable.
12801         (message-yank-original): Use it.
12802
12803 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12806
12807 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12810         as read.
12811
12812         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12813
12814 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12815
12816         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12817         (gnus-bookmark-default-file): Use gnus-directory.
12818         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12819         Remove "*" in doc string.
12820         (gnus-bookmark-write-file): Simplify.
12821         (gnus-bookmark-maybe-sort-alist): Use `when'.
12822         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12823         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12824         Add FIXME about Emacs 21 and XEmacs compatibility.
12825         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12826         compatibility.
12827         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12828         compatibility.
12829         (gnus-bookmark-menu-heading): Fix version.
12830
12831 2006-06-19  Bastien Guerry  <bzg@altern.org>
12832
12833         * gnus-bookmark.el: New file.
12834
12835 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * message.el (message-syntax-checks): Doc fix.
12838
12839 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12840
12841         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12842         unsubscribed groups as if they were killed ones.  It causes duplicate
12843         entries in gnus-newsrc-alist.
12844
12845 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * message.el (message-syntax-checks): Doc fix.
12848         (message-send-mail): Add check for continuation headers.
12849         (message-check-news-header-syntax): Fix regexp used to check for
12850         continuation headers.
12851
12852 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12855
12856 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12859
12860 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12863         default-truncate-lines.
12864
12865 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12868         to fill the utf-8 entry.
12869
12870         * lpath.el: Fbind unicode-precedence-list.
12871
12872 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12873
12874         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12875
12876 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12877
12878         * gnus-agent.el (directory-files-and-attributes): Move all the way
12879         forward (the third and final move).
12880         (gnus-agent-read-agentview): Trap reconstruction errors due to
12881         nonexistent directory.  Handle by returning nil.
12882
12883 2006-05-30  Didier Verna  <didier@xemacs.org>
12884
12885         * message.el (message-dont-reply-to-names): Update the custom type.
12886         * message.el (message-dont-reply-to-names): New defsubst: potentially
12887         convert a list of regexps into a single one.
12888         * message.el (message-get-reply-headers): Use it.
12889         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12890
12891 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-agent.el (directory-files-and-attributes): Move forward.
12894
12895 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * gnus-ml.el (gnus-mailing-list-subscribe)
12898         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12899         (gnus-mailing-list-message): Fix doc strings.
12900
12901 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12902
12903         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12904         of doing it manually.
12905
12906 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12907
12908         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12909         comment.
12910
12911 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12912
12913         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12914         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12915         (gnus-agent-read-local): All symbols allocated in my-obarray.
12916         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12917         (gnus-agent-regenerate-group): Check numeric names to see if they are
12918         messages or groups.
12919         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12920         better way of do this...)
12921
12922         * gnus-cache.el (gnus-agent-total-fetched-for):
12923         Ignore 'dummy.group' (there should be a better way of do this...)
12924
12925 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12928         (gnus-saved-headers): Ditto.
12929         (gnus-default-article-saver): Mention functions may have properties.
12930         (gnus-article-save): Override gnus-save-all-headers and
12931         gnus-saved-headers by :headers property which saver function may have.
12932         (gnus-summary-save-in-file): Add :headers property.
12933         (gnus-summary-write-to-file): Ditto.
12934
12935         * gnus-sum.el (gnus-summary-save-article): Bind
12936         gnus-prompt-before-saving to t when saving many articles in a file;
12937         always show all headers.
12938
12939         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12940
12941 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12944         marks.
12945
12946         * message.el (message-indent-citation): Add optional arguments to allow
12947         using it outside of message buffers.
12948
12949         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12950         (gnus-article-treat-unfold-headers): Use it.
12951         (gnus-article-truncate-lines): New variable.
12952         (gnus-article-mode): Use it.
12953         (gnus-article-toggle-truncate-lines): New function.
12954
12955         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12956         Add gnus-article-toggle-truncate-lines.
12957
12958         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12959         coding system in XEmacs, use binary.
12960
12961 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12964         after-load-alist.
12965
12966         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12967         this function should save decoded articles.
12968         (gnus-summary-write-to-file): Use property to specify this function
12969         should save decoded articles and specify gnus-summary-save-in-file
12970         should be used to save articles other than the first one when saving
12971         many articles.
12972         (gnus-summary-save-body-in-file): Use property to specify this
12973         function should save decoded articles.
12974         (gnus-summary-write-body-to-file): Use property to specify this
12975         function should save decoded articles and specify
12976         gnus-summary-save-body-in-file should be used to save articles other
12977         than the first one when saving many articles.
12978
12979         * gnus-sum.el (gnus-summary-save-article): Simplify.
12980
12981 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-art.el (gnus-default-article-saver):
12984         Add gnus-summary-write-body-to-file.
12985         (gnus-article-save-coding-system): Don't use coding system object
12986         in XEmacs.
12987         (gnus-read-save-file-name): Add optional `dir-var' argument which
12988         specifies directory in which files are saved; work even if optional
12989         `variable' argument is not specified.
12990         (gnus-summary-write-to-file): Read file name.
12991         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12992         (gnus-summary-write-body-to-file): New function.
12993
12994         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12995         (gnus-summary-local-variables): Add it.
12996         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12997         (gnus-summary-save-article): Remove optional `decode' argument;
12998         determine whether to decode articles by the value of
12999         gnus-default-article-saver; when saving many files using
13000         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13001         it first and use gnus-summary-save-in-file or
13002         gnus-summary-save-body-in-file thereafter unless
13003         gnus-prompt-before-saving is always; move point to article which
13004         will be saved.
13005         (gnus-summary-save-article-file): Revert.
13006         (gnus-summary-write-article-file): Revert.
13007         (gnus-summary-save-article-body-file): Revert.
13008         (gnus-summary-write-article-body-file): New function.
13009
13010 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-art.el (gnus-default-article-saver): Doc fix.
13013         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13014         from gnus-summary-save-article-coding-system, and default to a
13015         certain coding system.
13016         (gnus-output-to-file): Add coding cookie and encode text according
13017         to gnus-article-save-coding-system; don't use mm-append-to-file.
13018
13019         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13020         gnus-art.el and rename to gnus-article-save-coding-system.
13021         (gnus-summary-save-article): Require gnus-art; don't show all
13022         headers if it decodes articles; don't add coding cookie here;
13023         don't bind mm-text-coding-system-for-write.
13024         (gnus-summary-save-article-file): Save decoded articles.
13025         (gnus-summary-write-article-file): When saving many files, use
13026         gnus-summary-write-to-file first and gnus-summary-save-in-file
13027         thereafter unless gnus-prompt-before-saving is always.
13028         (gnus-summary-save-article-body-file): Save decoded articles.
13029
13030         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13031
13032 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * nnrss.el (nnrss-check-group): Bind hash-index.
13035
13036 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13037
13038         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13039         its hash index.  Store this hash in `nnrss-group-data'.
13040         (nnrss-read-group-data): Update accordingly.
13041
13042 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13045         entry.
13046
13047         * gnus-sum.el (gnus-summary-make-menu-bar):
13048         Add gnus-article-browse-html-article.
13049
13050 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13051
13052         * gnus-sum.el (gnus-summary-mime-map):
13053         Add gnus-article-browse-html-article.
13054
13055         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13056
13057 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13060         suitable coding systems in customize.
13061
13062 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * mail-source.el (mail-sources): Fix custom type.
13065
13066 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13069         (gnus-summary-expire-articles-now): Shorten prompt.
13070
13071         * gmm-utils.el (wid-edit): Require.
13072         (defun-gmm): Rename from `gmm-defun-compat'.
13073         (gmm-image-search-load-path): Use it.
13074         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13075
13076 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * gnus-sum.el (gnus-summary-save-article-coding-system):
13079         New variable.
13080         (gnus-summary-save-article): Add optional `decode' argument.
13081         If it is set and gnus-summary-save-article-coding-system is non-nil,
13082         save decoded article.
13083         (gnus-summary-write-article-file): Save decoded article if
13084         gnus-summary-save-article-coding-system is non-nil.
13085
13086         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13087         type.
13088
13089 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13092
13093 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13096         first to test gnus-single-article-buffer which may be buffer-local.
13097
13098         * gnus-sum.el (gnus-summary-setup-buffer):
13099         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13100         group; make gnus-article-buffer, gnus-article-current, and
13101         gnus-original-article-buffer always buffer-local.
13102         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13103         group.
13104         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13105
13106 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * nnml.el (nnml-request-compact-group): Compressed files might not
13109         have .gz extension.
13110
13111 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13112
13113         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13114         (mm-copy-to-buffer): Use with-current-buffer.
13115         (mm-display-part): Simplify.
13116         (mm-inlinable-p): Add optional arg `type'.
13117
13118 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13119
13120         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13121         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13122         Try harder to show the attachment internally or externally using
13123         gnus-mime-view-part-as-type.
13124
13125 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * message.el (message-from-style, message-signature-separator)
13128         (message-user-organization-file, message-send-mail-function)
13129         (message-citation-line-function, message-yank-prefix)
13130         (message-indent-citation-function, message-signature)
13131         (message-signature-file, message-signature-insert-empty-line):
13132         Remove autoloads.
13133
13134         * gnus-art.el (gnus-buttonized-mime-types):
13135         Remove "multipart/signed".  Revert 2006-04-26 change.
13136
13137 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13138
13139         * gnus.el (gnus-version-number): Bump version.
13140
13141 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13142
13143         * gnus.el: No Gnus v0.5 is released.
13144
13145 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13146
13147         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13148         fetching articles by message-id.
13149
13150 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13151
13152         * message.el (hashcash): Require hashcash as normal.
13153
13154         * ecomplete.el (ecomplete-highlight-match-line):
13155         Use point-at-eol.
13156         (ecomplete-highlight-match-line): Use `highlight', because that
13157         face exists in both Emacs and XEmacs.
13158
13159         * message.el (message-display-abbrev): Use point-at-bol.
13160
13161         * mail-source.el: Don't require timer/timer-funcs.
13162
13163         * gnus-async.el: Ditto.
13164
13165         * password.el: Ditto.
13166
13167         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13168
13169         * mm-url.el: Ditto.
13170
13171         * gnus-xmas.el: Don't require timer-funcs.
13172
13173         * mm-util.el: Require timer/timer-funcs.
13174
13175 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13176
13177         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13178         Close.
13179
13180 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13183         unibyte after clear-decrypt function runs.
13184
13185         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13186         returns as a unibyte string.
13187
13188 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * lpath.el: Revert.
13191
13192         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13193         (pgg-gpg-process-sentinel): Revert.
13194
13195         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13196         (pgg-pgp-lookup-key): Revert.
13197
13198         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13199         (pgg-pgp5-lookup-key): Revert.
13200
13201         * pgg.el (pgg-fetch-key): Revert.
13202
13203 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * lpath.el: Fbind string-as-multibyte for XEmacs.
13206
13207         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13208         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13209         (mml1991-pgg-encrypt): Ditto.
13210
13211         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13212         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13213         a multibyte buffer.
13214
13215         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13216         (pgg-pgp-lookup-key): Ditto.
13217
13218         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13219         (pgg-pgp5-lookup-key): Ditto.
13220
13221         * pgg.el (pgg-fetch-key): Ditto.
13222
13223 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * message.el (message-user-organization-file): Check several
13226         locations of the organization file.
13227
13228         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13229         Add gnus-article-view-part-as-type.
13230
13231         * gnus-art.el (gnus-article-view-part-as-type): New function.
13232
13233         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13234         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13235
13236         * mml.el: Simplify autoload.
13237         (mml-mode): defvar dnd-protocol-alist instead of using
13238         symbol-value.
13239         (mml-default-directory): New variable.
13240         (mml-minibuffer-read-file): Use it.
13241         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13242
13243         * message.el (message-citation-line-format): New variable.
13244         (message-insert-formated-citation-line): New function.
13245         (message-citation-line-function):
13246         Add `message-insert-formated-citation-line' to custom type.
13247
13248         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13249         to doc string.
13250
13251         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13252         depending on mm-verify-option.
13253
13254 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13257         binding pgg-* variables; reimplement the section which prevents
13258         MIME header from being signed.
13259         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13260         pgg-text-mode; remove a blank line at the top of body.
13261
13262         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13263         lines at the top of body; use gnus-newsgroup-charset if there's no
13264         Charset header.
13265
13266 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * message.el (message-self-insert-commands): Doc fix.
13269
13270         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13271         (mm-uu-pgp-encrypted-test): Ditto.
13272         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13273         between header and body; return application/pgp-encrypted handle
13274         if decryption failed; decode decrypted body by charset.
13275
13276         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13277         element match to application/pgp-*.
13278
13279 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13280
13281         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13282         HTML.
13283
13284 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13285
13286         * mail-source.el (mail-source-call-script): Message the error
13287         string.
13288
13289 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13290
13291         * gnus-util.el (gnus-byte-compile): Use it.
13292
13293 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13294
13295         * gnus-util.el (kill-empty-logs): New function.
13296
13297 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13298
13299         * message.el (message-mail-alias-type): Doc fix.
13300         (message-mail-alias-type-p): New function.
13301         (message-send): Use it.
13302         (message-mode): Ditto.
13303         (message-strip-forbidden-properties): Ditto.
13304
13305         * ecomplete.el (ecomplete-database-file-coding-system):
13306         New variable.
13307         (ecomplete-save): Use it.
13308         (ecomplete-setup): Use it.
13309
13310 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * message.el (message-self-insert-commands): New variable.
13313         (message-strip-forbidden-properties): Use it.
13314
13315 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13316
13317         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13318         that doesn't make XEmacs choke.
13319
13320 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * gnus-util.el (gnus-replace-in-string):
13323         Prefer replace-regexp-in-string over of replace-in-string.
13324
13325 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * gnus-util.el (gnus-select-frame-set-input-focus):
13328         Use select-frame-set-input-focus if it is available in XEmacs; use
13329         definition defined in Emacs 22 for old Emacsen.
13330
13331         * dgnushack.el: Autoload unmorse-region for XEmacs.
13332
13333         * lpath.el: Bind cursor-in-non-selected-windows and
13334         select-frame-set-input-focus for XEmacs.
13335
13336 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13339
13340 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13341
13342         * gnus-registry.el (gnus-registry-cache-save): Remove text
13343         properties when saving via the temp buffer.
13344
13345 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * message.el (message-generate-hashcash): Honor custom type.
13348
13349 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13350
13351         * message.el (message-generate-hashcash): Default to non-nil when
13352         hashcash is found.
13353
13354         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13355         (gnus-refer-thread-limit): Increase default to 500.
13356
13357         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13358
13359         * flow-fill.el (fill-flowed): Allow delete-space.
13360
13361 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13362
13363         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13364         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13365         Remove autoloads.
13366
13367 2006-04-18  Simon Josefsson  <jas@extundo.com>
13368
13369         * message.el (message-generate-hashcash): Default to.
13370
13371 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13374         concatenating segments rather than before concatenating them.
13375
13376 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13377
13378         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13379
13380 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13381
13382         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13383
13384         * message.el (message-forward-make-body-plain):
13385         Allow message-forward-ignored-headers to be a list.
13386         (message-remove-ignored-headers): Factor out into function.
13387         (message-forward-make-body-mml): Use it.
13388
13389         * imap.el (imap-quote-specials): New function.
13390         (imap-login-auth): Quote specials.
13391
13392         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13393         (rfc2231-parse-string): Allow concatanation of parameters that
13394         aren't contiguous.  The test case is
13395           (mail-header-parse-content-type "message/external-body;
13396             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13397             access-type=LOCAL-FILE;
13398             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13399
13400 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13401
13402         * nntp.el (nntp-accept-process-output): Return the value of
13403         `nnheader-accept-process-output'.
13404
13405 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13406
13407         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13408         (gnus-button-alist): Recognize more diff formats.
13409         (gnus-button-patch): Strip directory.
13410
13411 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13414         Emacs 22 when setting focus.
13415
13416 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13417
13418         * gnus-art.el (gnus-article-treat-types): Do treatment of
13419         text/x-verbatim parts.
13420         (gnus-button-patch): New command.
13421
13422         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13423         addresses that contain invalid characters.
13424
13425 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13426
13427         * message.el (message-put-addresses-in-ecomplete):
13428         Use gnus-replace-in-string.
13429         (message-is-yours-p): Use the more correct
13430         mail-header-parse-address instead of
13431         mail-extract-address-components.
13432         (message-put-addresses-in-ecomplete): Fix typo.
13433
13434         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13435         keystroke.
13436
13437         * gnus-art.el (gnus-treatment-function-alist): Change order of
13438         newsgroups/generic header folding to avoid double-folding.
13439
13440         * message.el (message-hidden-headers): Add X-Draft-From.
13441
13442         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13443         New command.
13444         (gnus-summary-repeat-search-article-backward): New command.
13445
13446         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13447         groups in the parent topic.
13448
13449 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13450
13451         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13452         (spam-extra-header-to-number): Return the CRM114 number as a
13453         number instead of a string.
13454
13455 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13456
13457         * gnus-art.el (gnus-face-properties-alist): Move here from
13458         gnus-fun.
13459
13460         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13461
13462 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13463
13464         * message.el (message-strip-forbidden-properties): Only display on
13465         self-insert-command.
13466
13467         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13468         reindent.
13469         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13470
13471 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13472
13473         * smiley.el (smiley-style): Fix typo.
13474
13475 2006-03-23  Kenichi Handa  <handa@m17n.org>
13476
13477         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13478         instead of set-buffer-multibyte.
13479
13480 2006-03-23  Kenichi Handa  <handa@m17n.org>
13481
13482         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13483         buffer and then decode the buffer text if necessary.
13484         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13485         first, and after mm-encode-body, change the buffer to unibyte.
13486
13487 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13488
13489         * hashcash.el (hashcash-insert-payment-async-2):
13490         Use message-goto-eoh instead of doing it manually.
13491         (mail-add-payment): Use message-narrow-to-header instead of trying
13492         to do the same itself.
13493
13494         * message.el (message-hidden-headers): Add Face.
13495
13496         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13497         reparenting code.
13498         (gnus-summary-reparent-children): Refactored out code.
13499         (gnus-summary-thread-map): New keystroke.
13500         (gnus-summary-reparent-children): Make into command.
13501
13502         * smiley.el (smiley-style): Default to `medium' if using a large
13503         font.
13504
13505         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13506         does it itself.
13507
13508         * message.el (message-point-in-header-p): Simplify definition.
13509
13510 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13511
13512         * nnagent.el (nnagent-request-set-mark): Silence log file
13513         writing.
13514         (nnagent-request-set-mark): Use write-region instead of
13515         append-to-file.
13516
13517         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13518         strange select method.
13519
13520         * ecomplete.el (ecomplete-display-matches): Get highlightling
13521         right.
13522         (ecomplete-display-matches): Use literals.
13523         (ecomplete-display-matches): Disable message logging.
13524
13525         * message.el (message-display-abbrev): Small optimization.
13526
13527         * ecomplete.el (ecomplete-display-matches): Allow automatic
13528         display.
13529
13530         * message.el (message-strip-forbidden-properties):
13531         Display abbrevs.
13532         (message-display-abbrev): Get automatic display right.
13533
13534         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13535         keystrokes.
13536
13537 2006-04-13  Romain Francoise  <romain@orebokech.com>
13538
13539         TODO: Backport to v5-10!
13540
13541         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13542         Move here (and rename) from gnus-registry.el.
13543
13544         * gnus-registry.el: Require gnus-util.
13545         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13546
13547 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13548
13549         * gnus-group.el (gnus-group-catchup-current):
13550         Change if-then-else-if-then-else into cond.
13551         (gnus-group-catchup): Indent.
13552         (group-name-at-point): New function.
13553         (gnus-fetch-group): Provide default from thing at point.
13554
13555 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13556
13557         * message.el (message-display-abbrev): Fix regexp.
13558
13559         * ecomplete.el (ecomplete-highlight-match-line):
13560         Reimplement choosing.
13561         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13562         dead variables.
13563
13564         * message.el (message-newline-and-indent): Remove debugging.
13565         (message-display-abbrev): Use new implementation.
13566
13567 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * gnus-art.el (gnus-article-mode):
13570         Set cursor-in-non-selected-windows to nil.
13571
13572         * smiley.el: Revert previous change.
13573         (smiley-data-directory): defvar it before using it in the
13574         defcustom of `smiley-style'.
13575
13576 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13577
13578         * message.el (message-newline-and-indent): New function.
13579
13580         * ecomplete.el: Implement more bits.
13581
13582         * message.el (message-put-addresses-in-ecomplete): Clean up the
13583         string.
13584
13585         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13586
13587         * gnus-sum.el (gnus-summary-save-parts):
13588         Bind gnus-summary-save-parts-counter and use it to make unique file
13589         names.
13590
13591         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13592
13593         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13594         parameter to say whether to actually parse the individual
13595         addresses.
13596
13597         * message.el (message-put-addresses-in-ecomplete): New function.
13598         (ecomplete): Require.
13599         (message-mail-alias-type): Add ecomplete as an option.
13600
13601 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13602
13603         * flow-fill.el (fill-flowed): Remove trailing space from blank
13604         quoted lines.
13605
13606 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13607
13608         * smiley.el (smiley-style): Move definition later to avoid a
13609         compilation warning.
13610
13611 2006-04-12  Kenichi Handa  <handa@m17n.org>
13612
13613         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13614         buffer and then decode the buffer text if necessary.
13615         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13616         first, and after mm-encode-body, change the buffer to unibyte.
13617         Use mm-disable-multibyte instead of set-buffer-multibyte.
13618
13619 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13622         Content-Type header instead of Content-Disposition header.
13623         (gnus-mime-inline-part): Ditto.
13624         (gnus-mime-view-part-as-charset): Ignore charset that the part
13625         specifies.
13626
13627         * mm-decode.el (mm-display-part): Work with external parts and
13628         usual parts similarly.
13629
13630         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13631         instead of gnus-display-mime.
13632
13633         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13634         instead of with-temp-buffer.
13635
13636         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13637         tag to summarized topics part in order to encode non-ASCII text.
13638
13639 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * smiley.el (smiley-style): New variable.
13642         (smiley-directory): New function.
13643         (smiley-data-directory): Derive from `smiley-style' using
13644         `smiley-directory'.
13645         (smiley-regexp-alist): Add new entries.
13646
13647         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13648         (gnus-article-browse-delete-temp): Add :version.
13649
13650 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13651
13652         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13653         the sieve region.
13654
13655 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13656
13657         * gnus.el (gnus-version-number): Bump version.
13658
13659 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * gnus.el: No Gnus v0.4 is released.
13662
13663 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13664
13665         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13666         layout.
13667
13668         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13669         unknown charset.
13670
13671         * message.el (message-header-synonyms): Add Original-To to the
13672         default.
13673
13674         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13675         optional parameter.
13676
13677 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * gnus-fun.el (gnus): Require it for gnus-directory.
13680
13681 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13684
13685 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13686
13687         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13688
13689 2006-04-05  Simon Josefsson  <jas@extundo.com>
13690
13691         * password.el (password-reset): New function.
13692
13693 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13694
13695         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13696         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13697
13698 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13699
13700         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13701         Some whitespace was matched into the url, which broke browsing hits
13702         > 100 when mm-url-use-external was nil.
13703
13704 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13705
13706         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13707         Check gnus-extra-headers for 'Newsgroups.
13708
13709         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13710         bound.
13711
13712 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13713
13714         * pgg-gpg.el: Clean up process buffers every time gpg processes
13715         complete.
13716
13717 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13718
13719         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13720         doc string.
13721
13722 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13723
13724         * pgg-gpg.el (pgg-gpg-process-filter)
13725         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13726
13727         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13728         lines, temporary fix.
13729
13730 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13733
13734 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13735
13736         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13737         default-enable-multibyte-characters.  This reverts the change from
13738         revision 6.17 which is no longer necessary because the passphrase
13739         is sent separately now.  GnuPG messages are unreadable under
13740         multibyte locales with default-enable-multibyte-characters set to
13741         nil.
13742
13743 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * message.el (message-tool-bar-gnome): Move "spell".
13746
13747 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13750         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13751         instead.
13752
13753 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13754
13755         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13756         Improve newsgroups handling for NNTP overviews which don't include
13757         Newsgroups.
13758
13759 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13760
13761         * message.el (message-resend): Bind message-generate-hashcash to nil.
13762
13763 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13764
13765         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13766         when searching for already-paid recipients.
13767
13768 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13769
13770         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13771         passphrases when it is not needed.
13772         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13773         passphrase stuff from gpg, should only be necessary when you use
13774         gpg with a smartcard.
13775
13776 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * mml.el (mml-insert-mime): Ignore cached contents of
13779         message/external-body part.
13780
13781         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13782         (mm-insert-part): Ditto.
13783
13784 2006-03-23  Simon Josefsson  <jas@extundo.com>
13785
13786         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13787         Reiner.
13788         (pgg-gpg-use-agent-p): Use it again.
13789
13790 2006-03-23  Simon Josefsson  <jas@extundo.com>
13791
13792         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13793         older emacsen.
13794         (pgg-gpg-use-agent-p): Don't use it.
13795
13796 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13797
13798         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13799         if we can.
13800
13801 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13802
13803         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13804         (pgg-gpg-update-agent): New function.
13805         (pgg-gpg-use-agent-p): New function.
13806         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13807         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13808         (pgg-gpg-sign-region): Use it.
13809
13810 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13813         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13814
13815 2006-03-21  Simon Josefsson  <jas@extundo.com>
13816
13817         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13818         <wilde@sha-bang.de>.
13819         (pgg-gpg-use-agent): New variable.
13820         (pgg-gpg-process-region): Use it.
13821         (pgg-gpg-encrypt-region): Likewise.
13822         (pgg-gpg-encrypt-symmetric-region): Likewise.
13823         (pgg-gpg-decrypt-region): Likewise.
13824         (pgg-gpg-sign-region): Likewise.
13825         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13826
13827 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13830
13831         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13832         Add comment on version.
13833
13834 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * smiley.el: Add missing test smiley.
13837
13838 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * mm-decode.el (mm-with-part): New macro.
13841         (mm-get-part): Use it; work with message/external-body as well.
13842         (mm-save-part): Treat name and filename equally.
13843
13844         * mm-extern.el (mm-extern-cache-contents): New function.
13845         (mm-inline-external-body): Use it; force the part to be displayed;
13846         move undisplayer added to the cached handle to the parent.
13847
13848         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13849         (gnus-mime-view-part-as-type): Work with message/external-body.
13850
13851         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13852
13853 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13856         images in image-load-path.  [Sync with image.el, revision 1.60, in
13857         Emacs.]
13858
13859 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13860
13861         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13862         path rather than symbol.  Always return list of directories.
13863         Guarantee that image directory comes first.  [Sync with image.el,
13864         revision 1.59, in Emacs.]
13865
13866         * message.el (message-make-tool-bar): Adjust to new API of
13867         `gmm-image-load-path-for-library'.
13868
13869         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13870
13871         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13872
13873 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13874
13875         * gnus-art.el (gnus-article-only-boring-p):
13876         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13877         intangible text.
13878         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13879
13880 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13881
13882         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13883         Use `defun' instead of `gmm-defun-compat'.
13884
13885 2006-03-14  Simon Josefsson  <jas@extundo.com>
13886
13887         * message.el (message-unique-id): Don't use message-number-base36
13888         if (user-uid) is a float.
13889         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13890
13891 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13894
13895         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13896         empty line between a part and a message part.
13897
13898 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * smiley.el: Add more test smileys.
13901         (smiley-data-directory, smiley-regexp-alist)
13902         (gnus-smiley-file-types): Fix doc strings.
13903         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13904         adding new elements.
13905         (smiley-mouse-map): Unused code.  Make it a comment.
13906
13907 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13910         scan latest NoCeM messages instead of old ones.
13911         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13912         delimiters that are recently used.
13913         (gnus-nocem-load-cache): Add autoload cookie.
13914
13915         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13916
13917         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13918         level which is larger than gnus-use-nocem is specified.
13919
13920         * gnus-group.el (gnus-group-get-new-news): Ditto.
13921
13922 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13923
13924         * gnus-util.el (gnus-tool-bar-update): New function.
13925
13926         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13927         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13928
13929         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13930
13931         * gnus-group.el (gnus-group-redraw-when-idle)
13932         (gnus-group-redraw-check): Remove.
13933         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13934
13935 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13938         if optional last element is specified in splits (FIELD VALUE...).
13939
13940 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13943         to gmm-image-load-path-for-library.  Call with no-error argument.
13944         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13945
13946         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13947
13948         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13949
13950         * gmm-utils.el (gmm-image-load-path): Remove alias.
13951
13952 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13953
13954         * gmm-utils.el (gmm-image-load-path): Add alias.
13955
13956         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13957         nnml-generate-nov-databases-1.
13958         (nnml-generate-nov-databases): Use it.
13959         (nnml-generate-nov-databases-directory): Document no-active
13960         argument.
13961
13962         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13963         directory if path is t.  Add no-error.
13964
13965         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13966         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13967
13968         * gnus-art.el (gnus-article-browse-delete-temp-files):
13969         Simplify resetting gnus-article-browse-html-temp-list.
13970
13971         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13972         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13973         Add example to docstring.  Rename local variables.  Move error
13974         checks to default case in cond and simplify.
13975
13976 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13979         handle is multipart when calling it recursively.
13980         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13981
13982 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13983
13984         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13985         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13986
13987 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13990         is loaded.
13991
13992         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13993         loaded.
13994
13995 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13998         to "Emacs 23 (unicode)" in doc string.
13999
14000         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14001         "Emacs 23 (unicode)" in comment.
14002
14003 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14006
14007         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14008         characters 160 through 255 in Emacs 23.
14009
14010 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14013         gnus-article-browse-html-temp.
14014         (gnus-article-browse-delete-temp): Make it customizable.
14015         Add `file'.  Adjust doc string.
14016         (gnus-article-browse-delete-temp-files): Add argument.
14017         Allow query for each file.  Adjust doc string.
14018         (gnus-article-browse-html-parts):
14019         Add `gnus-article-browse-delete-temp-files' to
14020         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14021
14022 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14023
14024         * gnus-art.el (gnus-article-browse-html-temp)
14025         (gnus-article-browse-delete-temp): New variables.
14026         (gnus-article-browse-delete-temp-files): New function.
14027         (gnus-article-browse-html-parts): Use it.
14028
14029 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14032
14033         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14034         string.
14035
14036         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14037         gnus-summary-insert-new-articles when unplugged.
14038         Remove gnus-summary-search-article-forward.
14039
14040         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14041         display-visual-class instead of display-color-cells.
14042
14043 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * dgnushack.el: Autoload customize-group for XEmacs.
14046
14047         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14048         message/* containing non-ASCII text properly.
14049
14050 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * message.el: Require gmm-utils, remove autoloads.
14053         (message-tool-bar): Set default based on
14054         gmm-tool-bar-style.
14055         (message-tool-bar-gnome): Add gmm-customize-mode.
14056
14057         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14058         gmm-tool-bar-style.
14059         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14060
14061         * gnus-group.el (gnus-group-tool-bar): Set default based on
14062         gmm-tool-bar-style.
14063         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14064
14065         * gmm-utils.el (gmm-image-directory): Rename variable from
14066         gmm-image-load-path.
14067         (gmm-image-load-path): Use gmm-image-directory.
14068         (gmm-customize-mode): New function.
14069         (gmm-tool-bar-style): New variable.
14070
14071         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14072         gnus-group-redraw-line-number.
14073         (gnus-group-redraw-check): Simplify.
14074         (gnus-group-tool-bar-update): Remove redraw check.
14075         (gnus-group-make-tool-bar): Add redraw check.
14076
14077 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14078
14079         * gnus-art.el (gnus-button): Add missing parentheses.
14080
14081 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * lpath.el: Fbind line-number-at-pos.
14084
14085 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14088
14089 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus-art.el (gnus-button): New face.
14092         (gnus-article-button-face): Use it.
14093
14094         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14095         Add gnus-summary-next-page.  Re-order.
14096
14097         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14098         next-node are now included.
14099         (gnus-group-redraw-line-number): New internal variable.
14100         (gnus-group-redraw-check): Helper function for updating the tool
14101         bar.
14102         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14103
14104         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14105
14106         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14107         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14108         Use it to match format of Spamassassin 3.0 and later.
14109         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14110         (spam-check-bogofilter)
14111         (spam-bogofilter-register-with-bogofilter): Fix args of
14112         `gnus-error' calls.
14113
14114 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14117         unnecessary interaction when sending queued mails.
14118         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14119
14120 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14123         first or last are nil.
14124
14125 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14126
14127         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14128
14129 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14130
14131         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14132
14133 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14134
14135         * dns.el (query-dns): Protect more against buggy tcp output.
14136
14137 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14138
14139         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14140         nov.php.
14141
14142 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14143
14144         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14145         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14146         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14147         output on the server side.
14148         (nnweb-google-create-mapping): Update regexps and add some
14149         progress indication.
14150
14151 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14152
14153         * gnus-group.el (gnus-group-tool-bar-gnome):
14154         Fix gnus-agent-toggle-plugged.  Re-order icons.
14155         (gnus-group-tool-bar-gnome):
14156         Add gnus-group-{prev,next}-unread-group.
14157         (gnus-group-tool-bar-gnome): Re-order icons.
14158
14159         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14160         Move gnus-summary-insert-new-articles.
14161
14162         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14163         Fix comments.
14164
14165         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14166         also available in Emacs 21.3.
14167
14168         * message.el (message-fix-before-sending): Change "Emacs 22" to
14169         "Emacs 23 (unicode)" in comment.
14170
14171         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14172         "Emacs 23 (unicode)" in comment.
14173
14174         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14175         comment.
14176         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14177
14178         * mm-view.el (mm-fill-flowed): Add :version.
14179
14180 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14183         and load-path.
14184
14185 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * message.el: Autoload gmm-image-load-path.
14188         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14189         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14190         consitency.
14191
14192         * gmm-utils.el (gmm-image-load-path): Also search in
14193         "../etc/images".  Don't set gmm-image-load-path if we don't find
14194         the image.
14195
14196 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gmm-utils.el (gmm-image-load-path): Don't make
14199         `gmm-image-load-path' include subdirectories which the second arg
14200         `image' might specify.
14201
14202         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14203         subdirectory to icon file names.
14204
14205         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14206
14207 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14208
14209         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14210         gmm-image-load-path calls.
14211
14212         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14213
14214         * message.el (message-make-tool-bar): Ditto.
14215
14216         * mml.el (mml-preview): Add comment concerning tool bar icons.
14217
14218         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14219         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14220
14221         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14222         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14223
14224         * message.el (message-tool-bar-gnome): Use new icon names.
14225         (message-make-tool-bar): Use `gmm-image-load-path'.
14226
14227         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14228         New functions from MH-E.
14229         (gmm-image-load-path): New variable from MH-E.
14230         (gmm-image-load-path): New function from MH-E.  Add arguments
14231         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14232         *-image-load-path-called-flag.
14233
14234 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14235
14236         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14237
14238 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14239
14240         * nnimap.el (nnimap-request-move-article): Change folder back to
14241         source group before deleting.
14242
14243 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14246
14247         * gnus-art.el (mm-url-insert-file-contents-external):
14248         Autoload mm-url.
14249
14250         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14251
14252 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14255         coding system which mm-charset-to-coding-system returns for a
14256         given charset is valid.
14257
14258 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14259
14260         * html2text.el (html2text-remove-tag-list):
14261         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14262
14263 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14264
14265         * gnus-cus.el: Revert 2005-10-17 change.
14266
14267 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * gnus-art.el (article-strip-banner):
14270         Call article-really-strip-banner only when the regexp match is made.
14271
14272 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-art.el (article-strip-banner):
14275         Use gnus-extract-address-components instead of
14276         mail-header-parse-addresses to make it work with non-ASCII text;
14277         remove mail-encode-encoded-word-string.
14278
14279         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14280         values which are surrounded with \"...\"; make it never cause a
14281         Lisp error; give up parsing of parameters if it failed in
14282         extracting type.
14283
14284 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14285
14286         * smime.el (smime-cert-by-ldap-1): Fix bug where
14287         `smime-ldap-search' returns results without userCertificates.
14288
14289 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14292
14293 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * spam.el (spam-check-spamassassin-headers): Adapt format for
14296         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14297         <ari@mbf.ocn.ne.jp>.
14298         (spam-list-of-processors): Add spam-use-gmane.
14299
14300 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14303         make-temp-file; make it work with XEmacs as well.
14304
14305         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14306         mm-make-temp-file.
14307
14308         * mm-decode.el (mm-display-external): Use the 3rd arg of
14309         mm-make-temp-file.
14310         (mm-create-image-xemacs): Ditto.
14311
14312 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14315         with message-narrow-to-headers.
14316         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14317         (gnus-draft-check-draft-articles): New function.
14318         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14319
14320 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * gnus-art.el (gnus-article-browse-html-parts):
14323         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14324         Don't use suffix argument for mm-make-temp-file for Emacs 21
14325         compatibility.  Remove useless `format'.
14326
14327 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14328
14329         * nnweb.el (nnweb-google-wash-article): Update regexps.
14330         (nnweb-group-alist): Use defvoo instead of defvar.
14331
14332 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14335         re-loading nn* modules.
14336
14337 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14340         for `tool-bar-mode' and don't check it's default-value.
14341
14342         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14343
14344         * message.el (message-make-tool-bar): Ditto.
14345
14346         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14347         `substring'.  Shorten tmp-file name.
14348
14349         * gnus.el: Remove bogus comment.
14350
14351 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14352
14353         * gnus-art.el (gnus-article-browse-html-parts): New function.
14354         (gnus-article-browse-html-article): New function for viewing html
14355         articles with a browser.
14356
14357 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14358
14359         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14360         in elisp.
14361         (pgg-gpg-encrypt-symmetric-region): Ditto.
14362         (pgg-gpg-sign-region): Ditto.
14363
14364         * pgg-def.el (pgg-text-mode): New variable.
14365
14366         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14367         (mml2015-pgg-encrypt): Ditto.
14368
14369         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14370         (mml1991-pgg-encrypt): Ditto.
14371
14372 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * nnfolder.el (nnfolder-insert-newsgroup-line):
14375         Use message-make-date instead of current-time-string.
14376
14377         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14378         to gnus-decoded which mm-uu might set.
14379
14380 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14383         don't decode quoted parameters; remove misimported Emacs code.
14384         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14385         (rfc2231-decode-encoded-string): Don't use split-string which
14386         behaves differently according to Emacs version; use
14387         mm-decode-coding-region to convert charset to coding-system.
14388         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14389         (rfc2231-encode-string): Remove misimported Emacs code.
14390
14391 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14394         when calling mail-header-parse-content-type.
14395         (article-de-quoted-unreadable): Ditto.
14396         (article-de-base64-unreadable): Ditto.
14397         (article-wash-html): Ditto.
14398
14399         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14400         calling mail-header-parse-content-type and
14401         mail-header-parse-content-disposition.
14402         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14403         mail-header-parse-content-type.
14404
14405         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14406         insert charset and format parameters; encode description after
14407         inserting it to buffer.
14408         (mml-insert-parameter): Fold lines properly even if a parameter is
14409         segmented into two or more lines; change the max column to 76.
14410
14411         * rfc1843.el (rfc1843-decode-article-body): Don't use
14412         ignore-errors when calling mail-header-parse-content-type.
14413
14414         * rfc2231.el (rfc2231-parse-string): Return at least type if
14415         possible; don't cause an error even if it fails in parsing of
14416         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14417         (rfc2231-encode-string): Don't break lines at the beginning, leave
14418         it to mml-insert-parameter.
14419
14420         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14421         calling mail-header-parse-content-type.
14422
14423 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14424
14425         * spam-report.el (spam-report-gmane-use-article-number):
14426         Improve doc string.
14427         (spam-report-gmane-internal): Check if a suitable header was found
14428         in the article.
14429
14430 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14433         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14434
14435 2006-02-05  Romain Francoise  <romain@orebokech.com>
14436
14437         Update copyright notices of all files in the gnus directory.
14438
14439 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14440
14441         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14442
14443 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14446         segmented lines of parameter value to cope with Thunderbird 1.5
14447         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14448         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14449         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14450
14451 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14452
14453         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14454         parts.
14455
14456 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14457
14458         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14459         there's only one active file for all servers.
14460         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14461         solid groups.  Gnus might have used a FAST request to select the group.
14462         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14463         and nnweb-search redundantly in the active file.
14464         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14465         (nnweb-request-create-group): Don't use ARGS.
14466         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14467         initialisations.  Let nnoo do the work.
14468
14469 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14472         Say the part has been decoded.
14473
14474         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14475
14476 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14477
14478         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14479         mailcap-viewer-test-cache when there's no 'test clause, since that
14480         will invert the meaning of a "nil" test previously determined by
14481         mailcap-mailcap-entry-passes-test.
14482
14483 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14486         compiling.
14487
14488         * gnus-sum.el: Ditto.
14489
14490         * message.el: Don't bind tool-bar-map when compiling.
14491
14492 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14495
14496 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14497
14498         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14499         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14500         current Google Groups.
14501
14502 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14503
14504         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14505         and tool-bar-mode.
14506
14507         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14508         and tool-bar-mode.
14509
14510         * message.el (message-tool-bar-update): Simplify.
14511         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14512
14513         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14514         gnus-summary-buffer.
14515         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14516         gnus-summary-reply.
14517
14518         * gmm-utils.el (gmm): Add :version.
14519
14520 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * Makefile.in (clean): New rule.
14523         (distclean): Use it.
14524
14525 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14526
14527         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14528         Don't autoload.
14529
14530 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * gmm-utils.el (gmm-verbose): Add :group.
14533
14534 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * message.el: Change some comments WRT tool-bars.
14537
14538         * gnus-sum.el (gnus-summary-tool-bar)
14539         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14540         (gnus-summary-tool-bar-zap-list): New variables.
14541         (gnus-summary-make-tool-bar): Complete rewrite using
14542         `gmm-tool-bar-from-list'.
14543
14544         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14545         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14546         New variables.
14547         (gnus-group-make-tool-bar): Complete rewrite using
14548         `gmm-tool-bar-from-list'.
14549         (gnus-group-tool-bar-update): New function.
14550
14551         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14552
14553 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14556         is dissected into a single part of which the type is the same as
14557         the given one; decode charset.
14558
14559 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14560
14561         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14562         into alists as symbol not string, since that's what
14563         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14564         look for.
14565
14566 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14569         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14570
14571         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14572
14573 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14576         (gnus-xmas-mime-security-button-menu): New function.
14577
14578         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14579         (gnus-mime-security-button-menu): New definition.
14580         (gnus-mime-security-button-map): Use them.
14581         (gnus-mime-security-button-menu): New function.
14582         (gnus-insert-mime-security-button): Addition to help echo.
14583         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14584         (gnus-mime-security-pipe-part): New functions.
14585
14586         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14587         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14588
14589         * mm-decode.el (mm-handle-set-disposition): Remove.
14590         (mm-handle-set-description): Remove.
14591
14592 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14595         (mm-w3m-standalone-supports-m17n-p): New function.
14596         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14597         w3m usage.
14598
14599         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14600         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14601
14602 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * message.el (message-tool-bar-zap-list):
14605         Use gmm-tool-bar-zap-list as custom type.
14606         (message-tool-bar-update): New function.
14607         (message-tool-bar, message-tool-bar-gnome)
14608         (message-tool-bar-retro): Add message-tool-bar-update.
14609         (message-tool-bar-gnome): Add flyspell-buffer.
14610
14611         * gnus-util.el (gnus-error): Describe `args'.
14612
14613         * gmm-utils.el (gmm-error): Describe `args'.
14614         (gmm-tool-bar-zap-list): New widget.
14615         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14616
14617 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14620         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14621         the number of recursive calls.
14622
14623         * mm-decode.el (mm-handle-set-disposition): New macro.
14624         (mm-handle-set-description): New macro.
14625
14626 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14629         encoding.
14630
14631 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * message.el (message-tool-bar-zap-list, message-tool-bar)
14634         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14635         (message-tool-bar-local-item-from-menu): Remove.
14636         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14637         (message-make-tool-bar): New function.
14638         (message-mode): Use `message-make-tool-bar'.
14639
14640         * gmm-utils.el: New file.
14641         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14642         (gmm-lazy): New widget copied from `nnmail.el'.
14643         (gmm-tool-bar-from-list): New function for creating customizable
14644         tool bars.
14645         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14646         output.
14647         (gmm): Add :prefix to defgroup.
14648
14649 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14650
14651         * gmm-utils.el (gmm-widget-p): New function.
14652
14653 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * mml.el (mml-attach-file): Describe `description' in doc string.
14656         (mml-menu): Add Emacs MIME manual and PGG manual.
14657
14658 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14659
14660         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14661
14662 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14663
14664         * nntp.el (nntp-end-of-line): Doc fix.
14665
14666 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14667
14668         * imap.el (imap-open): Handle case where buffer is a buffer
14669         object.
14670
14671 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14672
14673         * gnus-delay.el (gnus-delay): Don't autoload.
14674         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14675         to be re-loaded when customizing the `gnus-delay' group.
14676
14677 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14678
14679         * message.el (message-insert-citation-line): Use newlines.
14680
14681 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14682
14683         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14684         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14685         these routines, so the passphrase can be managed externally and
14686         passed in to the system.
14687         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14688         pgg-add-passphrase-to-cache function.
14689
14690         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14691         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14692         these routines, so the passphrase can be managed externally and
14693         passed in to the system.
14694         (pgg-pgp5-sign-region): Use new name of
14695         pgg-add-passphrase-to-cache function.
14696
14697 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14698
14699         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14700         part of the decoded armor to find the key-identifier.
14701         (pgg-gpg-lookup-key-owner): New function to return the
14702         human-readable identifier of a key owner.
14703         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14704         itself.
14705         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14706         the key value) if we have a key and can match it against a secret
14707         key.  Also, added a note pointing out fact that the prompt only
14708         indicates the first matching key.
14709
14710         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14711         pgg-decrypt-region.
14712         (pgg-add-passphrase-to-cache): Rename from
14713         `pgg-add-passphrase-cache' to reduce confusion (all callers
14714         changed).
14715         (pgg-remove-passphrase-from-cache): Rename from
14716         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14717         changed).
14718         (pgg-read-passphrase, pgg-add-passphrase-cache)
14719         (pgg-remove-passphrase-cache): Add informative docstrings.
14720         (pgg-decrypt): Convey provided passphrase in subordinate call to
14721         pgg-decrypt-region.
14722
14723 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14724
14725         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14726         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14727         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14728         'passphrase' argument, so the passphrase can be managed externally
14729         and then passed in to the system.
14730
14731         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14732         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14733         so the passphrase cache can be used reliably with identifiers
14734         besides a pgp packet's key id.
14735
14736         * pgg-gpg.el (pgg-gpg-encrypt-region)
14737         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14738         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14739         these routines, so the passphrase can be managed externally and
14740         passed in to the system.
14741
14742         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14743         'notruncate' argument, so the passphrase cache can be used
14744         reliably with identifiers besides a pgp packet's key id.
14745
14746 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14747
14748         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14749         symmetric encryption.
14750         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14751         encrypted session key.
14752         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14753         message ask for the passphrase in a proper way.
14754
14755         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14756         New user commands for symmetric encryption.
14757
14758 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14761
14762         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14763
14764 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14765
14766         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14767
14768 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * mm-decode.el (mm-inlined-types): Add application/pgp.
14771         (mm-automatic-display): Ditto.
14772
14773         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14774         part as text.
14775
14776 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * nnrss.el: Update copyright.
14779         (nnrss-opml-import): Query whether to subscribe to each entry.
14780
14781         * gnus-art.el:
14782         * gnus-sum.el:
14783         * gnus-xmas.el:
14784         * messagexmas.el:
14785         * mm-uu.el:
14786         * mm-view.el: Update copyright.
14787
14788 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14789
14790         * message.el (message-info): New function.
14791         (message-mode-menu): Add it.
14792         Update copyright.
14793
14794         * ChangeLog: Fix and update copyright.
14795
14796 2006-01-13  Romain Francoise  <romain@orebokech.com>
14797
14798         * message.el (message-forward-subject-name-subject): Prefer the
14799         address to 'nowhere' if the sender has no name.
14800         Fix typo.  Update copyright year.
14801
14802 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus-art.el (article-wash-html):
14805         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14806         (gnus-article-wash-html-with-w3m-standalone): New function.
14807
14808         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14809         mm-inline-text-html-render-with-w3m-standalone.
14810         (mm-text-html-washer-alist): Map w3m-standalone to
14811         gnus-article-wash-html-with-w3m-standalone.
14812         (mm-inline-text-html-render-with-w3m-standalone): New function.
14813
14814 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14817         Improve LaTeX.
14818
14819 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14822         (nnrss-request-article): Render text/plain parts as HTML.
14823
14824         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14825         the buffer.
14826
14827 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14830         custom definition of `gnus-posting-styles'.
14831
14832         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14833         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14834
14835 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14838         Use nntp for bug archive.
14839
14840 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14843         parts.
14844         (nnrss-normalize-date): New function converts ISO 8601 date into
14845         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14846         (nnrss-check-group): Use it.
14847
14848 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14851
14852         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14853         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14854         (nnrss-insert-w3): Ditto.
14855
14856 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14859         the articles to be forwarded including the case where neither a
14860         number of articles nor a region is specified.
14861
14862 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * nnrss.el (nnrss-request-article): Fix last change; fill
14865         text/plain parts.
14866
14867 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14870         in text/plain part.
14871         (nnrss-check-group): Don't add excessive newline to dc:subject.
14872
14873 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14874
14875         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14876         article.
14877
14878 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14879
14880         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14881         (nnml-use-compressed-files, nnml-save-mail): Support other
14882         comression programs such as bzip2.
14883
14884 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14885
14886         * dns.el (query-dns): Make sure we check the buffer size before
14887         removing tcp headers.
14888
14889 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14892         remove MIME buttons associated with multipart/alternative parts.
14893         (gnus-mime-display-alternative): Tag buttons using `article-type'
14894         text property.
14895
14896         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14897         associated with multipart/alternative parts.
14898
14899         * gnus-art.el (gnus-signature-separator): Fix custom type.
14900
14901         * mm-decode.el (mm-inlined-types): Fix custom type.
14902         (mm-keep-viewer-alive-types): Ditto.
14903         (mm-automatic-display): Ditto.
14904         (mm-attachment-override-types): Ditto.
14905         (mm-inline-override-types): Ditto.
14906         (mm-automatic-external-display): Ditto.
14907
14908 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14909
14910         * spam-report.el (spam-report-user-mail-address)
14911         (spam-report-user-agent): New variables.
14912         (spam-report-url-ping-plain): Use spam-report-user-agent.
14913
14914 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14915
14916         * gnus-art.el (gnus-button-handle-custom): Do not just use
14917         `customize-apropos' for any "M-x customize-*" button but the
14918         function called for.  Accept both the function name and its
14919         argument in order to achieve this.
14920         (gnus-button-alist): Remove support for "custom:" URL's.
14921         Pass function name to `gnus-button-handle-custom' in case of "M-x
14922         customize-*" buttons.
14923
14924 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14927         multipart/alternative and add xref to mm-discouraged-alternatives
14928         in doc string.
14929
14930         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14931         gnus-buttonized-mime-types in doc string.
14932
14933 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14934
14935         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14936         Suggest image/.* in the doc string.
14937
14938 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14941         message-marks (Debian bug #342521).
14942
14943 2005-12-12  Simon Josefsson  <jas@extundo.com>
14944
14945         * password.el (password-read-from-cache): Add.
14946         (password-read): Use it.
14947
14948 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * rfc2047.el (rfc2047-charset-to-coding-system):
14951         Recognize us-ascii as a MIME charset.
14952
14953         * mm-bodies.el (mm-decode-content-transfer-encoding):
14954         Protect against the case where the 2nd arg TYPE is nil.
14955
14956 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * pop3.el (pop3-stream-type): Fix custom version.
14959
14960         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14961
14962 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14963
14964         * mm-decode.el (mm-display-external): Add missing cdr.
14965
14966 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14969         RFC1524) if it is in mailcap or add a suffix according to
14970         mailcap-mime-extensions when generating a temp filename; postpone
14971         deleting a temp file for 2 seconds for some wrappers, shell
14972         scripts, and so on, which might exit right after having started a
14973         viewer command as a background job.
14974
14975 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * nntp.el (nntp-marks-directory): Fix custom group.
14978
14979         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14980         steps when < 10.
14981
14982         * gnus-start.el (gnus-no-server-1):
14983         Mention `gnus-level-default-subscribed' in doc string.
14984
14985 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14986
14987         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14988         parens.
14989
14990 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * gnus-xmas.el (gnus-use-toolbar): Revert.
14993         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14994         gnus-use-toolbar is default.
14995
14996         * messagexmas.el (message-use-toolbar): Revert.
14997         (message-setup-toolbar): Use global default-toolbar if
14998         message-use-toolbar is default.
14999
15000 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15003         according to default-toolbar-visible-p.
15004
15005         * messagexmas.el (message-use-toolbar): Ditto.
15006
15007 2005-11-26  Dave Love  <fx@gnu.org>
15008
15009         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15010         (tls-program, tls-success): Provide openssl alternative.
15011
15012         * starttls.el: Doc fixes.
15013         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15014         SERVICE to PORT.
15015
15016         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15017         port null or service name.
15018         (starttls-negotiate): Autoload.
15019
15020 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * message.el (message-kill-to-signature): Fix interactive spec.
15023
15024 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * pop3.el (pop3-open-server): Recognize a string as a service name.
15027
15028 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15029
15030         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15031
15032 2005-11-23  Dave Love  <fx@gnu.org>
15033
15034         Add pop3s, pop3/starttls.
15035
15036         * pop3.el (pop3-authentication-scheme): Clarify doc.
15037         (open-tls-stream, starttls-open-stream): Autoload.
15038         (pop3-stream-type): New.
15039         (pop3-open-server): Use it.
15040
15041         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15042         for POP.
15043         (mail-source-keyword-map): Add :stream for POP.
15044         (mail-source-fetch-pop): Use pop3-stream-type.
15045
15046 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15049         of current-time-string.
15050
15051 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15052
15053         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15054         date header.
15055
15056 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15057
15058         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15059         it can seriously impact performance as it bypasses the agent's
15060         local caches.
15061
15062 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15063
15064         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15065         must be explicitly online rather than "not explicitly offline" for
15066         its flags to be synchronized.
15067
15068         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15069         that gnus-uu-unmark-thread will function correctly.
15070
15071         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15072         1024K is instead displayed as 1M.
15073
15074 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15075
15076         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15077
15078 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15079
15080         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15081
15082 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15083
15084         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15085         error message to display actual error condition.
15086         (gnus-agent-save-local): Avoid saving symbols that are bound to
15087         nil as they simply result in a warning message in
15088         gnus-agent-read-local.
15089
15090 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15093         rather than make-variable-buffer-local for file-precious-flag.
15094
15095 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15096
15097         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15098         for duplicates which are removed.  The invalid sort check then
15099         triggers a rescan after the sort as sorting may have moved
15100         duplicate entries such that they can be cheaply detected.
15101
15102 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15105
15106 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15107
15108         * gnus-agent.el (gnus-agent-article-alist-save-format):
15109         Change internal variable to a custom variable.  Change default value
15110         from compressed(2) to uncompressed(1).
15111         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15112         support for uncompressed agentview files.  Taken together, reading
15113         the agentview file should now be 6-7 times faster.
15114
15115 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15116
15117         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15118         as a buffer-local variable.  This avoids creating truncated
15119         dribble files as a result of a hang up, eg.
15120
15121 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15122
15123         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15124         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15125         XEmacs.
15126
15127 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15128
15129         * gnus-start.el (gnus-start-draft-setup):
15130         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15131
15132         * gnus.el (gnus-splash): Change custom group.
15133         (gnus-group-get-parameter, gnus-group-parameter-value):
15134         Describe allow-list argument.
15135
15136         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15137         string.
15138
15139 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * gnus-art.el (gnus-default-article-saver): Add user-defined
15142         `function' to custom type.
15143
15144 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15145
15146         * imap.el (imap-open): Handle case where buffer is a buffer
15147         object.
15148
15149 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15150
15151         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15152         long lines.
15153         (gnus-cache-delete-group): Wrap doc strings.
15154
15155         * gnus-agent.el (gnus-agent-rename-group)
15156         (gnus-agent-delete-group): Wrap doc strings.
15157
15158 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * messagexmas.el (message-use-toolbar): Change the valid values
15161         into default, top, bottom, left, and right.
15162         (message-toolbar-thickness): New variable.
15163         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15164         well.
15165         (message-setup-toolbar): Make it work.
15166
15167         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15168         (gnus-use-toolbar): Change the valid values into default, top,
15169         bottom, left, and right.
15170         (gnus-toolbar-thickness): New variable.
15171         (gnus-xmas-setup-toolbar): New function.
15172         (gnus-xmas-setup-group-toolbar): Use it.
15173         (gnus-xmas-setup-summary-toolbar): Use it.
15174
15175 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15176
15177         * gnus-start.el (gnus-1): Add "native" to
15178         gnus-predefined-server-alist.
15179
15180         * gnus.el (gnus-method-to-server): Don't add "native" to the
15181         lists here, because that leads to problems when
15182         gnus-select-method is bound.
15183
15184 2005-11-09  Simon Josefsson  <jas@extundo.com>
15185
15186         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15187         use (not sort-by-date) instead.
15188
15189 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15190
15191         * gnus-delay.el (gnus-delay-group): Don't autoload.
15192         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15193         to be re-loaded when customizing the `gnus-delay' group.
15194
15195 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15196
15197         * message.el: Revert last changes.
15198         (message-insert-citation-line): Use newlines.
15199
15200 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15201
15202         * message.el (message-courtesy-message)
15203         (message-mark-insert-begin, message-mark-insert-end)
15204         (message-elide-ellipsis, message-cancel-message)
15205         (message-add-header, message-change-subject)
15206         (message-cross-post-followup-to-header)
15207         (message-cross-post-insert-note, message-reduce-to-to-cc)
15208         (message-widen-reply, message-delete-not-region)
15209         (message-kill-to-signature, message-insert-signature)
15210         (message-insert-importance-high, message-insert-importance-low)
15211         (message-insert-or-toggle-importance)
15212         (message-insert-disposition-notification-to)
15213         (message-indent-citation, message-yank-original)
15214         (message-cite-original-without-signature, message-cite-original)
15215         (message-insert-citation-line, message-position-on-field)
15216         (message-fix-before-sending, message-send-mail-partially)
15217         (message-send-mail, message-send-mail-with-sendmail)
15218         (message-send-mail-with-qmail, message-send-news)
15219         (message-check-news-header-syntax, message-generate-headers)
15220         (message-insert-courtesy-copy, message-fill-address)
15221         (message-fill-header, message-shorten-references)
15222         (message-setup-1, message-cancel-news)
15223         (message-forward-make-body-plain, message-forward-make-body-mime)
15224         (message-forward-make-body-mml, message-encode-message-body)
15225         (message-forward-make-body-digest-plain)
15226         (message-forward-make-body-digest-mime)
15227         (message-use-alternative-email-as-from): Insert `hard-newline'
15228         instead of ordinary newlines.
15229
15230 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * message.el (message-generate-headers): Downcase the argument
15233         given to message-check-element.
15234
15235 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15236
15237         * nntp.el (nntp-authinfo-rejected): New error condition.
15238         (nntp-wait-for): Use new error condition to signal authentication
15239         error.
15240         (nntp-retrieve-data): Rethrow new error condition to break out of
15241         recursive call to nntp-send-authinfo.
15242
15243 2005-11-08  Romain Francoise  <romain@orebokech.com>
15244
15245         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15246         (gnus-summary-exit-map): Bind to `Z p'.
15247         (gnus-summary-make-menu-bar): Add menu item.
15248
15249 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15252         (gnus-treat-*): Add `first' in all doc strings.
15253
15254         * gnus-group.el (gnus-group-compact-group): Fix typo.
15255
15256 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * gnus.el (gnus-parameters-case-fold-search): New variable.
15259         (gnus-parameters-get-parameter): Use it.
15260
15261         * gnus-score.el (gnus-home-score-file): Doc fix.
15262
15263 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15264
15265         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15266
15267 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * mm-util.el (mm-special-display-p): New function.
15270
15271         * mml.el (mml-preview): Use it; doc fix.
15272
15273 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15274
15275         * imap.el (imap-open): Handle case where buffer is a buffer object.
15276
15277 2005-10-29  Romain Francoise  <romain@orebokech.com>
15278
15279         * message.el (message-fix-before-sending): Fix comment.
15280
15281 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15282
15283         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15284
15285 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15286
15287         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15288         Used in gnus-score.el.
15289
15290 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15291
15292         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15293
15294 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15295
15296         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15297         whitespace removed in revision 7.8.  Use concatenated string to
15298         protect trailing whitespace.
15299
15300 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15301
15302         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15303         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15304         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15305         Courier IMAP ("some version from 2004").  Mostly based on similar
15306         code in the same function.
15307
15308 2005-10-26  Didier Verna  <didier@xemacs.org>
15309
15310         * gnus-group.el (gnus-group-compact-group): Invalidate original
15311         article buffer.
15312         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15313         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15314         NOV database and in article itself.
15315         Invalidate article backlog.
15316
15317 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15318
15319         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15320
15321 2005-10-26  Simon Josefsson  <jas@extundo.com>
15322
15323         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15324         part of 2004-07-25 change.
15325
15326 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * message.el (message-display-completion-list): New function.
15329         (message-expand-group): Use it; make sure the Completions buffer
15330         is modifiable.
15331 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15332
15333         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15334         user-mail-name is an empty string.
15335
15336 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15339         depending on gnus-score-decay-constant.
15340
15341         * encrypt.el (encrypt-insert-file-contents)
15342         (encrypt-write-file-contents): Don't use `gnus-message'.
15343
15344         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15345         arguments.
15346         (mm-uu-type-alist): Add message-marks and insert-marks.
15347         Pass arguments to mm-uu-verbatim-marks-extract.
15348         (mm-uu-hide-markers): New variable.
15349         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15350
15351         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15352         (gnus-convert-image-to-face-command): Use "convert" by default to
15353         allow other input image formats.
15354         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15355         accordingly.
15356
15357 2005-10-23  Simon Josefsson  <jas@extundo.com>
15358
15359         * imap.el (imap-gssapi-program): Align command line parameters
15360         with latest GNU SASL.
15361         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15362
15363 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15364
15365         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15366         HTML.
15367         (nnslashdot-request-article): Ditto.
15368
15369         * lpath.el (featurep): Add nobreak-char-display.
15370
15371 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15372
15373         * mail-source.el (mail-source-fetch-pop): Require pop3.
15374         (mail-source-check-pop): Ditto.
15375
15376 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15379         errors.
15380
15381 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15382
15383         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15384         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15385
15386         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15387
15388         * mm-bodies.el (mm-decode-string):
15389         Call `mm-charset-to-coding-system' with allow-override argument.
15390
15391 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15394         (rfc2047-charset-to-coding-system): New function.
15395         (rfc2047-decode-encoded-words): New function.
15396         (rfc2047-decode-region): Use them.
15397         (rfc2047-decode-cte): Remove.
15398         (rfc2047-parse-and-decode): Remove.
15399         (rfc2047-decode): Remove.
15400
15401 2005-10-15  Kenichi Handa  <handa@m17n.org>
15402
15403         * rfc2047.el (rfc2047-decode-cte): New function.
15404         (rfc2047-decode-region): Change the way to decode successive
15405         encoded-words: decode B- or Q-encoding in each encoded-word,
15406         concatenate them, and decode it as charset.
15407
15408 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * lpath.el: Fbind codepage-setup for XEmacs.
15411
15412 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15413
15414         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15415         widget-move-and-invoke.
15416         (gnus-custom-mode): Use gnus-custom-map.
15417
15418 2005-10-15  Bill Wohler  <wohler@newt.com>
15419
15420         * message.el (message-tool-bar-map): Rename image file from
15421         mail_send to mail/send.
15422
15423 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15424
15425         * message.el (message-expand-group): Pass the common
15426         prefix substring of completion to `display-completion-list'.
15427
15428 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15429
15430         * mml-sec.el (mml-secure-method): New internal variable.
15431         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15432         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15433         New functions using mml-secure-method.
15434
15435         * mml.el (mml-mode-map): Add key bindings for those functions.
15436         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15437         Harder <harder@myrealbox.com>.
15438         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15439         Goto end of message if point is the headers of the message.
15440
15441         * message.el (message-in-body-p): New function.
15442
15443         * assistant.el: Autoload gnus-util and netrc.
15444
15445         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15446         Use `mm-charset-override-alist' only when decoding.
15447
15448         * mm-bodies.el (mm-decode-body):
15449         Call `mm-charset-to-coding-system' with allow-override argument.
15450
15451         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15452         `filename' from Content-Disposition if Content-Type doesn't
15453         provide `name'.
15454         (gnus-mime-view-part-as-type): Set default instead of
15455         initial-input.
15456
15457 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15458
15459         * format-spec.el (format-spec): Propagate text properties of % spec.
15460
15461 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * gnus-art.el (gnus-treat-predicate): Add `first'.
15464
15465 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15466
15467         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15468         (mm-charset-override-alist): New variable.
15469         (mm-charset-to-coding-system): Use it.
15470         (mm-codepage-setup): New helper function.
15471         (mm-charset-eval-alist): New variable.
15472         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15473         Warn about unknown charsets.
15474
15475         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15476
15477 2005-10-04  David Hansen  <david.hansen@gmx.net>
15478
15479         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15480         (nnrss-check-group): Ditto.
15481
15482 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15483
15484         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15485         Rename x-gnus-verbatim to x-verbatim.
15486         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15487
15488         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15489         x-verbatim.
15490
15491         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15492
15493         * gnus-util.el (gnus-remove-duplicates): Remove.
15494
15495         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15496         instead of gnus-remove-duplicates.
15497
15498         * message.el (message-remove-duplicates): Remove.
15499         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15500         message-remove-duplicates.
15501
15502         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15503         available, else use implementation from `delete-dups'.
15504
15505         * message.el (message-insert-expires): New function.
15506         (message-mode-map): Add key binding.
15507         (message-mode-field-menu): Add menu entry.
15508         (message-mode): Document it.
15509         (message-make-expires-date): Use `message-make-date'.
15510
15511 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15512
15513         * message.el (message-make-expires-date): New function.
15514
15515 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * Makefile.in (list-installed-shadows): New entry.
15518         (install): Use it.
15519         (remove-installed-shadows): New entry.
15520
15521         * dgnushack.el (dgnushack-default-load-path): New variable.
15522         (dgnushack-find-lisp-shadows): New function.
15523         (dgnushack-remove-lisp-shadows): New function.
15524
15525 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * Makefile.in (install-el-elc): New entry.
15528         (install): Use it so that .el files are necessarily installed.
15529
15530 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15533
15534 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15535
15536         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15537         function rather than the diff-mode.el package.
15538         (mm-display-external): Use with-current-buffer.
15539         (mm-viewer-completion-map, mm-viewer-completion-map):
15540         Move initialization inside declaration.
15541
15542 2005-09-29  Simon Josefsson  <jas@extundo.com>
15543
15544         * spam.el: Load hashcash when compiling, to avoid warnings.
15545         Don't autoload mail-check-payment.
15546         (spam-check-hashcash): Define unconditionally, since hashcash.el
15547         is part of Gnus now.  Ignore errors from payment checking.
15548
15549 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15550
15551         * message.el (message-bold-region, message-unbold-region):
15552         Rename from `bold-region' and `unbold-region'.
15553
15554         * message.el: Remove useless autoloads.
15555
15556 2005-09-28  Simon Josefsson  <jas@extundo.com>
15557
15558         * message.el (message-use-idna): Default to t.
15559         (message-use-idna): Test whether encoding works too.  Doc fix.
15560
15561 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * nntp.el (nntp-warn-about-losing-connection): Remove.
15564
15565 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15566
15567         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15568         customizable.  Change default value.
15569         (mm-uu-diff-groups-regexp): Change default value.
15570         (mm-uu-type-alist): Add doc string.
15571         (mm-uu-configure): Add doc string.  Make it interactive.
15572         (mm-uu-tex-groups-regexp): New variable.
15573         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15574         (mm-uu-type-alist): Add LaTeX documents.
15575         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15576         of "text/verbatim".
15577         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15578
15579         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15580         instead of "text/verbatim".
15581
15582         * message.el (message-mark-inserted-region)
15583         (message-mark-insert-file): Use slrn style marks when called with
15584         prefix argument.
15585
15586 2005-09-27  Simon Josefsson  <jas@extundo.com>
15587
15588         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15589
15590 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15591
15592         * message.el (message-remove-duplicates): New function.
15593         Implementation borrowed from `gnus-remove-duplicates'.
15594         (message-idna-to-ascii-rhs): Also encode idna addresses in
15595         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15596         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15597         only ask about the same idna domain once per header and also tell
15598         in what header to replace the idna domain.
15599
15600         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15601         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15602         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15603         a header is decoded and not just the last one.
15604
15605 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15608         has been decoded.
15609
15610         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15611         (mm-insert-part): Don't modify text if it has been decoded.
15612
15613         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15614         decoded.
15615
15616         * mm-view.el (mm-inline-text): Don't strip text props unless
15617         decoding enriched or richtext parts.
15618
15619 2005-09-25  Romain Francoise  <romain@orebokech.com>
15620
15621         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15622         * gnus-start.el (gnus-subscribe-interactively):
15623         * gnus-uu.el (gnus-uu-grab-articles):
15624         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15625         space.
15626
15627 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15628
15629         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15630         * mm-view.el (mm-view-pkcs7-decrypt):
15631         * gnus-sum.el (gnus-summary-limit-to-extra)
15632         (gnus-summary-respool-article, gnus-read-move-group-name):
15633         * gnus-score.el (gnus-summary-increase-score):
15634         * gnus-util.el (gnus-completing-read-with-default):
15635         * gnus-art.el (gnus-read-save-file-name)
15636         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15637         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15638         * message.el (message-check-news-header-syntax):
15639         Follow convention for reading with the minibuffer.
15640
15641 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15642
15643         * spam-report.el (spam-report-url-ping-plain):
15644         Use gnus-extended-version as User-Agent.
15645
15646         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15647         default value is nil.
15648
15649         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15650         (mm-uu-verbatim-marks-extract): New function.
15651         (mm-uu-extract): New face.
15652         (mm-uu-copy-to-buffer): Use it.
15653
15654         * spam-report.el (spam-report-gmane-ham): Rename from
15655         `spam-report-gmane-unspam'.
15656         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15657         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15658
15659         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15660         Autoload.
15661         (spam-report-gmane-unregister-routine):
15662         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15663
15664 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15665
15666         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15667         (spam-report-gmane-unregister-routine): Add support for gmane
15668         unregistration.
15669
15670         * spam-report.el (spam-report-gmane-unspam)
15671         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15672         (spam-report-gmane): Change to take a single article and do unspam
15673         registration.
15674
15675 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15676
15677         * mm-url.el (mm-url-decode-entities): Fix regexp.
15678
15679 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15680
15681         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15682         default to nil, to be able to use Gnus at all.  If the default
15683         switches to something else, then the function should be fixed not
15684         be exceedingly slow.
15685
15686 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15687
15688         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15689         fail hard.
15690
15691         * spam-report.el: Add better Keywords line.
15692
15693         * spam.el: Add Maintainer and better Keywords line.
15694
15695 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15696
15697         * gnus-art.el (gnus-article-replace-part)
15698         (gnus-mime-replace-part): New functions.
15699         (gnus-mime-action-alist, gnus-mime-button-commands)
15700         (gnus-mime-save-part-and-strip): Add file argument.
15701         (gnus-article-part-wrapper): Add interactive argument.
15702
15703         * gnus-sum.el (gnus-summary-mime-map):
15704         Add `gnus-article-replace-part'.
15705
15706 2005-09-19  Didier Verna  <didier@xemacs.org>
15707
15708         The nnml compaction feature:
15709         * nnml.el (nnml-request-compact-group): New function.
15710         * nnml.el (nnml-request-compact): New function.
15711         * gnus-int.el (gnus-request-compact-group): New function.
15712         * gnus-int.el (gnus-request-compact): New function.
15713         * gnus-group.el (gnus-group-compact-group): New function.
15714         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15715         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15716         * gnus-srvr.el (gnus-server-compact-server): New function.
15717         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15718         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15719
15720 2005-09-18  Deepak Goel  <deego@gnufans.org>
15721
15722         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15723         format spec.
15724
15725 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15728
15729 2005-09-15  Romain Francoise  <romain@orebokech.com>
15730
15731         * message.el (message-fill-paragraph): Clarify docstring.
15732
15733 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * gnus-art.el (gnus-mime-display-part): Protect against broken
15736         MIME messages.
15737
15738 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15741         before parsing header.
15742
15743 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15744
15745         * html2text.el (html2text-replace-list): Add new entities.
15746
15747 2005-09-11  Romain Francoise  <romain@orebokech.com>
15748
15749         * message.el (message-alternative-emails): Improve docstring.
15750         (message-setup-1): Call `message-use-alternative-email-as-from'
15751         after `message-setup-hook' to give it precedence over posting
15752         styles, etc.
15753         (message-use-alternative-email-as-from): Add docstring.
15754         Remove the original From header if present.
15755
15756         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15757         (nnml-save-mail): Use it.
15758
15759         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15760         articles.  Add new argument `silent'.
15761         (gnus-uu-mark-all): Report the total number of marked articles.
15762
15763 2005-09-10  Romain Francoise  <romain@orebokech.com>
15764
15765         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15766         (gnus-uu-mark-series): Likewise.
15767
15768 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15769
15770         * spam-report.el (spam-report-gmane): Fix generation of spam
15771         report URL.
15772
15773 2005-09-10  Simon Josefsson  <jas@extundo.com>
15774
15775         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15776         t, based on discussion on the ding list with Robert Epprecht
15777         <epprecht@solnet.ch>.
15778
15779 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * spam-report.el (spam-report-gmane): Make it work without
15782         X-Report-Spam header.  Gmane now only provides Archived-At.
15783         This is only used if `spam-report-gmane-use-article-number' is nil.
15784         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15785
15786         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15787         make `gnus-summary-sort-by-recipient' work with threading.
15788
15789         * nnweb.el (nnweb-google-wash-article): Print a message if article
15790         is not available.
15791
15792 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15793
15794         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15795         change.  Decode text/* parts content before displaying.
15796
15797 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15798
15799         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15800
15801 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15802
15803         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15804
15805         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15806         url-package-name, url-package-version,
15807         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15808         w3m-display-inline-images, and w3m-minor-mode-map.
15809
15810 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15811
15812         * message.el (message-tab-body-function): Fix mismatched custom type.
15813
15814         * gnus.el (gnus-group-change-level-function): Ditto.
15815
15816         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15817
15818         * gnus-art.el (gnus-signature-limit)
15819         (gnus-article-mime-part-function): Ditto.
15820
15821 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * mml.el (mml-mode): Silence the byte compiler.
15824
15825         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15826         using `(sit-for 0)' before moving the point to the specified part;
15827         skip unbuttonized parts.
15828         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15829         return to the summary window if gnus-auto-select-part is non-nil.
15830
15831 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15832
15833         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15834         New variables.
15835         (mml-dnd-attach-file, mml-mode): Use them.
15836
15837         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15838         Make fetching article by MID work again for Google Groups.
15839         Add FIXME concerning gnus-group-make-web-group.
15840
15841         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15842         Don't depend on Gnus by using mail-extract-address-components if
15843         gnus-extract-address-components is not bound.
15844
15845 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15846
15847         * gnus-art.el (gnus-mime-display-security): Don't display the
15848         signature, but only the signed part.
15849
15850 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15853
15854         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15855         list, not listp.
15856
15857 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15858
15859         * mm-encode.el (mm-encode-content-transfer-encoding):
15860         Likewise when encoding.
15861
15862         * mm-bodies.el (mm-decode-content-transfer-encoding):
15863         De-canonicalize CRLF for all text content types, not just
15864         text/plain.
15865
15866 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15869         valid article; point arrow and cursor at the MIME button.
15870
15871 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15874         Suggested by Dan Christensen <jdc@uwo.ca>.
15875
15876         * mm-decode.el (mm-save-part): Enable change of prompt.
15877
15878 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15879
15880         * gnus-msg.el (gnus-inews-add-send-actions):
15881         Make `message-post-method' lambda parameter ARG `&optional'.
15882
15883 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15884
15885         * gnus-sum.el (gnus-summary-mime-map):
15886         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15887         gnus-article-jump-to-part.
15888
15889         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15890         (gnus-article-edit-part): Use it.
15891         (gnus-article-part-wrapper): Add no-handle argument.
15892         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15893         New functions.
15894
15895 2005-08-29  Romain Francoise  <romain@orebokech.com>
15896
15897         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15898         docstring.
15899         (gnus-face-from-file): Likewise.
15900
15901 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15904         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15905         non-nil.
15906         (gnus-auto-select-part): New variable.
15907         (gnus-article-jump-to-part): New function.
15908         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15909         (gnus-mime-delete-part): Allow selecting specified part after
15910         deleting or stripping parts.
15911         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15912         part if argument is bogus.
15913
15914 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15915
15916         * gnus-art.el (w3m-minor-mode-map):
15917         * gnus-spec.el (gnus-newsrc-file-version):
15918         * gnus-util.el (nnmail-active-file-coding-system)
15919         (gnus-original-article-buffer, gnus-user-agent):
15920         * gnus.el (gnus-ham-process-destinations)
15921         (gnus-parameter-ham-marks-alist)
15922         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15923         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15924         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15925         * mm-decode.el (gnus-current-window-configuration):
15926         * mm-extern.el (gnus-article-mime-handles):
15927         * mm-url.el (url-current-object, url-package-name)
15928         (url-package-version):
15929         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15930         (smime-keys, w3m-cid-retrieve-function-alist)
15931         (w3m-current-buffer, w3m-display-inline-images)
15932         (w3m-minor-mode-map):
15933         * mml-smime.el (gnus-extract-address-components):
15934         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15935         (gnus-newsrc-hashtb, message-default-charset)
15936         (message-deletable-headers, message-options)
15937         (message-posting-charset, message-required-mail-headers)
15938         (message-required-news-headers):
15939         * mml1991.el (mc-pgp-always-sign):
15940         * mml2015.el (mc-pgp-always-sign):
15941         * nnheader.el (nnmail-extra-headers):
15942         * rfc1843.el (gnus-decode-encoded-word-function)
15943         (gnus-decode-header-function, gnus-newsgroup-name):
15944         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15945
15946 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15947
15948         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15949         the end of the date treatments.
15950
15951 2005-08-15  Simon Josefsson  <jas@extundo.com>
15952
15953         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15954         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15955         Capello and Romain Francoise.
15956         (pgg-fetch-key-function): Remove, not used?
15957         (pgg-insert-url-with-w3): Require url, to get
15958         url-insert-file-contents regardless of where it is defined.
15959
15960 2005-08-13  Romain Francoise  <romain@orebokech.com>
15961
15962         * message.el (message-cite-original-1): New function.
15963         (message-cite-original): Use it.
15964         (message-cite-original-without-signature): Ditto.
15965
15966 2005-08-08  Romain Francoise  <romain@orebokech.com>
15967
15968         * message.el (message-yank-empty-prefix): New variable.
15969         (message-indent-citation): Use it.
15970         (message-cite-original-without-signature): Respect X-No-Archive.
15971
15972 2005-08-08  Simon Josefsson  <jas@extundo.com>
15973
15974         * pgg.el: Autoload url-insert-file-contents instead of loading
15975         w3/url.
15976         (pgg-insert-url-with-w3): Don't load url here.
15977
15978 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15979
15980         * message.el (message-kill-to-signature): Don't insert newline at
15981         bol.
15982         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15983
15984 2005-08-06  Romain Francoise  <romain@orebokech.com>
15985
15986         * message.el (message-user-fqdn): Fix typo in docstring.
15987
15988 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15989
15990         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15991
15992         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15993
15994 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * mm-bodies.el (mm-encode-body): Use coding system rather than
15997         charset to encode text.
15998
15999         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16000         number of charsets if utf-8 is available (XEmacs).
16001
16002 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16005         taken from `gnus-button-mid-or-mail-regexp'.
16006         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16007         (gnus-button-alist): Improve regexp for domain part of the MIDs
16008         for news:localpart@domain buttons.
16009         (gnus-button-ctan-directory-regexp): Update.
16010
16011 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * sieve-manage.el (sieve-manage-interactive-login):
16014         Use make-local-variable rather than make-variable-buffer-local.
16015         (sieve-manage-open): Ditto.
16016         (sieve-manage-authenticate): Ditto.
16017
16018         * mml.el (mml-generate-mime-1): Make the content type default to
16019         text/plain if the filename is not specified.
16020
16021 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16024         instead of insert-buffer.
16025
16026         * message.el (message-yank-original): Ditto; set the mark at the
16027         end of the yanked message.
16028
16029 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16032         lines to scroll rather than to stop it.
16033
16034         * mml.el (mml-generate-default-type): Add doc string.
16035         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16036         default to application/octet-stream when determining the content
16037         type if it is not specified for the part or the mml contents; add
16038         a comment about mml-generate-default-type.
16039
16040 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16041
16042         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16043         make it default to application/octet-stream when determining the
16044         content type if it is not specified for the external contents.
16045
16046 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16049         segmented parameter but also other parameters might be there.
16050
16051 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * mm-decode.el (mm-display-external): Delete temp file, directory
16054         and buffer immediately if the external process is exited.
16055
16056 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16059         fewer lines than that of scroll-margin.
16060         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16061
16062 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus-art.el (gnus-article-next-page): Revert.
16065         (gnus-article-beginning-of-window): New macro.
16066         (gnus-article-next-page-1): Use it.
16067         (gnus-article-prev-page): Ditto.
16068         (gnus-article-edit-part): Use insert-buffer-substring instead of
16069         insert-buffer.
16070         (gnus-article-edit-exit): Ditto.
16071
16072         * gnus-util.el (gnus-beginning-of-window): Remove.
16073         (gnus-end-of-window): Remove.
16074
16075         * lpath.el: Don't bind header-line-format and scroll-margin.
16076
16077 2005-07-25  Simon Josefsson  <jas@extundo.com>
16078
16079         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16080         to have the url package without w3.  Reported by Daiki Ueno
16081         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16082
16083 2005-07-20  Didier Verna  <didier@xemacs.org>
16084
16085         * gnus-diary.el: Remove the description comment (nndiary is now
16086         properly documented in the Gnus manual).
16087         Fix the spelling of "Back End".
16088         * nndiary.el: Ditto.
16089         Fix the copyright notice.
16090
16091 2005-07-18  Romain Francoise  <romain@orebokech.com>
16092
16093         * gnus-sum.el (gnus-summary-to-prefix)
16094         (gnus-summary-newsgroup-prefix): New variables.
16095         (gnus-summary-from-or-to-or-newsgroups): Use them.
16096
16097 2005-07-17  Romain Francoise  <romain@orebokech.com>
16098
16099         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16100         space as it's generally not especially interesting to the user.
16101
16102 2005-07-16  Romain Francoise  <romain@orebokech.com>
16103
16104         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16105         nil to avoid prompting and file modification if one of the
16106         messages at the top of the nnfolder file contains a copyright
16107         notice.
16108         Update copyright notice.
16109
16110         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16111         instead of `current-time-string' as the latter creates a time
16112         string that is not RFC 2822 compliant (it lacks the zone).
16113         Update copyright notice.
16114
16115 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16116
16117         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16118         for text/rtf.  Display default in prompt.  Pass default for M-n.
16119
16120         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16121
16122 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16123
16124         * gnus-msg.el (gnus-button-mailto):
16125         Remove save-selected-window-window hackery because it relies on
16126         save-selected-window internals.
16127
16128 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16131         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16132         (gnus-article-prev-page): Ditto.
16133
16134         * gnus-util.el (gnus-beginning-of-window): New function.
16135         (gnus-end-of-window): New function.
16136
16137         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16138
16139 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16140
16141         * gnus-score.el (gnus-score-edit-all-score):
16142         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16143         gnus-message.
16144
16145 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16146
16147         * gnus-msg.el (gnus-button-mailto):
16148         Remove save-selected-window-window hackery because it relies on
16149         save-selected-window internals.
16150
16151 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16154         add-minor-mode.
16155         (gnus-binary-mode): Ditto.
16156
16157         * gnus-topic.el (gnus-topic-mode): Ditto.
16158
16159 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16160
16161         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16162         (gnus-article-prev-page): Take scroll-margin into consideration.
16163
16164 2005-07-04  Lute Kamstra  <lute@gnu.org>
16165
16166         Update FSF's address in GPL notices.
16167
16168 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16169
16170         * gnus.el (gnus-exit):
16171         * gnus-group.el (gnus-group-icons):
16172         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16173
16174         * gnus-nocem.el (gnus-nocem):
16175         * message.el (message-various, message-buffers, message-sending)
16176         (message-interface, message-forwarding, message-insertion)
16177         (message-headers, message-news, message-mail):
16178         * pgg-gpg.el (pgg-gpg):
16179         * pgg-parse.el (pgg-parse):
16180         * pgg-pgp.el (pgg-pgp):
16181         * pgg-pgp5.el (pgg-pgp5):
16182         * pop3.el (pop3): Finish `defgroup' description with period.
16183
16184 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * gnus-art.el (article-display-face): Improve the efficiency.
16187         (article-display-x-face): Ditto; remove grey x-face stuff.
16188
16189 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * gnus-art.el (article-display-face): Correct the position in
16192         which Faces are inserted.
16193
16194 2005-06-29  Didier Verna  <didier@xemacs.org>
16195
16196         * gnus-art.el (article-display-face): Display faces in correct
16197         order.
16198
16199 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16202         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16203         (gnus-nocem-check-article): Fetch the Type header.
16204         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16205         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16206         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16207         make sure gnus-nocem-hashtb is initialized.
16208         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16209         (gnus-nocem-unwanted-article-p): Ditto.
16210
16211         * pgg.el (pgg-verify): Return the verification result.
16212
16213 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16214
16215         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16216         is ascii.
16217
16218 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16219
16220         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16221         `show-nonbreak-escape'.
16222
16223 2005-06-23  Lute Kamstra  <lute@gnu.org>
16224
16225         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16226
16227         * dig.el (dig-mode):
16228         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16229
16230 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16231
16232         * nnimap.el (nnimap-split-download-body): Fix spellings.
16233
16234 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16235
16236         * gnus-art.el (gnus-article-encrypt-body):
16237         * gnus-cus.el (gnus-score-customize):
16238         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16239         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16240
16241 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16242
16243         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16244         header by looking for magic "MII" at the beginnig.
16245
16246 2005-06-16  Miles Bader  <miles@gnu.org>
16247
16248         * gnus-xmas.el (gnus-xmas-group-startup-message):
16249         Use renamed gnus-splash face.
16250
16251         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16252         (assistant-field-face): New backward-compatibility alias for renamed
16253         face.
16254         (assistant-render-text): Use renamed assistant-field face.
16255
16256         * spam.el (spam): Remove "-face" suffix from face name.
16257         (spam-face): New backward-compatibility alias for renamed face.
16258         (spam-face, spam-initialize): Use renamed spam face.
16259
16260         * message.el (message-header-to, message-header-cc)
16261         (message-header-subject, message-header-newsgroups)
16262         (message-header-other, message-header-name)
16263         (message-header-xheader, message-separator, message-cited-text)
16264         (message-mml): Remove "-face" suffix from face names.
16265         (message-header-to-face, message-header-cc-face)
16266         (message-header-subject-face, message-header-newsgroups-face)
16267         (message-header-other-face, message-header-name-face)
16268         (message-header-xheader-face, message-separator-face)
16269         (message-cited-text-face, message-mml-face):
16270         New backward-compatibility aliases for renamed faces.
16271         (message-font-lock-keywords): Use renamed message faces.
16272
16273         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16274         (sieve-test-commands, sieve-tagged-arguments):
16275         Remove "-face" suffix from face names.
16276         (sieve-control-commands-face, sieve-action-commands-face)
16277         (sieve-test-commands-face, sieve-tagged-arguments-face):
16278         New backward-compatibility aliases for renamed faces.
16279         (sieve-control-commands-face, sieve-action-commands-face)
16280         (sieve-test-commands-face, sieve-tagged-arguments-face):
16281         Use renamed sieve faces.
16282
16283         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16284         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16285         (gnus-group-news-3-empty, gnus-group-news-4)
16286         (gnus-group-news-4-empty, gnus-group-news-5)
16287         (gnus-group-news-5-empty, gnus-group-news-6)
16288         (gnus-group-news-6-empty, gnus-group-news-low)
16289         (gnus-group-news-low-empty, gnus-group-mail-1)
16290         (gnus-group-mail-1-empty, gnus-group-mail-2)
16291         (gnus-group-mail-2-empty, gnus-group-mail-3)
16292         (gnus-group-mail-3-empty, gnus-group-mail-low)
16293         (gnus-group-mail-low-empty, gnus-summary-selected)
16294         (gnus-summary-cancelled, gnus-summary-high-ticked)
16295         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16296         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16297         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16298         (gnus-summary-low-undownloaded)
16299         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16300         (gnus-summary-low-unread, gnus-summary-normal-unread)
16301         (gnus-summary-high-read, gnus-summary-low-read)
16302         (gnus-summary-normal-read, gnus-splash):
16303         Remove "-face" suffix from face names.
16304         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16305         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16306         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16307         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16308         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16309         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16310         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16311         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16312         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16313         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16314         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16315         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16316         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16317         (gnus-summary-normal-ticked-face)
16318         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16319         (gnus-summary-normal-ancient-face)
16320         (gnus-summary-high-undownloaded-face)
16321         (gnus-summary-low-undownloaded-face)
16322         (gnus-summary-normal-undownloaded-face)
16323         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16324         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16325         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16326         (gnus-splash-face):
16327         New backward-compatibility aliases for renamed faces.
16328         (gnus-group-startup-message): Use renamed gnus faces.
16329
16330         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16331         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16332         (gnus-server-agent): Remove "-face" suffix from face names.
16333         (gnus-server-agent-face, gnus-server-opened-face)
16334         (gnus-server-closed-face, gnus-server-denied-face)
16335         (gnus-server-offline-face):
16336         New backward-compatibility aliases for renamed faces.
16337         (gnus-server-agent-face, gnus-server-opened-face)
16338         (gnus-server-closed-face, gnus-server-denied-face)
16339         (gnus-server-offline-face): Use renamed gnus faces.
16340
16341         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16342         Remove "-face" suffix from face names.
16343         (gnus-picon-xbm-face, gnus-picon-face):
16344         New backward-compatibility aliases for renamed faces.
16345
16346         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16347         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16348         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16349         (gnus-cite-11): Remove "-face" suffix from face names.
16350         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16351         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16352         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16353         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16354         New backward-compatibility aliases for renamed faces.
16355         (gnus-cite-attribution-face, gnus-cite-face-list)
16356         (gnus-article-boring-faces): Use renamed gnus faces.
16357
16358         * gnus-art.el (gnus-signature, gnus-header-from)
16359         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16360         (gnus-header-content): Remove "-face" suffix from face names.
16361         (gnus-signature-face, gnus-header-from-face)
16362         (gnus-header-subject-face, gnus-header-newsgroups-face)
16363         (gnus-header-name-face, gnus-header-content-face):
16364         New backward-compatibility aliases for renamed faces.
16365         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16366
16367         * gnus-sum.el (gnus-summary-selected-face)
16368         (gnus-summary-highlight): Use renamed gnus faces.
16369         * gnus-group.el (gnus-group-highlight): Likewise.
16370
16371 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16372
16373         * gnus-sieve.el (gnus-sieve-article-add-rule):
16374         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16375         * spam-stat.el (spam-stat-buffer-change-to-spam)
16376         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16377
16378         * message.el (message-is-yours-p):
16379         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16380
16381 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * mm-view.el (mm-inline-text): Withdraw the last change.
16384
16385 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16388         executing enriched-decode.
16389
16390 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16393         charset of tar files.
16394
16395 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16396
16397         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16398
16399 2005-06-04  Lute Kamstra  <lute@gnu.org>
16400
16401         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16402         information is never recorded.
16403
16404 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16405
16406         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16407
16408 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * pop3.el (pop3-apop): Run md5 in the binary mode.
16411
16412         * starttls.el (starttls-set-process-query-on-exit-flag):
16413         Use eval-and-compile.
16414
16415 2005-05-31  Simon Josefsson  <jas@extundo.com>
16416
16417         * smime.el (smime-replace-in-string): Define.
16418         (smime-cert-by-ldap-1): Use it.
16419
16420 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * gnus-art.el (article-display-x-face): Replace
16423         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16424
16425         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16426         set-process-query-on-exit-flag or process-kill-without-query.
16427
16428         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16429         loop instead of replace-regexp.
16430
16431         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16432         instead of process-kill-without-query if it is available.
16433
16434         * lpath.el: Fbind ldap-search-entries.
16435
16436         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16437         instead of find-file-hooks if it is available.
16438
16439         * mml1991.el: Bind pgg-default-user-id when compiling.
16440
16441         * mml2015.el: Bind pgg-default-user-id when compiling.
16442
16443         * nndraft.el (nndraft-request-associate-buffer):
16444         Use write-contents-functions instead of write-contents-hooks if it is
16445         available.
16446
16447         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16448         instead of find-file-hooks if it is available.
16449
16450         * nntp.el (nntp-open-connection): Replace
16451         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16452         (nntp-open-ssl-stream): Ditto.
16453         (nntp-open-tls-stream): Ditto.
16454
16455         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16456         set-process-query-on-exit-flag or process-kill-without-query.
16457         (starttls-open-stream-gnutls): Use it instead of
16458         process-kill-without-query.
16459         (starttls-open-stream): Ditto.
16460
16461 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16462
16463         * smime.el (smime-cert-by-ldap-1): Don't use
16464         replace-regexp-in-string.
16465
16466 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16467
16468         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16469
16470         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16471         in PEM format.  Adjust to the XEmacs compatibility.
16472
16473 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16474
16475         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16476         by `string-to-number'.
16477         * gnus-agent.el (gnus-agent-regenerate-group)
16478         (gnus-agent-fetch-articles): Ditto.
16479         * gnus-art.el (gnus-button-fetch-group): Ditto.
16480         * gnus-cache.el (gnus-cache-generate-active)
16481         (gnus-cache-articles-in-group): Ditto.
16482         * gnus-group.el (gnus-group-set-current-level)
16483         (gnus-group-insert-group-line): Ditto.
16484         * gnus-score.el (gnus-score-set-expunge-below)
16485         (gnus-score-set-mark-below, gnus-summary-score-effect)
16486         (gnus-summary-score-entry): Ditto.
16487         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16488         (gnus-soup-pack): Ditto.
16489         * gnus-spec.el (gnus-xmas-format): Ditto.
16490         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16491         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16492         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16493         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16494         * nndb.el (nndb-get-remote-expire-response): Ditto.
16495         * nndiary.el (nndiary-parse-schedule-value)
16496         (nndiary-string-to-number, nndiary-request-replace-article)
16497         (nndiary-request-article): Ditto.
16498         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16499         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16500         * nneething.el (nneething-make-head): Ditto.
16501         * nnfolder.el (nnfolder-request-article)
16502         (nnfolder-retrieve-headers): Ditto.
16503         * nnheader.el (nnheader-file-to-number): Ditto.
16504         * nnkiboze.el (nnkiboze-request-article): Ditto.
16505         * nnmail.el (nnmail-process-unix-mail-format)
16506         (nnmail-process-babyl-mail-format): Ditto.
16507         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16508         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16509         (nnmh-request-create-group, nnmh-request-list-1)
16510         (nnmh-request-group, nnmh-request-article): Ditto.
16511         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16512         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16513         * nnsoup.el (nnsoup-make-active): Ditto.
16514         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16515         * nntp.el (nntp-find-group-and-number)
16516         (nntp-retrieve-headers-with-xover): Ditto.
16517         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16518         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16519         (pgg-format-key-identifier): Ditto.
16520         * pop3.el (pop3-last, pop3-stat): Ditto.
16521         * qp.el (quoted-printable-decode-region): Ditto.
16522
16523         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16524         of concat.
16525
16526 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16529
16530         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16531
16532         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16533
16534         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16535
16536         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16537
16538         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16539
16540         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16541         (gnus-carpal-mode): Ditto.
16542
16543         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16544         (gnus-browse-mode): Ditto.
16545
16546         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16547
16548         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16549
16550 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16551
16552         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16553
16554 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * gnus-util.el (gnus-run-mode-hooks): New function.
16557
16558         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16559
16560         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16561         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16562
16563 2005-05-27  Lute Kamstra  <lute@gnu.org>
16564
16565         * dns-mode.el (dns-mode): Specify customization group.
16566
16567 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16568
16569         * gnus-agent.el (gnus-agent-make-mode-line-string):
16570         Use mode-line-highlight as mouse-face.
16571
16572 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * canlock.el (canlock): Change the parent group to news.
16575
16576         * deuglify.el (gnus-outlook-deuglify): Add :group.
16577
16578         * dig.el (dig): Add :group.
16579
16580         * dns-mode.el (dns-mode): Add :group.
16581
16582         * encrypt.el (encrypt): Add :group.
16583
16584         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16585         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16586         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16587         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16588         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16589
16590         * gnus-diary.el (gnus-diary): Add :group.
16591
16592         * gnus.el (gnus-group-news-1-face): Add :group.
16593         (gnus-group-news-1-empty-face): Ditto.
16594         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16595         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16596         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16597         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16598         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16599         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16600         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16601         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16602         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16603         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16604         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16605         (gnus-summary-high-ticked-face): Ditto.
16606         (gnus-summary-low-ticked-face): Ditto.
16607         (gnus-summary-normal-ticked-face): Ditto.
16608         (gnus-summary-high-ancient-face): Ditto.
16609         (gnus-summary-low-ancient-face): Ditto.
16610         (gnus-summary-normal-ancient-face): Ditto.
16611         (gnus-summary-high-undownloaded-face): Ditto.
16612         (gnus-summary-low-undownloaded-face): Ditto.
16613         (gnus-summary-normal-undownloaded-face): Ditto.
16614         (gnus-summary-high-unread-face): Ditto.
16615         (gnus-summary-low-unread-face): Ditto.
16616         (gnus-summary-normal-unread-face): Ditto.
16617         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16618         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16619
16620         * hashcash.el (hashcash): New custom group.
16621         (hashcash-default-payment): Add :group.
16622         (hashcash-payment-alist): Ditto.
16623         (hashcash-default-accept-payment): Ditto.
16624         (hashcash-accept-resources): Ditto.
16625         (hashcash-path): Ditto.
16626         (hashcash-extra-generate-parameters): Ditto.
16627         (hashcash-double-spend-database): Ditto.
16628         (hashcash-in-news): Ditto.
16629
16630         * message.el (message-minibuffer-local-map): Add :group.
16631
16632         * netrc.el (netrc): Add :group.
16633
16634         * sieve-manage.el (sieve-manage-log): Add :group.
16635         (sieve-manage-default-user): Diito.
16636         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16637         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16638         (sieve-manage-authenticators): Ditto.
16639         (sieve-manage-authenticator-alist): Ditto.
16640         (sieve-manage-default-port): Ditto.
16641
16642         * sieve-mode.el (sieve-control-commands-face): Add :group.
16643         (sieve-action-commands-face): Ditto.
16644         (sieve-test-commands-face): Ditto.
16645         (sieve-tagged-arguments-face): Ditto.
16646
16647         * smime.el (smime): Add :group.
16648
16649         * spam-report.el (spam-report): Add :group.
16650
16651         * spam.el (spam, spam-face): Add :group.
16652
16653 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16654
16655         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16656         return \n.\n.\n at the end of articles.  Protect against that.
16657         (nntp-with-open-group): Allow debugging.
16658
16659         * nnheader.el (mail-header-set-extra): Make into a function
16660         because I just could't understand how to quote the list properly.
16661
16662         * dns.el (query-dns-cached): New function.
16663
16664 2005-05-26  Lute Kamstra  <lute@gnu.org>
16665
16666         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16667
16668 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16671
16672         * gnus-art.el: Don't autoload mail-extract-address-components.
16673
16674         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16675         eval-and-compile to evaluate it.
16676
16677         * hashcash.el: Don't autoload executable-find.
16678
16679         * nndb.el: Don't declare the nndb back end two or more times; don't
16680         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16681
16682         * nntp.el: Autoload format-spec instead of format; use
16683         eval-and-compile to evaluate autoload forms.
16684
16685 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16686
16687         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16688
16689 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16690
16691         * gnus.el (gnus-version-number): Bump version.
16692
16693 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16694
16695         * gnus.el: No Gnus v0.3 is released.
16696
16697 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16698
16699         * lpath.el (featurep): Bind show-nonbreak-escape.
16700
16701 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * gnus-art.el (gnus-article-edit-part): Disable undo.
16704
16705 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16708         gnus-article-date-lapsed-new-header is t if date timer is active;
16709         skip headers in which the original date value is empty.
16710         (gnus-article-save-original-date): Redefine it as a macro.
16711         (gnus-display-mime): Use it.
16712
16713 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * gnus-art.el (article-date-ut): Support converting date in
16716         forwarded parts as well.
16717         (gnus-article-save-original-date): New function.
16718         (gnus-display-mime): Use it.
16719
16720 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16721
16722         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16723         enclosure element of <item>.
16724
16725 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16726
16727         * message.el (message-kill-buffer-query): Rename from
16728         `message-kill-buffer-query-if-modified'.  Add :version.
16729
16730 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16733         window layout.
16734
16735 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * mml.el: Autoload dnd when compiling.
16738
16739 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16742         x-dnd-*.
16743
16744 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * qp.el (quoted-printable-encode-region): Save excursion.
16747
16748 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16749
16750         * message.el (message-kill-buffer-query-if-modified): Add new variable
16751         so the user can kill a modified message buffer quickly.
16752         (message-kill-buffer): Use it.
16753
16754 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * lpath.el: Fbind display-time-event-handler; don't fbind
16757         string-to-multibyte.
16758
16759         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16760
16761 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16764         contained in text because xml.el decodes entities) with LFs.
16765
16766 2005-04-11  Lute Kamstra  <lute@gnu.org>
16767
16768         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16769         differently.
16770
16771 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16772
16773         * mm-util.el (mm-detect-coding-region): Typo.
16774
16775 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16778
16779 2005-04-06  Deepak Goel  <deego@gnufans.org>
16780
16781         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16782         user-function allow user modifications of the scores.
16783         (spam-stat-score-buffer-user): New function, to allow
16784         user-computed modifications to the score.
16785         (spam-stat-score-buffer-user-functions): List of additional
16786         scoring functions.
16787         (spam-stat-error-holder): Global temporary error holder.
16788         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16789         variable.
16790
16791 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16792
16793         * gnus-registry.el (gnus-registry-clean-empty-function)
16794         (gnus-registry-trim, gnus-registry-fetch-groups)
16795         (gnus-registry-delete-group): Groups that match
16796         `gnus-registry-ignored-groups' are removed from the registry
16797         entries, not just ignored for splitting.  This helps clean up the
16798         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16799         to get all the groups a message ID is in.
16800
16801         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16802         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16803         (spam-stat-score-buffer-user-functions): Add :number custom type.
16804
16805 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16808         argument in XEmacs.
16809
16810         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16811         (nnrss-request-group): Decode group name first.
16812         (nnrss-request-article): Make a text/plain article if mml-to-mime
16813         failed.
16814         (nnrss-get-encoding): Return a compatible encoding according to
16815         nnrss-compatible-encoding-alist.
16816         (nnrss-find-el): Use consp instead of listp.
16817         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16818
16819 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16820
16821         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16822         which Emacs 20 doesn't support.
16823         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16824
16825 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16828         silence the byte compiler inside the defun.
16829
16830         * gnus-demon.el (parse-time-string): Add autoload.
16831
16832         * gnus-delay.el (parse-time-string): Add autoload.
16833
16834         * gnus-art.el (parse-time-string): Add autoload.
16835
16836         * nnultimate.el (parse-time): Require for `parse-time-string'.
16837
16838 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16839
16840         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16841
16842         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16843
16844         * smime.el (smime-ldap-host-list): Add :version.
16845
16846 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16847
16848         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16849         pass it to `gnus-browse-read-group'.
16850         (gnus-browse-read-group): Add NUMBER argument and pass it to
16851         `gnus-group-read-ephemeral-group'.
16852
16853         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16854         argument and pass it to `gnus-group-read-group'.
16855
16856 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16857
16858         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16859         mm-xemacs-find-mime-charset-1 if we have the mule feature
16860         available at runtime.
16861
16862 2005-03-25  Werner Lemberg  <wl@gnu.org>
16863
16864         * nnmaildir.el: Replace `illegal' with `invalid'.
16865
16866 2005-03-23  Lute Kamstra  <lute@gnu.org>
16867
16868         * time-date.el: Add comment on time value formats.
16869         Don't require parse-time.
16870         (with-decoded-time-value): New macro.
16871         (encode-time-value): New function.
16872         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16873         (days-to-time): Return a valid time value when arg is huge.
16874         (time-since): Use time-subtract.
16875         (time-to-number-of-days): Use time-to-seconds.
16876
16877 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16878
16879         * gnus-start.el (gnus-display-time-event-handler):
16880         Check display-time-timer at runtime rather than only at load time
16881         in case display-time-mode is turned off in the mean time.
16882
16883 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16884
16885         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16886         used.
16887
16888         * nneething.el (nneething-map-file-directory): Derive from
16889         `gnus-directory'.
16890
16891         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16892         the To/Cc button.
16893
16894 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16895
16896         * nnmaildir.el (nnmaildir-request-accept-article):
16897         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16898
16899 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16900
16901         * gnus-async.el: Require timer-funcs at compile time when in
16902         XEmacs for `run-with-idle-timer'.
16903
16904 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16905
16906         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16907         autoloaded function.
16908
16909 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16910
16911         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16912
16913 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16914
16915         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16916
16917 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16918
16919         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16920         Add gnus-expert-user to default.
16921
16922 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16923
16924         * nnimap.el (nnimap-open-server): Ditto.
16925
16926         * imap.el (imap-authenticate): Fix typo.
16927
16928 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16929
16930         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16931         buffer (since IMAP server might return FETCH response out of
16932         order, and the nntp buffer must be sorted).
16933
16934 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16935
16936         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16937         comparison on string.
16938
16939         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16940         (gnus-agent-score): Rename category keywords to match gnus-cus.
16941         (gnus-agent-summary-fetch-series): Modify to protect against
16942         gnus-agent-summary-fetch-group clearing processable flags.
16943         (gnus-agent-synchronize-group-flags): Update live group buffer as
16944         synchronization may occur due to the user toggle the plugged
16945         status.
16946         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16947         successfully downloaded.
16948         (gnus-agent-expire-group-1): Avoid using markers when the overview
16949         is in ascending order; greatly improves performance.
16950         (gnus-agent-regenerate-group):
16951         Use gnus-agent-synchronize-group-flags to reset read status in both
16952         gnus and server.
16953         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16954
16955 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16956
16957         * message.el: Don't autoload former message-utils variables.
16958         (message-strip-subject-trailing-was): Change doc string.
16959
16960         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16961         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16962         (nnweb-google-search): Add "hl=en" here.
16963         (nnweb-google-parse-1, nnweb-google-create-mapping):
16964         Don't hardcode URL.
16965
16966 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * message.el (message-get-reply-headers, message-followup):
16969         Mention related variables `message-use-followup-to' and
16970         `message-use-mail-followup-to', in the information buffer.
16971
16972         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16973         of broken groups(-beta).google.com.
16974
16975 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16976
16977         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16978         parameter to invoked gnus-request-move-article; remove the
16979         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16980         all at once instead of once per article.
16981         (gnus-summary-remove-process-mark): Accept a list of articles as
16982         well as a single article for processing.
16983
16984         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16985         parameter.
16986
16987         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16988
16989         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16990
16991         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16992         parameter.
16993
16994         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16995         parameter.
16996
16997         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16998         parameter and remove the gnus-sum-hint-move-is-internal variable.
16999
17000         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17001         parameter.
17002
17003         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17004         parameter.
17005
17006         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17007         parameter.
17008
17009         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17010
17011         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17012         parameter.
17013
17014         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17015         parameter.
17016
17017 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17018
17019         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17020         a more conservative way.
17021
17022 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17023
17024         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17025         buffer, so it moves the window's cursor.
17026
17027 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17028
17029         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17030         `mm-dissect-multipart' and receive the from field as an (optional)
17031         argument from `mm-dissect-multipart'.
17032         (mm-dissect-multipart): Receive the from field as an argument and
17033         pass it on when we call `mm-dissect-buffer' on MIME parts.
17034         Fixes verification/decryption of signed/encrypted MIME parts.
17035
17036 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17037
17038         * gnus-sum.el (gnus-summary-move-article):
17039         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17040         whatever it calls (right now, only nnimap-request-move article
17041         respects it).
17042
17043         * nnimap.el (nnimap-request-move-article):
17044         When gnus-sum-hint-move-is-internal is set, don't do the extra
17045         nnimap-request-article.
17046
17047 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17048
17049         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17050
17051         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17052         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17053
17054         * gnus-sum.el (gnus-summary-caesar-message):
17055         Apply `gnus-treat-article' after rotation.
17056
17057         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17058         doc string.
17059
17060 2005-02-22  Simon Josefsson  <jas@extundo.com>
17061
17062         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17063         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17064         <arne@arnested.dk>.
17065         (encrypt): Add password-cache and password-cache-expiry as group
17066         members.
17067
17068 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17069
17070         * smime.el (smime-ldap-host-list): Doc fix.
17071         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17072         cache) password.
17073         (smime-sign-region): Use it.
17074         (smime-decrypt-region): Use it.
17075         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17076         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17077         fails.
17078         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17079         certificate from DER to PEM format rather than calling openssl.
17080
17081         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17082
17083         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17084         for signing/encryption.
17085
17086         * mml.el (mml-parse-1): Use them.
17087
17088 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17089
17090         * nnrss.el (nnrss-verbose): Remove.
17091         (nnrss-request-group): Use `nnheader-message' instead.
17092
17093 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17094
17095         * nnrss.el (nnrss-verbose): New variable.
17096         (nnrss-request-group): Make it say nnrss is requesting a group.
17097
17098 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17101         Handle news URL with given port correctly.
17102
17103 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17106         containing special characters.
17107
17108         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17109
17110         * mml.el (mime-to-mml): Ditto.
17111
17112         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17113         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17114         (rfc2047-decode-region): Quote decoded words containing special
17115         characters when rfc2047-quote-decoded-words-containing-tspecials
17116         is non-nil.
17117
17118 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17119
17120         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17121
17122         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17123
17124 2005-02-15  Simon Josefsson  <jas@extundo.com>
17125
17126         * nnimap.el (nnimap-debug): Doc fix.
17127
17128         * imap.el (imap-debug): Doc fix.
17129
17130 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17133
17134 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17135
17136         * gnus.el (spam-contents): Improve docs for spam-contents
17137         parameter in its variable incarnation.
17138
17139 2005-02-14  Simon Josefsson  <jas@extundo.com>
17140
17141         * smime-ldap.el: Use require instead of load-library for ldap.
17142         (smime-ldap-search): Indent.
17143         (smime-ldap-search-internal): Shorten line.
17144
17145         * smime.el (smime-cert-by-dns): Add doc-string.
17146         (smime-cert-by-ldap-1): Indent.
17147
17148         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17149         mml-smime-get-dns-ldap.
17150         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17151
17152 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17153
17154         * smime.el: Require smime-ldap.
17155         (smime-ldap-host-list): New variable.
17156         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17157
17158         * mml-smime.el (mml-smime-encrypt-query): New function.
17159         (mml-smime-encrypt-query): Use it.
17160
17161         * smime-ldap.el: New file.
17162
17163 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17166
17167 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17168
17169         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17170         argument in doc string.  Make query for type more clear.
17171
17172 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17173
17174         * gnus.el (gnus-group-startup-message): Search for gnus images in
17175         etc/images/gnus.
17176         * mm-util.el (mm-image-load-path): Likewise.
17177         * smiley.el (smiley-data-directory): Search for smilies in
17178         etc/images/smilies.
17179
17180 2005-02-09  Kim F. Storm  <storm@cua.dk>
17181
17182         Change Emacs release version from 21.4 to 22.1 throughout.
17183         Change Emacs development version from 21.3.50 to 22.0.50.
17184
17185 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17188
17189         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17190         non-Mule XEmacs as well.
17191         (mm-decompress-buffer): Signal an error intentionally if it does
17192         not decompress compressed data because auto-compression-mode is
17193         disabled.
17194
17195 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17196
17197         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17198         an ID in the registry even if it has no groups.
17199
17200 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17203         merge it into mm-decompress-buffer.
17204         (gnus-mime-copy-part): Use the MIME part charset, the value which
17205         a user specified or gnus-newsgroup-charset for decoding, like
17206         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17207         save-buffer what was used.  Suggested by Kevin Ryde
17208         <user42@zip.com.au>.
17209         (gnus-mime-inline-part): Allow the name parameter as well as the
17210         filename parameter; force decompressing of compressed data; always
17211         display contents being not decoded as unibyte.
17212
17213         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17214         as well as the filename parameter.
17215
17216         * mm-util.el (mm-decompress-buffer):
17217         Merge gnus-mime-jka-compr-maybe-uncompress.
17218         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17219         of compressed data.
17220
17221 2005-02-08  Simon Josefsson  <jas@extundo.com>
17222
17223         * imap.el (imap-log): Doc fix.
17224
17225 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17228         the coding cookies; decompress compressed parts.
17229
17230         * mml.el (mml-generate-mime-1): Add the charset parameter according
17231         to the value which a user specified manually or the coding cookie.
17232
17233         * mm-util.el (mm-string-to-multibyte): New function.
17234         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17235         (mm-coding-system-to-mime-charset): New function.
17236         (mm-decompress-buffer): New function.
17237         (mm-find-buffer-file-coding-system): New function.
17238
17239         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17240         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17241         parts.
17242
17243 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17244
17245         * mm-view.el (mm-display-inline-fontify): Decode a part according
17246         to the charset parameter.
17247
17248 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17251         prefix arg is neither nil nor a number, as info specifies.
17252
17253 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17256         timestamps.
17257
17258 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17259
17260         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17261         groups error checking and notify user.
17262
17263 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17264
17265         * message.el (message-send-mail-function): Check existence of
17266         sendmail-program first before using default value
17267         `message-send-mail-with-sendmail'.  Otherwise use more generic
17268         `smtpmail-send-it'.
17269
17270 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * nntp.el (nntp-request-update-info): Always return nil.
17273
17274 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17275
17276         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17277
17278 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17279
17280         * message.el (message-beginning-of-line): Change the behavior when
17281         invoked between BOL and : so that it first moves backward.
17282
17283 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17286         article buffer when editing of the article is discarded.
17287         (gnus-article-prepare): Revert.
17288
17289 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * gnus-art.el (gnus-article-prepare):
17292         Remove message-strip-forbidden-properties from the local hook.
17293
17294 2005-01-27  Simon Josefsson  <jas@extundo.com>
17295
17296         * password.el (password-cache-add): Only start one timer per key.
17297         Reported by Derek Atkins <warlord@MIT.EDU>.
17298
17299 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17300
17301         * run-at-time.el: Remove.  It is no longer needed as
17302         timer-funcs.el in the xemacs-base package has a working version of
17303         `run-at-time'.
17304
17305         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17306
17307         * password.el: Require timer-funcs instead of run-at-time in
17308         XEmacs.
17309         Remove `password-run-at-time' macro.
17310         (password-cache-add): Use `run-at-time' instead of
17311         `password-run-at-time'.
17312
17313         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17314         Remove `nnheader-cancel-function-timers' alias,
17315         `cancel-function-timers' exists in XEmacs in timer-funcs.
17316
17317         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17318         for `run-with-idle-timer'.
17319
17320         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17321         for `run-at-time'.
17322
17323         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17324         for `with-timeout'.
17325
17326         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17327         the same as for XEmacs 21.4.
17328         No need to ignore `run-with-idle-timer', this function exists in
17329         XEmacs now in timer-funcs.el in the xemacs-base package.
17330         (dgnushack-compile): No need to delete
17331         run-at-time.el from the list of files to compile because it
17332         doesn't exist anymore.
17333
17334 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17337         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17338
17339 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17340
17341         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17342         sensitively.
17343
17344 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17345
17346         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17347
17348 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17351         which will be inserted according to the multibyteness of a buffer
17352         rather than the type of contents.  Suggested by ARISAWA Akihiro
17353         <ari@mbf.ocn.ne.jp>.
17354
17355         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17356         of string which old xml.el may return rather than a string.
17357
17358 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17361
17362 2005-01-16  Simon Josefsson  <jas@extundo.com>
17363
17364         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17365         idn/idna.el isn't available.
17366         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17367         <michael@waxrat.com>.
17368
17369         * hashcash.el: Remove non-FSF copyright header.
17370
17371         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17372         (hashcash-generate-payment): Use it.
17373         (hashcash-generate-payment-async): Use it.
17374
17375 2005-01-15  Simon Josefsson  <jas@extundo.com>
17376
17377         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17378         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17379
17380         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17381         gnus-summary-idna-message.
17382         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17383         (gnus-summary-idna-message): New function.
17384
17385 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17386
17387         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17388         gnus-novice-user.
17389
17390 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * nnrss.el (nnrss-request-delete-group): Delete entries in
17393         nnrss-group-alist as well.
17394         (nnrss-save-server-data): Insert newline.
17395
17396 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * gnus.el (gnus-user-agent): Use list of symbols instead of
17399         symbols.  Display full version number for (S)XEmacs.
17400         Optionally display (S)XEmacs codename.
17401
17402         * gnus-util.el (gnus-emacs-version): Update for new
17403         `gnus-user-agent'.
17404
17405         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17406         Gnus version.
17407
17408 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17409
17410         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17411         which is unreadable in some setups.
17412
17413 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-spec.el (gnus-update-format-specifications): Flush the
17416         group format spec cache if it doesn't support decoded group names.
17417
17418 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17421         Allow to apply decay on score files matching a regexp.
17422
17423 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17426         compatibility in %g and %c.
17427
17428 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17431         name for only %g and %c.
17432         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17433         of gnus-tmp-group to decoded group name.
17434         (gnus-group-make-rss-group): Exclude `/'s from group names.
17435
17436 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * nnrss.el (nnrss-get-encoding): Fix regexp.
17439
17440 2004-12-27  Simon Josefsson  <jas@extundo.com>
17441
17442         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17443         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17444         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17445
17446 2004-12-17  Kim F. Storm  <storm@cua.dk>
17447
17448         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17449
17450         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17451
17452 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17453
17454         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17455
17456 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * nnrss.el: Require rfc2047 and mml.
17459         (nnrss-file-coding-system): New variable.
17460         (nnrss-format-string): Redefine it as an inline function.
17461         (nnrss-decode-group-name): New function.
17462         (nnrss-string-as-multibyte): Remove.
17463         (nnrss-retrieve-headers): Decode group name; don't use
17464         nnrss-format-string.
17465         (nnrss-request-group): Decode group name.
17466         (nnrss-request-article): Decode group name; allow a Message-ID as
17467         well as an article number; don't use nnrss-format-string; encode a
17468         Message-ID string which may contain non-ASCII characters; use
17469         mml-to-mime to compose a MIME article.
17470         (nnrss-request-expire-articles): Decode group name.
17471         (nnrss-request-delete-group): Decode group name.
17472         (nnrss-fetch): Clarify error message.
17473         (nnrss-read-server-data): Use insert-file-contents instead of load;
17474         bind file-name-coding-system; use multibyte buffer.
17475         (nnrss-save-server-data): Bind coding-system-for-write to the
17476         value of nnrss-file-coding-system; bind file-name-coding-system;
17477         add coding cookie.
17478         (nnrss-read-group-data): Use insert-file-contents instead of load;
17479         bind file-name-coding-system; use multibyte buffer.
17480         (nnrss-save-group-data): Bind coding-system-for-write to the
17481         value of nnrss-file-coding-system; bind file-name-coding-system.
17482         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17483         make it work with non-ASCII text.
17484         (nnrss-find-el): Make it work with old xml.el as well.
17485
17486 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17487
17488         * nnrss.el (nnrss-get-encoding): New function.
17489         (nnrss-fetch): Use unibyte buffer initially; bind
17490         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17491         decode contents according to the encoding attribute.
17492         (nnrss-save-group-data): Add coding cookie.
17493         (nnrss-mime-encode-string): New function.
17494         (nnrss-check-group): Use it to encode subject and author.
17495
17496 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17497
17498         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17499         imaginary variable.
17500
17501 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17504         correctly even if there are wide characters.
17505
17506 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17507
17508         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17509         downcased symbol names; make a new cache instead of reusing
17510         bbdb-hashtable.
17511
17512 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17515         concatenating segments rather than before concatenating them.
17516         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17517
17518         * message.el (message-get-reply-headers): Bind `extra'.
17519
17520 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17521
17522         * message.el (message-extra-wide-headers): New variable.
17523         (message-get-reply-headers): Use it.
17524
17525 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17528         (gnus-agent-group-pathname): Ditto.
17529
17530         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17531
17532         * gnus-group.el (gnus-group-make-group): Decode group name.
17533         (gnus-group-make-rss-group): Register the group data after opening
17534         the nnrss group.
17535
17536 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17537
17538         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17539         by expiry now get marked as read.
17540
17541 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17544
17545 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17546
17547         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17548         unify Latin characters in XEmacs.
17549         (mm-find-mime-charset-region): Use it.
17550
17551 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * gnus-util.el (gnus-delete-directory): New function.
17554
17555         * gnus-agent.el (gnus-agent-delete-group): Use it.
17556
17557         * gnus-cache.el (gnus-cache-delete-group): Use it.
17558
17559 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17562         names.
17563
17564 2004-12-16  Simon Josefsson  <jas@extundo.com>
17565
17566         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17567
17568 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17569
17570         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17571
17572         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17573         (gnus-group-set-current-level): Decode group name.
17574
17575 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17576
17577         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17578         failed.
17579
17580 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * gnus-group.el (gnus-group-delete-group): Decode group name.
17583         (gnus-group-make-rss-group): Encode group name.
17584         (gnus-group-catchup-current): Decode group name.
17585         (gnus-group-kill-group): Decode group name.
17586
17587 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17588
17589         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17590
17591 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * gnus-group.el (gnus-group-make-rss-group):
17594         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17595
17596         * gnus-start.el (gnus-setup-news): Honor user's setting to
17597         gnus-message-archive-method.  Suggested by Lute Kamstra
17598         <lute@gnu.org>.
17599
17600 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17601
17602         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17603         global counterparts of the buffer-local variables.
17604
17605 2004-11-16  Romain Francoise  <romain@orebokech.com>
17606
17607         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17608         counterparts of the buffer-local variables.
17609
17610 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17611
17612         * message.el (message-forbidden-properties): Fix typo in doc
17613         string.
17614
17615 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * gnus-util.el (gnus-replace-in-string): Add doc string.
17618
17619         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17620         to avoid problems when splitting mails with many recipients.
17621
17622 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17623
17624         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17625         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17626
17627 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17628
17629         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17630         if there is no hashtable in memory or file modification time is
17631         newer than cached timestamp.
17632
17633 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * gnus-sum.el (gnus-summary-limit-to-recipient):
17636         Implement not-matching option.
17637
17638 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17639
17640         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17641         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17642         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17643         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17644         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17645         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17646
17647 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * message.el (message-forward-make-body-mml): Remove headers
17650         according to message-forward-ignored-headers if a message is decoded.
17651
17652 2004-12-02  Romain Francoise  <romain@orebokech.com>
17653
17654         * message.el (message-forward-make-body-plain): Always remove
17655         headers according to message-forward-ignored-headers.
17656
17657 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17658
17659         * spam.el (spam-summary-prepare-exit): Remove the
17660         gnus-summary-limit pop for now, it has problems with ham marks for
17661         me.
17662
17663 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17664
17665         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17666         correctly.
17667
17668 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17669
17670         * format-spec.el (format-spec): Message the char.
17671
17672 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17673
17674         * gnus-art.el (gnus-split-methods): Reformat comments.
17675
17676         * spam.el (spam-summary-prepare-exit): Remove article limits
17677         before exiting the summary buffer.
17678
17679 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17682         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17683
17684         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17685         order to silence the byte compiler.
17686
17687         * spam.el: Fix the way to silence the byte compiler, which
17688         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17689         bbdb-search-simple, spam-BBDB-register-routine,
17690         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17691         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17692         spam-stat-buffer-is-spam, spam-stat-load,
17693         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17694         spam-stat-save and spam-stat-split-fancy.
17695
17696 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17699         which may confuse users.
17700         (canlock-password-for-verify): Ditto.
17701
17702         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17703
17704         * gnus-art.el (gnus-emphasis-alist): Ditto.
17705
17706         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17707
17708         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17709
17710         * gnus-start.el (gnus-save-killed-list): Ditto.
17711
17712         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17713         (gnus-sum-thread-tree-root): Ditto.
17714         (gnus-sum-thread-tree-false-root): Ditto.
17715         (gnus-sum-thread-tree-single-indent): Ditto.
17716
17717         * message.el (message-courtesy-message): Ditto.
17718         (message-archive-note): Ditto.
17719         (message-subscribed-address-file): Ditto.
17720         (message-user-fqdn): Ditto.
17721
17722         * spam-report.el (spam-report-gmane-regex): Ditto.
17723
17724         * spam.el (spam-blackhole-good-server-regex): Ditto.
17725
17726 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * mml.el (mml-preview): Widen the message buffer before copying
17729         the contents to the preview buffer; sort headers before previewing.
17730
17731         * message.el (message-hidden-headers): Fix the way to avoid a bug
17732         in the `repeat' widget in Emacs 21.3 or earlier.
17733
17734 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * message.el (message-hidden-headers): Default to "^References:".
17737         Improve customization type.  Suggested by Reiner Steib
17738         <Reiner.Steib@gmx.de>.
17739
17740 2004-11-25  Romain Francoise  <romain@orebokech.com>
17741
17742         * message.el (message-strip-forbidden-properties): Remove check for
17743         obsolete `message-hidden' text property, hidden headers are not
17744         accessible in the buffer anymore.
17745
17746 2004-11-22  Romain Francoise  <romain@orebokech.com>
17747
17748         * message.el (message-header-format-alist): Add `From' in list
17749         so that it can be sorted.
17750         (message-fix-before-sending): Widen and sort headers before
17751         sending.
17752         (message-hide-headers): Use narrowing to hide headers by moving
17753         them to the top of the buffer and narrowing to the region
17754         underneath.
17755
17756 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17757
17758         * message.el (message-strip-forbidden-properties):
17759         Bind buffer-read-only (etc) to nil.
17760
17761 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17764         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17765
17766 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17767
17768         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17769
17770 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17771
17772         * dns.el (query-dns): Use sit-for to time instead of
17773         accept-process-output, since that doesn't seem to work on udp
17774         sockets.
17775
17776 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17779
17780 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17781
17782         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17783         doc string.  Improve doc string.
17784
17785 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * nntp.el (nntp-request-update-info): Return nil if
17788         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17789         may not call gnus-activate-group which uselessly issues the GROUP
17790         commands for all nntp groups and wastes time.  Reported by Romain
17791         Francoise <romain@orebokech.com>.
17792
17793         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17794
17795 2004-11-15  Simon Josefsson  <jas@extundo.com>
17796
17797         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17798         headers separately.
17799         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17800         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17801
17802 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17803
17804         * gnus-start.el (gnus-convert-old-newsrc):
17805         Assign legacy-gnus-agent to 5.10.7.
17806
17807 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17808
17809         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17810         start of the lines.
17811
17812 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17813
17814         * hashcash.el (hashcash-default-payment): Change default to 20.
17815         (hashcash-default-accept-payment): Change default to 20.
17816         (hashcash-process-alist): New variable.
17817         (hashcash-generate-payment-async): Add.
17818         (hashcash-already-paid-p): Add.
17819         (hashcash-insert-payment): Don't generate payments twice.
17820         (hashcash-insert-payment-async): Add.
17821         (hashcash-insert-payment-async-2): Add.
17822         (hashcash-cancel-async): Add.
17823         (hashcash-wait-async): Add.
17824         (hashcash-processes-running-p): Add.
17825         (hashcash-wait-or-cancel): Add.
17826         (mail-add-payment): New optional argument.  Conditionally start
17827         asynchronous calculation.
17828         (mail-add-payment-async): Add.
17829
17830         * message.el (message-send-mail): Wait for asynchronous hashcash
17831         results.  Don't clobber existing X-Hashcash headers.
17832         (message-setup-1): Call mail-add-payment-async when
17833         message-generate-hashcash is non-nil.
17834
17835 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17836
17837         * message.el (message-use-alternative-email-as-from): Examine the
17838         From header as well; use message-make-from in order to include a
17839         user's full name.
17840
17841 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17844         default; improve customization type.
17845         (gnus-emphasis-custom-with-format): New macro.
17846         (gnus-emphasis-custom-value-to-external): New function.
17847         (gnus-emphasis-custom-value-to-internal): New function.
17848
17849 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17850
17851         * dns.el (query-dns): Resolve reverse addresses.
17852
17853 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17854
17855         * gnus-group.el (gnus-group-get-new-news): Use it.
17856
17857         * gnus-start.el (gnus-check-reasonable-setup): New function.
17858
17859 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17860
17861         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17862         "Args out of range" error.  Reported by Arnaud Giersch
17863         <arnaud.giersch@free.fr>.
17864
17865 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17866
17867         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17868
17869 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17870
17871         * spam.el (spam group): Add :version.
17872
17873         * pgg-def.el (pgg group): Add :version.
17874
17875 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * gnus-art.el (gnus-article-edit-article): Don't associate the
17878         article buffer with a draft file.  This is a temporary measure
17879         against the 2004-08-22 change to gnus-article-edit-mode.
17880
17881 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17884         (html2text-format-tags): Remove unused variable `attr'.
17885
17886 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17887
17888         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17889
17890         * tls.el (tls-process-connection-type, tls-success)
17891         (tls-certtool-program): Add :version.
17892
17893         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17894         (starttls-extra-arguments, starttls-process-connection-type)
17895         (starttls-connect, starttls-failure, starttls-success): Add :version.
17896
17897         * spam-stat.el (spam-stat): Add :version.
17898
17899         * sieve.el (sieve): Add :version.
17900
17901         * sha1.el (sha1): Add :version.
17902         (sha1-use-external): Remove redundant version.
17903
17904         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17905         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17906         (nnmail-split-fancy-match-partial-words)
17907         (nnmail-split-lowercase-expanded): Add :version.
17908
17909         * nndiary.el (nndiary): Add :version.
17910
17911         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17912
17913         * mml-sec.el (mml-default-sign-method)
17914         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17915         Add :version.
17916
17917         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17918
17919         * mm-url.el (mm-url-use-external, mm-url-program)
17920         (mm-url-arguments): Add :version.
17921
17922         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17923         (mm-attachment-file-modes, mm-decrypt-option)
17924         (mm-w3m-safe-url-regexp): Add :version.
17925
17926         * message.el (message-cite-prefix-regexp)
17927         (message-sendmail-envelope-from, message-minibuffer-local-map)
17928         (message-user-fqdn, message-completion-alist): Add :version.
17929
17930         * gnus-win.el (gnus-configure-windows-hook)
17931         (gnus-use-frames-on-any-display): Add :version.
17932
17933         * gnus-art.el (gnus-article-address-banner-alist)
17934         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17935         (gnus-treat-from-picon, gnus-treat-mail-picon)
17936         (gnus-treat-x-pgp-sig): Add :version.
17937
17938         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17939         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17940         (gnus-summary-article-delete-hook)
17941         (gnus-summary-display-while-building): Add :version.
17942
17943         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17944         (gnus-get-top-new-news-hook): Add :version.
17945
17946         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17947         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17948
17949         * gnus-registry.el (gnus-registry): Add :version.
17950
17951         * gnus-spec.el (gnus-use-correct-string-widths)
17952         (gnus-make-format-preserve-properties): Add :version.
17953
17954         * gnus.el (gnus-group-charter-alist)
17955         (gnus-group-fetch-control-use-browse-url)
17956         (gnus-install-group-spam-parameters): Add :version.
17957
17958         * gnus-diary.el (gnus-diary): Add :version.
17959
17960         * gnus-delay.el (gnus-delay): Add :version.
17961
17962         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17963         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17964         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17965         Add :version.
17966
17967         * gnus-agent.el (gnus-agent-max-fetch-size)
17968         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17969         (gnus-agent-prompt-send-queue): Add :version.
17970
17971         * deuglify.el (gnus-outlook-deuglify): Add :version.
17972
17973         * html2text.el: Beautify code.  Improve doc strings.
17974         Some checkdoc cleanup.
17975         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17976
17977 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17978
17979         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17980
17981 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17982
17983         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17984         when package is loaded.
17985
17986         * spam.el (spam-summary-score-preferred-header): Add global preference
17987         for people who want to override the default SpamAssassin over
17988         Bogofilter preference (when both are set).
17989         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17990         (spam-user-format-function-S):
17991         Check spam-summary-score-preferred-header.
17992         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17993         (spam-user-format-function-S): Format the score correctly.
17994
17995 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17996
17997         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17998         signature file.  Suggested by Manoj Srivastava
17999         <srivasta@golden-gryphon.com>.
18000
18001         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18002         iso-2022-jp even in the Japanese language environment.
18003         Suggested by Jason Rumney <jasonr@gnu.org>.
18004
18005 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18008         use the same characters as the dummy marks; make it free from
18009         getting affected by the language environment.
18010         (gnus-summary-read-group-1): Update mark positions only when the
18011         format spec is updated.
18012
18013         * gnus-spec.el (gnus-update-format-specifications): Return a list
18014         of updated types.
18015
18016 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18019         of boundp to check if display-warning is available.
18020
18021 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18022
18023         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18024
18025 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * nnspool.el (nnspool-spool-directory): Use news-path if the
18028         news-directory variable is not bound.
18029
18030         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18031         function instead of display-warning if it is not available.
18032
18033 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18034
18035         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18036         v5-10: Use `point-at-bol'.
18037
18038 2004-10-26  Simon Josefsson  <jas@extundo.com>
18039
18040         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18041         <chenggao@gmail.com>.
18042
18043 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18044
18045         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18046         instead.
18047
18048 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18049
18050         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18051         to remove a server from the nnimap-server-buffer-alist.
18052         (nnimap-open-connection, nnimap-close-server): Use it.
18053
18054         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18055
18056 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18059         running the major-mode function.
18060
18061 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18064         dummy marks in the right way.
18065
18066 2004-10-18  David Edmondson  <dme@dme.org>
18067
18068         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18069         excessively.
18070
18071 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18072
18073         * gnus-util.el (gnus-split-references): Accept a nil references
18074         string and go on blissfully.
18075
18076         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18077         cases where the references string is non-nil but has no references.
18078
18079         * encrypt.el: Add autoload tags.
18080
18081         * spam.el (spam-resolve-registrations-routine): Remove article
18082         from unregistration list too.  Reported by David Hanak
18083         <dhanak@isis.vanderbilt.edu>
18084
18085 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18086
18087         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18088         nil.  Change custom type.
18089
18090 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18091
18092         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18093
18094         * gnus-sum.el (gnus-summary-move-article): Use it.
18095
18096 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18097
18098         * encrypt.el: Add autoload cookies.
18099
18100         * spam.el (spam-backend-article-list-property)
18101         (spam-backend-get-article-todo-list)
18102         (spam-backend-put-article-todo-list)
18103         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18104         Resolve registrations separately.
18105         (spam-register-routine): Format comments.
18106         (spam-unregister-routine, spam-register-routine): Always call with
18107         specific-articles, no default list.
18108         (spam-summary-prepare-exit): Use the spam-classifications function.
18109
18110         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18111         gnus-encrypt.el.
18112
18113         * encrypt.el: Copied from gnus-encrypt.el.
18114
18115         * gnus-encrypt.el: Commented that it's obsolete.
18116
18117 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18118
18119         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18120         (gnus-score-save): Use it.
18121
18122         * message.el (message-bury): Use `window-dedicated-p'.
18123
18124 2004-10-15  Simon Josefsson  <jas@extundo.com>
18125
18126         * pop3.el (top-level): Don't require nnheader.
18127         (pop3-read-timeout): Add.
18128         (pop3-accept-process-output): Add.
18129         (pop3-read-response, pop3-retr): Use it.
18130
18131 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18132
18133         * spam.el (spam-register-routine): Move comment.
18134         (spam-verify-bogofilter): Use 'unknown for the initial
18135         spam-bogofilter-valid state, not 'never.
18136
18137         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18138         for netrc-machine.
18139
18140         * nnimap.el (nnimap-open-connection):
18141         Use netrc-machine-user-or-password.
18142
18143 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18144
18145         * gnus-registry.el (gnus-registry-unload-hook):
18146         Set as a variable with add-hook.
18147
18148         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18149         of news-path.
18150
18151         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18152
18153         * spam.el: Delete duplicate `provide'.
18154         (spam-unload-hook): Set as a variable with add-hook.
18155
18156 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18157
18158         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18159         in the doc string.
18160
18161         * message.el (message-ignored-news-headers)
18162         (message-ignored-supersedes-headers)
18163         (message-ignored-resent-headers)
18164         (message-forward-ignored-headers): Improve custom type.
18165
18166 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * message.el (message-tokenize-header): Fix 2004-09-06 change
18169         which used point-min in the wrong place.
18170
18171 2004-10-12  Simon Josefsson  <jas@extundo.com>
18172
18173         * tls.el (tls-certtool-program): New variable.
18174         (tls-certificate-information): New function, based on
18175         ssl-certificate-information.
18176
18177 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * compface.el: Move the version of ELisp-based uncompface program
18180         to the contrib directory because of the copyright problem.
18181
18182 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18183
18184         * message.el (message-kill-buffer): Raise the current frame.
18185
18186 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18187
18188         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18189
18190         * gnus.el (message-y-or-n-p): Autoload.
18191
18192         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18193         (pop3-password-required, pop3-authentication-scheme)
18194         (pop3-leave-mail-on-server): Make customizable.
18195         (pop3): New custom group.
18196         (pop3-retr): Remove `sleep-for' statements.
18197         Suggested by Dave Love <fx@gnu.org>.
18198
18199         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18200         Windows/DOS.
18201
18202         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18203         (imap-parse-body): Fix incorrect use of `assert'.
18204         Suggested by Dave Love <fx@gnu.org>.
18205
18206         * mml.el (mml-minibuffer-read-disposition): Require match.
18207         Suggested by Dave Love <fx@gnu.org>.
18208
18209 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18212         doc string.
18213
18214 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18217
18218 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18219
18220         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18221         instead of calling `mm-insert-inline', to decode text/* parts
18222         before displaying them.
18223
18224 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * mm-uu.el (mm-uu-text-plain-type): New variable.
18227         (mm-uu-pgp-signed-extract-1): Use it.
18228         (mm-uu-pgp-encrypted-extract-1): Use it.
18229         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18230         bind mm-uu-text-plain-type with that value.
18231         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18232         mm-uu-dissect.
18233
18234 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * gnus-group.el (gnus-update-group-mark-positions):
18237         * gnus-sum.el (gnus-update-summary-mark-positions):
18238         * message.el (message-check-news-body-syntax):
18239         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18240         of string-as-multibyte.
18241
18242 2004-10-05  Juri Linkov  <juri@jurta.org>
18243
18244         * gnus-group.el (gnus-update-group-mark-positions):
18245         * gnus-sum.el (gnus-update-summary-mark-positions):
18246         * message.el (message-check-news-body-syntax):
18247         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18248         8-bit unibyte values to a multibyte string for search functions.
18249
18250 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18251
18252         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18253         (mm-uu-dissect-text-parts): New function.
18254
18255         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18256         dissect text parts.
18257
18258         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18259         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18260
18261         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18262
18263         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18264         Use gnus-current-topics instead of gnus-current-topic.
18265
18266 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18267
18268         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18269
18270 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18271
18272         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18273         where approriate.
18274
18275         * nnml.el (nnml-generate-active-info): do.
18276
18277         * nndiary.el (nndiary-generate-active-info): do.
18278
18279         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18280         (gnus-topic-move): do.
18281
18282         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18283         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18284
18285         * gnus-srvr.el (gnus-server-prepare)
18286         (gnus-server-open-all-servers): do.
18287
18288         * gnus-msg.el (gnus-summary-cancel-article)
18289         (gnus-summary-resend-message)
18290         (gnus-summary-mail-crosspost-complaint): do.
18291
18292         * gnus-move.el (gnus-change-server): do.
18293
18294         * gnus-group.el (gnus-group-unmark-all-groups)
18295         (gnus-group-set-current-level): do.
18296
18297 2004-10-04  Simon Josefsson  <jas@extundo.com>
18298
18299         * message.el (message-generate-hashcash): Doc fix.
18300
18301 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18302
18303         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18304         avoid infinite recursion via gnus-get-function.
18305
18306 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18307
18308         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18309
18310         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18311
18312         * nnmail.el (nnmail-split-history): do.
18313
18314         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18315         (nnml-request-delete-group): do.
18316
18317         * nnslashdot.el (nnslashdot-read-groups): do.
18318
18319         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18320         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18321
18322         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18323         (nnspool-sift-nov-with-sed): Use last.
18324         (nnspool-retrieve-headers-with-nov): Use mapc.
18325         (nnspool-request-newgroups): Use dolist.
18326         (nnspool-request-group): Use last.
18327
18328         * nntp.el (nntp-read-server-type): Use dolist.
18329
18330         * nnvirtual.el (nnvirtual-create-mapping)
18331         (nnvirtual-update-read-and-marked): Use dolist.
18332         (nnvirtual-convert-headers): Simplify.
18333
18334 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18335
18336         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18337         Add support for sync'ing tick marks.
18338
18339 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18340
18341         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18342         there's no visible header.
18343
18344 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18345
18346         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18347         When necessary, pass full group name to gnus-request-set-marks.
18348
18349 2004-10-01  Simon Josefsson  <jas@extundo.com>
18350
18351         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18352         acroread.
18353
18354 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18355
18356         * spam-report.el (spam-report-gmane): Fix interactive.
18357
18358         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18359
18360         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18361         when writing file.
18362         (gnus-agent-synchronize-flags): Don't default to being
18363         interactive.
18364
18365 2004-09-30  Simon Josefsson  <jas@extundo.com>
18366
18367         * message.el (message-generate-hashcash): Add.
18368         (message-send-mail): Use it, call mail-add-payment.
18369
18370 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18371
18372         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18373
18374 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18375
18376         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18377         gnus-requst-update-info with explicit code to sync the in-memory
18378         info read flags with the marks being sync'd to the backend.
18379
18380         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18381
18382 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18383
18384         * spam.el (spam-verify-bogofilter): Add new function.
18385         (spam-check-bogofilter)
18386         (spam-bogofilter-register-with-bogofilter): Use it.
18387         (spam-verify-bogofilter): Add small fixes.
18388
18389 2004-09-28  Simon Josefsson  <jas@extundo.com>
18390
18391         * hashcash.el (hashcash-generate-payment): Revert.
18392
18393 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18394
18395         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18396         Use gnus-extract-references instead of gnus-split-references.
18397
18398         * gnus-util.el (gnus-extract-references): Add new function, analogous
18399         to gnus-split-references but extracts only the message-ID without
18400         anything extra.
18401
18402         * hashcash.el (hashcash-generate-payment)
18403         (hashcash-check-payment): Do the right thing if hashcash-path is
18404         nil (because the hashcash program could not be found).
18405
18406         * spam.el (spam-use-hashcash): Remove comment.
18407
18408 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18409
18410         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18411         (gnus-cache-enter-article, gnus-cache-remove-article)
18412         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18413
18414         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18415
18416         * gnus-art.el (article-hide-boring-headers)
18417         (article-translate-strings, article-display-face)
18418         (gnus-article-mime-match-handle-first)
18419         (gnus-article-highlight-headers)
18420         (gnus-article-add-buttons-to-head): do.
18421
18422 2004-09-27  Simon Josefsson  <jas@extundo.com>
18423
18424         * hashcash.el: New version, from
18425         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18426         ../contrib/.
18427
18428 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18429
18430         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18431
18432 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18433
18434         * gnus-dup.el (gnus-dup-open): Use mapc.
18435         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18436
18437         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18438         Reported by Stefan Wiens <s.wi@gmx.net>.
18439
18440         * gnus.el (gnus-shutdown): Use dolist.
18441
18442         * gnus-undo.el (gnus-undo): Use mapc.
18443
18444         * nnrss.el (nnrss-generate-active): do.
18445
18446         * message.el (message-cite-original-without-signature)
18447         (message-cite-original): Use mapc.
18448         (message-do-actions, message-make-forward-subject): Use dolist.
18449
18450 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18451
18452         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18453         deletion to remove entire duplicate line.  Fixes merged article
18454         number bug.
18455
18456 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18457
18458         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18459         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18460         first ask if you want to open a server and then, even when you
18461         responded with no, asking if you want to synchronize the server's
18462         flags.
18463         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18464         multi-line expressions.
18465         (gnus-agent-synchronize-group-flags): New internal function.
18466         Updates marks in memory (in the info structure) AND in the
18467         backend.
18468
18469         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18470
18471         * nnagent.el (nnagent-request-set-mark):
18472         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18473         method, to ensure that synchronization updates marks in the
18474         backend and in the info (in memory) structure.
18475
18476 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18477
18478         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18479         convention fully; don't miss the root article of a thread; make
18480         the X-Draft-From header with correct article numbers.
18481
18482 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18483
18484         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18485         unless plugged.  Disable the agent so that an open failure causes
18486         an error.
18487
18488         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18489         Revert 2004-09-21 change.  The backend must be opened while
18490         synchronizing flags even when the backend stores the flags
18491         locally.
18492
18493 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18494
18495         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18496         in `header' match.  Reported by Svend Tollak Munkejord.
18497
18498         * message.el (message-cite-original): Fix use of
18499         `message-cite-articles-with-x-no-archive'.
18500
18501 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18504         (gnus-window-to-buffer): Ditto.
18505
18506         * mml.el (mml-preview-buffer): New variable.
18507         (mml-preview): Manage window layout with gnus-buffer-configuration.
18508
18509         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18510         X-Draft-From header even if those articles aren't quoted.
18511
18512 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18513
18514         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18515         (gnus-request-set-mark, gnus-request-update-mark): Use new
18516         g-s-t-u-l-m to decide to use backend even when unplugged.
18517
18518 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18521         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18522
18523 2004-09-20  Simon Josefsson  <jas@extundo.com>
18524
18525         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18526         "utf-16-le".
18527
18528 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18529
18530         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18531
18532 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18533
18534         * uudecode.el (uudecode-use-external): Add :version.
18535
18536         * smime.el (smime-CA-file, smime-encrypt-cipher)
18537         (smime-dns-server): Add :version.
18538
18539         * smiley.el (gnus-smiley-file-types): Add :version.
18540
18541         * sha1.el (sha1-use-external): Add :version.
18542
18543         * pgg-def.el (pgg-query-keyserver): Add :version.
18544
18545         * nnmail.el (nnmail-fancy-expiry-targets)
18546         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18547         Add :version.
18548
18549         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18550         (nnimap-retrieve-groups-asynchronous): Add :version.
18551         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18552
18553         * mml.el (mml-content-disposition-parameters)
18554         (mml-insert-mime-headers-always): Add :version.
18555
18556         * mm-util.el (mm-coding-system-priorities): Add :version.
18557
18558         * mm-decode.el (mm-inline-text-html-with-images)
18559         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18560         (mm-verify-option): Add :version.
18561         (mm-text-html-renderer): Change :version.
18562
18563         * message.el (message-fcc-externalize-attachments)
18564         (message-required-headers, message-draft-headers)
18565         (message-subject-trailing-was-query)
18566         (message-subject-trailing-was-ask-regexp)
18567         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18568         (message-mark-insert-end, message-archive-header)
18569         (message-archive-note, message-cross-post-default)
18570         (message-cross-post-note, message-followup-to-note)
18571         (message-cross-post-note-function, message-use-mail-followup-to)
18572         (message-subscribed-address-functions)
18573         (message-subscribed-address-file, message-subscribed-addresses)
18574         (message-subscribed-regexps, message-allow-no-recipients)
18575         (message-yank-cited-prefix, message-signature-insert-empty-line)
18576         (message-hidden-headers, message-hierarchical-addresses)
18577         (message-mail-user-agent, message-use-idna)
18578         (message-valid-fqdn-regexp)
18579         (message-strip-special-text-properties, message-header-synonyms)
18580         (message-beginning-of-line, message-tab-body-function): Add :version.
18581         (message-insert-canlock, message-wide-reply-confirm-recipients):
18582         Change :version.
18583
18584         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18585         and :version.
18586         (mail-source-delete-old-incoming-confirm)
18587         (mail-source-movemail-program): Add :version.
18588
18589         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18590         (gnus-agent-cache, gnus-agent): Change :version.
18591
18592         * gnus-util.el (gnus-use-byte-compile): Change :version.
18593
18594         * gnus-sum.el (gnus-summary-make-false-root-always)
18595         (gnus-summary-default-high-score)
18596         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18597         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18598         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18599         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18600         (gnus-sum-thread-tree-single-indent)
18601         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18602         (gnus-sum-thread-tree-leaf-with-other)
18603         (gnus-sum-thread-tree-single-leaf): Add :version.
18604         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18605         (gnus-article-loose-mime): Change :version.
18606
18607         * gnus-start.el (gnus-backup-startup-file)
18608         (gnus-save-startup-file-via-temp-buffer): Add :version.
18609
18610         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18611         (gnus-server-offline-face): Add :version.
18612
18613         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18614
18615         * gnus-msg.el (gnus-gcc-externalize-attachments)
18616         (gnus-debug-files, gnus-debug-exclude-variables)
18617         (gnus-discouraged-post-methods): Change :version.
18618         (gnus-confirm-mail-reply-to-news)
18619         (gnus-confirm-treat-mail-like-news): Add :version.
18620
18621         * gnus-int.el (gnus-server-unopen-status): Add :version.
18622
18623         * gnus-group.el (gnus-group-jump-to-group-prompt)
18624         (gnus-large-ephemeral-newsgroup)
18625         (gnus-fetch-old-ephemeral-headers): Add :version.
18626
18627         * gnus-fun.el (gnus-x-face-directory)
18628         (gnus-convert-pbm-to-x-face-command)
18629         (gnus-convert-image-to-x-face-command)
18630         (gnus-convert-image-to-face-command): Add :version.
18631
18632         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18633
18634         * gnus-cite.el (gnus-cite-blank-line-after-header)
18635         (gnus-article-boring-faces): Add :version.
18636
18637         * gnus-art.el (gnus-buttonized-mime-types)
18638         (gnus-inhibit-mime-unbuttonizing)
18639         (gnus-treat-display-face)
18640         (gnus-treat-body-boundary): Change :version.
18641         (gnus-body-boundary-delimiter, gnus-picon-databases)
18642         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18643         (gnus-treat-date-english, gnus-treat-fold-headers)
18644         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18645         (gnus-treat-mail-picon, gnus-treat-wash-html)
18646         (gnus-article-encrypt-protocol)
18647         (gnus-use-idna, gnus-article-over-scroll)
18648         (gnus-mime-display-multipart-alternative-as-mixed)
18649         (gnus-mime-display-multipart-related-as-mixed)
18650         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18651         (gnus-ctan-url, gnus-button-ctan-handler)
18652         (gnus-button-handle-ctan-bogus-regexp)
18653         (gnus-button-ctan-directory-regexp)
18654         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18655         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18656         (gnus-button-man-level, gnus-button-emacs-level)
18657         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18658
18659         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18660         (gnus-agent-go-online): Change :version.
18661         (gnus-agent-expire-unagentized-dirs)
18662         (gnus-agent-auto-agentize-methods): Add :version.
18663
18664         * flow-fill.el (fill-flowed-display-column)
18665         (fill-flowed-encode-column): Add :version.
18666
18667         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18668         (gnus-outlook-deuglify-unwrap-max)
18669         (gnus-outlook-deuglify-cite-marks)
18670         (gnus-outlook-deuglify-unwrap-stop-chars)
18671         (gnus-outlook-deuglify-no-wrap-chars)
18672         (gnus-outlook-deuglify-attrib-cut-regexp)
18673         (gnus-outlook-deuglify-attrib-verb-regexp)
18674         (gnus-outlook-deuglify-attrib-end-regexp)
18675         (gnus-outlook-display-hook): Add :version.
18676
18677         * binhex.el (binhex-use-external): Add :version.
18678
18679 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18680
18681         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18682         and `invisible'.
18683
18684 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18685
18686         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18687         in gnus-registry-trim.
18688
18689 2004-09-13  Simon Josefsson  <jas@extundo.com>
18690
18691         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18692
18693         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18694
18695         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18696         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18697         <yamaoka@jpl.org>.
18698         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18699         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18700         <yamaoka@jpl.org>.
18701
18702         * sieve.el (sieve-manage-mode): Ditto.
18703
18704 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18705
18706         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18707
18708 2004-09-11  Simon Josefsson  <jas@extundo.com>
18709
18710         * dns-mode.el: Add.
18711
18712         * mm-view.el (mm-display-dns-inline): Add.
18713
18714         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18715         (mm-automatic-display): Ditto.
18716
18717         * mailcap.el (mailcap-mime-data): Add text/dns.
18718         (mailcap-mime-extensions): Map .soa to text/dns.
18719
18720 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18721
18722         * gnus-art.el (article-decode-mime-words, article-babel)
18723         (gnus-article-highlight-signature, gnus-article-add-buttons)
18724         (gnus-signature-toggle): Remove unnecessary bindings of
18725         `inhibit-read-only' inherited from v5.10 merge.
18726
18727 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18728
18729         * nntp.el (nntp): New customization group.
18730         (nntp-authinfo-file): Add customization group.
18731
18732         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18733
18734         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18735
18736         * gnus.el (to-address, to-list, subscribed)
18737         (large-newsgroup-initial): Ditto.
18738
18739         * flow-fill.el (fill-flowed-display-column)
18740         (fill-flowed-encode-column): Ditto.
18741
18742 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18743
18744         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18745         Use point-min rather than 1.
18746         (message-send-mail): Use buffer-size rather than point-max.
18747
18748         * gnus-sum.el (gnus-summary-search-article-forward):
18749         Signal a specific `search-failed' rather than a generic `error'.
18750
18751         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18752         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18753         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18754
18755 2004-09-10  Simon Josefsson  <jas@extundo.com>
18756
18757         * nndb.el (require): Remove tcp and duplicate cl.
18758
18759 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * gnus-agent.el (directory-files-and-attributes): Move forward.
18762
18763 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18764
18765         * gnus-agent.el (directory-files-and-attributes):
18766         Optionally defined to support XEmacs.
18767
18768 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18769
18770         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18771         to avoid run-time CL dependencies.
18772         (gnus-agent-unfetch-articles): New function.
18773         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18774         article numbers even when local .overview file is missing.
18775         (gnus-agent-read-article-number): New function.  Only accepts
18776         27-bit article numbers.
18777         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18778         Use gnus-agent-read-article-number.
18779         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18780         from backend while recognizing that article numbers in .overview
18781         must be valid.
18782         (gnus-agent-update-files-total-fetched-for):
18783         Use directory-files-and-attributes to improve performance.
18784         * gnus-int.el (gnus-request-move-article):
18785         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18786         improve performance.
18787
18788         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18789         some users confused by references to .newsrc when they only have a
18790         .newsrc.eld file.
18791         (gnus-convert-mark-converter-prompt)
18792         (gnus-convert-converter-needs-prompt): Fix use of property list.
18793         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18794         New function.  Used internally to only display 'gnus converting
18795         files' message when actually necessary.
18796
18797         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18798         methods now autoloaded.
18799
18800 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18803         identifiers.
18804
18805 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * gnus-picon.el: Fix indentation and closing parenthesis.
18808
18809 2004-09-01  Simon Josefsson  <jas@extundo.com>
18810
18811         * message.el (message-canlock-generate): Require sha1, not
18812         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18813         to require within a function.  Sadly, if sha1.el isn't loaded, the
18814         let binding in m-c-g will hide the defcustom definition, which is
18815         bad.)
18816
18817         * canlock.el: Require sha1, not sha1-el.
18818
18819         * message.el: Don't autoload sha1 (there is a autoload cookie in
18820         sha1.el).
18821
18822         * sha1-el.el: Rename to sha1.el.
18823
18824 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18825
18826         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18827
18828 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18829
18830         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18831
18832 2004-08-30  Kim F. Storm  <storm@cua.dk>
18833
18834         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18835
18836         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18837         Add :group 'nnimap.
18838
18839 2004-08-30  Andreas Schwab  <schwab@suse.de>
18840
18841         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18842         ?* and ?\;.
18843
18844         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18845         and ?\' to symbol instead of whitespace.
18846
18847 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18850
18851         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18852         instead of re-search-forward.
18853
18854         * gnus-uu.el (gnus-uu-save-article): Ditto.
18855         (gnus-uu-post-encode-uuencode): Ditto.
18856
18857         * html2text.el (html2text-clean-list-items): Ditto.
18858         (html2text-clean-dtdd): Ditto.
18859         (html2text-format-tags): Ditto.
18860
18861         * message.el (message-send-mail-with-sendmail): Fix regexp.
18862         (message-fill-field-general): Use search-forward instead of
18863         re-search-forward.
18864         (unbold-region): Ditto.
18865
18866         * nnrss.el (nnrss-request-article): Ditto.
18867
18868         * nnslashdot.el (nnslashdot-request-article): Ditto.
18869
18870         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18871
18872         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18873         "Unrecognized menu descriptor" error in XEmacs.
18874
18875 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18876
18877         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18878         parent article of a sparse article in the thread hashtb.
18879
18880 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18881
18882         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18883         (nnmail-expand-newtext): Lowercase expanded entries if
18884         nnmail-split-lowercase-expanded is non-nil.
18885
18886 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18889
18890         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18891         of gnus-tmp-news-method into string under XEmacs.  It will be
18892         passed to gnus-correct-length which takes only a string argument.
18893
18894 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18895
18896         * gnus-util.el (gnus-bind-print-variables): New macro.
18897         (gnus-prin1): Use it.
18898         (gnus-prin1-to-string): Use it.
18899         (gnus-pp): New function.
18900         (gnus-pp-to-string): New function.
18901
18902         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18903         Replace pp-to-string with gnus-pp-to-string.
18904         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18905         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18906         * gnus-msg.el (gnus-debug): Ditto.
18907         * gnus-score.el (gnus-score-save): Ditto.
18908         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18909         gnus-pp-to-string.
18910         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18911         with gnus-pp.
18912         * score-mode.el (gnus-score-pretty-print): Ditto.
18913         * webmail.el (webmail-debug): Ditto.
18914
18915 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * gnus-art.el (article-display-face, article-display-x-face):
18918         Use buffer-read-only.
18919
18920 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18921
18922         * gnus-art.el (article-hide-list-identifiers):
18923         Bind inhibit-read-only as t.
18924
18925 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18928
18929 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18930
18931         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18932         (gnus-narrow-to-page): Don't assume point-min == 1.
18933         (gnus-article-edit-mode): Derive from message-mode.
18934
18935         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18936         point-min == 1.
18937
18938         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18939         Disable incorrect use of `assert'.
18940
18941         * message.el (message-mode): Set comment-start-skip.
18942
18943
18944 2004-08-22  Sam Steingold  <sds@gnu.org>
18945
18946         * pop3.el (pop3-leave-mail-on-server): New user variable.
18947         (pop3-movemail): Delete mail only when it is nil.
18948
18949 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18950
18951         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18952
18953         * mml.el (mml-preview): Use `pop-to-buffer'.
18954
18955         * message.el (message-goto-mail-followup-to): Insert after "To".
18956         (message-carefully-insert-headers): Add comment.
18957
18958         * gnus.el: Remove unused variable `gnus-article-check-size'.
18959
18960         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18961
18962         * gnus-art.el (gnus-button-alist):
18963         Improve `gnus-button-handle-library' entry.
18964
18965 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18966
18967         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18968         Use downcase, since XEmacs capitalizes error messages differently.
18969
18970 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18971
18972         * nntp.el: Add (require 'gnus) due to reference to
18973         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18974
18975 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18976
18977         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18978         Bind `mm-fill-flowed'.
18979
18980         * mm-decode.el (mm-dissect-singlepart): Check it.
18981
18982 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18983
18984         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18985         'imap' for netrc parsing.
18986
18987 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18988
18989         * mailcap.el (mailcap-mime-data): Mark as risky.
18990
18991 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18992
18993         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18994         may be included in the encoded word.
18995         (rfc2047-encode): Don't append a space if the encoded word
18996         includes close parenthesis.
18997
18998 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19001         of text within parentheses.
19002
19003 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19004
19005         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19006         (gnus-encrypt-write-file-contents): Make the password key the file
19007         name PLUS the cipher, not just the cipher.  Also remove failed
19008         passwords from the cache.
19009
19010 2004-08-06  Simon Josefsson  <jas@extundo.com>
19011
19012         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19013         Doc fix.
19014
19015 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19016
19017         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19018         LWSP.
19019
19020 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19021
19022         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19023         Try to append in-reply-to: data to the references: header.
19024
19025         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19026         (netrc-parse): Use gnus-encrypt.el functions.
19027
19028         * gnus-encrypt.el: Add new file for encryption support; currently
19029         does only a few GPG ciphers and an internal XOR cipher.
19030
19031         * password.el: Add comments on using password-read-and-add.
19032         (password-read-and-add): Add function to read and add the
19033         password to the cache at once.
19034
19035 2004-07-28  Simon Josefsson  <jas@extundo.com>
19036
19037         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19038         parameter (but don't use it, for now).
19039
19040         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19041         instead of hard coding to nil.
19042
19043 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19046         as mm-inline-image-xemacs does.
19047
19048 2004-07-26  Simon Josefsson  <jas@extundo.com>
19049
19050         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19051         Revert part of 2004-07-17 change below.
19052
19053 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19054
19055         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19056         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19057
19058 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19059
19060         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19061         quotes that actually start with ">" at the beginning of the
19062         lines.
19063
19064 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * rfc2047.el (rfc2047-encode-region): Fix last change.
19067         (rfc2047-encode-parameter): Remove useless concat.
19068
19069 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19070
19071         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19072         encode special characters; fix some kind of misconfigured headers;
19073         signal a real error if debug-on-quit or debug-on-error is non-nil.
19074         (rfc2047-encode-max-chars): New variable.
19075         (rfc2047-encode-1): Use it.
19076         (rfc2047-encode-parameter): New function.
19077
19078         * mml.el (mml-insert-parameter): Remove an excessive space.
19079
19080 2004-07-17  Simon Josefsson  <jas@extundo.com>
19081
19082         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19083         Kai Grossjohann <kai@emptydomain.de>.
19084         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19085         (gnus-group-make-menu-bar): Ditto.
19086
19087         * gnus-util.el (gnus-group-server): Add.
19088
19089 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19090
19091         * message.el (message-clone-locals): Clone sendmail and smtp
19092         variables.
19093
19094 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19095
19096         * rfc2047.el (rfc2047-encode-region): Fix last change.
19097
19098 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19101         characters as non-special.
19102
19103 2004-07-09  Simon Josefsson  <jas@extundo.com>
19104
19105         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19106         Users will lose all flag changes made while unplugged with
19107         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19108         good default.  See numerous reports on ding mailing list.
19109
19110 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19111
19112         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19113         add generate-head-function and generate-article-function to the
19114         rfc822-forward entry.
19115         (nndoc-rfc822-forward-generate-article): New function.
19116         (nndoc-rfc822-forward-generate-head): New function.
19117
19118         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19119
19120 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19121
19122         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19123         respect display group parameter and gnus-summary-expunge-below.
19124         (gnus-articles-to-read): Remove unused reference to display group
19125         parameter.
19126
19127 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19128
19129         * nnheader.el (nnheader-uniquify-message-id): New experimental
19130         variable.
19131         (nnheader-nov-read-message-id): Use it.
19132
19133         * spam-report.el (spam-report-gmane): Add interactive.
19134
19135 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19136
19137         * mm-encode.el (mm-content-transfer-encoding-defaults):
19138         Use qp-or-base64 for the application/* types.
19139
19140 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19141
19142         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19143
19144 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19145
19146         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19147         trim value.
19148
19149 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19150
19151         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19152         New macro and function.
19153         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19154
19155 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19158         after-load-alist.
19159
19160 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19161
19162         * gnus-group.el (gnus-group-get-new-news-this-group):
19163         Don't update info that isn't there.
19164
19165 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19166
19167         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19168         entry.
19169
19170 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * mm-view.el (mm-inline-render-with-function): Use multibyte
19173         buffer; decode html source by charset.
19174
19175         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19176
19177         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19178         Mule-UCS is loaded under XEmacs.
19179         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19180
19181 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19182
19183         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19184
19185 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19186
19187         * mm-util.el (mm-coding-system-p): Return a coding-system.
19188         (mm-mime-mule-charset-alist): Use shift_jis instead of
19189         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19190         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19191         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19192         instead of japanese-shift-jis and iso-latin-1 respectively in
19193         order to share the default value with both Emacs and XEmacs-mule.
19194         (mm-mule-charset-to-mime-charset):
19195         Make mm-coding-system-priorities effective.
19196         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19197         while predicating of candidates upon the priorities.
19198
19199 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19200
19201         * gnus-sum.el (gnus-summary-make-menu-bar):
19202         Add gnus-uu-invert-processable.
19203
19204         * gnus.el: Autoload gnus-uu-invert-processable.
19205
19206 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19207
19208         * mm-util.el (mm-with-multibyte-buffer): New macro.
19209
19210         * rfc2047.el (rfc2047-encode-string): Use it.
19211         (rfc2047-encode-region): Move point to the end of the region after
19212         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19213
19214 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19215
19216         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19217         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19218
19219 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19220
19221         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19222         (gnus-cite-parse): Ignore quoted envelope From_.
19223         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19224
19225 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19226
19227         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19228         invalid addresses.
19229
19230 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19231
19232         * spam.el: Change section markers, revise TODO list.
19233         (spam-backends): Make new master list of all installed backends.
19234         (spam-summary-exit-behavior): Add new variable to determine how
19235         messages moves are done at summary exit.
19236         (spam-move-spam-nonspam-groups-only)
19237         (spam-process-ham-in-nonham-groups)
19238         (spam-process-ham-in-spam-groups): Remove variables, the
19239         spam-summary-exit-behavior variable should be used to manage this
19240         behavior.
19241         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19242         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19243         and spam-old-spam-articles.
19244         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19245         Add empty variables, placeholders for the backends they represent.
19246         (spam-set-difference): Move, unchanged.
19247         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19248         unless the user has a processor variable.
19249         (spam-classifications, spam-classification-valid-p)
19250         (spam-backend-properties, spam-backend-property-valid-p)
19251         (spam-backend-function-type-valid-p)
19252         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19253         (spam-report-articles-gmane, spam-report-articles-resend):
19254         Remove functions, they are not needed.
19255         (spam-install-backend-super, spam-backend-list)
19256         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19257         (spam-backend-function, spam-backend-ham-registration-function)
19258         (spam-backend-spam-registration-function)
19259         (spam-backend-ham-unregistration-function)
19260         (spam-backend-spam-unregistration-function)
19261         (spam-backend-statistical-p, spam-backend-mover-p)
19262         (spam-install-backend-alias, spam-install-checkonly-backend)
19263         (spam-install-mover-backend, spam-install-nocheck-backend)
19264         (spam-install-backend, spam-install-statistical-backend)
19265         (spam-install-statistical-checkonly-backend): Add backend installation
19266         support.
19267         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19268         (spam-group-processor-p): Use the new backend code and respect the
19269         summary exit behavior.
19270         (spam-mark-spam-as-expired-and-move-routine): Remove.
19271         (spam-summary-prepare): Change to use the new spam-old-articles
19272         variable.
19273         (spam-copy-or-move-routine, spam-copy-spam-routine)
19274         (spam-move-spam-routine, spam-copy-ham-routine)
19275         (spam-move-ham-routine): Add code to copy/move ham or spam.
19276         (spam-fetch-field-fast): Improve doc and code, plus allow the
19277         'number request.
19278         (spam-list-of-checks, spam-list-of-statistical-checks):
19279         Remove variables.
19280         (spam-split, spam-find-spam): Use the new backend code.
19281         (spam-registration-functions): Remove variable.
19282         (spam-unregister-routine): Add convenience wrapper.
19283         (spam-log-undo-registration, spam-register-routine)
19284         (spam-log-processing-to-registry)
19285         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19286         where possible.
19287         (spam-check-gmane-xref, spam-check-regex-headers)
19288         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19289         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19290         (spam-check-bogofilter-headers, spam-check-spamoracle)
19291         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19292         (spam-check-crm114-headers): Use the spam-split-group that
19293         spam-split prepares, no need to determine it every time.
19294
19295         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19296         to the nnheader-parse-naked-head call.
19297
19298         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19299
19300         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19301         the nnheader-nov-read-message-id call.
19302
19303 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19304
19305         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19306         gnus-activate-group twice.  Suggested by Markus Peter
19307         <warp@spin.de>.
19308
19309 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19310
19311         * gnus-art.el (gnus-article-time-format): Exchange the order of
19312         day and month in the default value; fix customization type.
19313         (article-date-ut): Use add-text-properties.
19314         (article-make-date-line): Use message-make-date instead of
19315         current-time-string.
19316
19317         * message.el (message-fetch-field): Don't use set-text-properties.
19318         (message-make-date): Simplify.
19319
19320         * messagexmas.el (message-xmas-make-date): New function.
19321         (message-xmas-redefine): Defalias message-make-date to it.
19322
19323 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19326         (rfc2047-encode-region): Treat text within parentheses as special;
19327         show the original text when error has occurred.
19328
19329         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19330         already-computed method to gnus-activate-group.
19331
19332         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19333         same select-methods identical Lisp objects.
19334
19335         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19336         object when modifying the info.
19337
19338 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19339
19340         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19341         gnus-opened-servers since it has never been opened with the new
19342         configuration yet.
19343
19344 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19347         arg to nnheader-generate-fake-message-id.
19348
19349 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19350
19351         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19352         number and build a fake message ID localized to a group and
19353         article number (so it's repeatable from that point on).
19354         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19355         ID format.
19356
19357         * gnus-sum.el (gnus-get-newsgroup-headers):
19358         Call nnheader-generate-fake-message-id with the article number.
19359
19360 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19361
19362         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19363         end-of-buffer.
19364
19365 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19366
19367         * message.el (message-ignored-supersedes-headers): Add Approved.
19368
19369 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19372         goto-char.
19373         (rfc2047-encode): Fold the line before encoding.
19374
19375 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19376
19377         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19378         folding -- not all headers can be folded, and this should be done
19379         by the message composition mode.  Probably.  I think.
19380
19381 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19382
19383         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19384         fast.
19385
19386         * gnus-ems.el (gnus-remove-image): Don't use
19387         message-text-with-property; remove only the image found first.
19388
19389         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19390         found first.
19391
19392 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19393
19394         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19395
19396 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19397
19398         * message.el (message-text-with-property): Make it fast and accept
19399         optional arguments.
19400         (message-strip-forbidden-properties): Use it.
19401         (message-fix-before-sending): Follow the m-t-w-p change.
19402
19403         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19404
19405 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19406
19407         * gnus-art.el (article-hide-headers): Don't change the buffer
19408         mistakenly when performing mml-preview even if
19409         gnus-single-article-buffer is nil.
19410
19411 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19412
19413         * message.el (message-expand-name-databases): New user option.
19414         (message-expand-name): Use it.
19415
19416 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19417
19418         * spam.el (spam-report-articles-resend)
19419         (spam-report-resend-register-routine): Allow ham reporting.
19420         (spam-report-resend-register-ham-routine): Add wrapper.
19421         (spam-registration-functions): Add ham resending functions.
19422         (spam-list-of-processors): Add ham resend processor.
19423
19424         * gnus.el (ham-resend-to): Add new group parameter.
19425         (spam-process): Add ham resend option.
19426
19427         * spam-report.el (spam-report-resend): Allow reporting ham.
19428         (spam-report-resend-ham): Add wrapper.
19429
19430 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19431
19432         * message.el (message-cite-articles-with-x-no-archive):
19433         New variable.
19434         (message-cite-original): Use it.
19435
19436 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19437
19438         * message.el (message-cite-original): Respect X-No-Archive.
19439
19440 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19441
19442         * gnus-art.el (article-hide-headers): Refer to the values for
19443         gnus-ignored-headers and gnus-visible-headers in the summary
19444         buffer since a user may have set them as group parameters.
19445
19446 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19447
19448         * assistant.el (assistant-node-name): Add convenience function.
19449         (assistant-render-text, assistant-render-node): Add error handling,
19450         plus handle multiple next nodes.
19451         (assistant-find-next-node): Comment out for now.
19452         (assistant-find-next-nodes): Add function, returns list of next
19453         nodes.
19454
19455 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19456
19457         * mail-source.el (mail-source-directory): Fix doc-string.
19458
19459 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19460
19461         * assistant.el (assistant-render-text, assistant-eval): Add :set
19462         widget type, which is different because it takes and returns a
19463         list.  Much hilarity ensues.
19464
19465 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19466
19467         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19468
19469         * gnus-group.el (gnus-group-get-new-news-this-group):
19470         Add doc-string.
19471
19472         * gnus-start.el (gnus-activate-group): Add doc-string.
19473
19474 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19475
19476         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19477
19478 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19479
19480         * assistant.el (assistant-render-text): Try to add a :set
19481         widget, more to come.
19482
19483         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19484         strings.
19485         (spam-report-articles-resend)
19486         (spam-register-routine): Do registration iff any articles warrant
19487         it.
19488         (spam-summary-prepare-exit): Change log message for nil group
19489         destinations.
19490
19491 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19492
19493         * spam.el (spam-report-resend-register-routine):
19494         Allow spam-report-resend-to to be a group parameter or a global value.
19495
19496 2004-05-26  Simon Josefsson  <jas@extundo.com>
19497
19498         * starttls.el: Merge with my GNUTLS based starttls.el.
19499         (starttls-gnutls-program, starttls-use-gnutls)
19500         (starttls-extra-arguments, starttls-process-connection-type)
19501         (starttls-connect, starttls-failure, starttls-success):
19502         New variables.
19503         (starttls-program, starttls-extra-args): Doc fix.
19504         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19505         New functions.
19506         (starttls-negotiate, starttls-open-stream):
19507         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19508         function if it is set.
19509
19510 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19513         structured fields.
19514
19515 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19516
19517         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19518
19519 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19520
19521         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19522         Add variable.
19523         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19524         assigning the spam-mark to new messages.
19525
19526 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19527
19528         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19529
19530 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19531
19532         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19533
19534         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19535         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19536         default.
19537
19538 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19539
19540         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19541         correct data.
19542
19543 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19544
19545         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19546         (spam-group-processor-p): Fix function.
19547         (spam-group-processor-multiple-p)
19548         (spam-group-spam-processor-report-gmane-p)
19549         (spam-group-spam-processor-report-resend-p)
19550         (spam-group-spam-processor-bogofilter-p)
19551         (spam-group-spam-processor-blacklist-p)
19552         (spam-group-spam-processor-ifile-p)
19553         (spam-group-ham-processor-ifile-p)
19554         (spam-group-spam-processor-spamoracle-p)
19555         (spam-group-spam-processor-crm114-p)
19556         (spam-group-ham-processor-bogofilter-p)
19557         (spam-group-spam-processor-stat-p)
19558         (spam-group-ham-processor-stat-p)
19559         (spam-group-ham-processor-whitelist-p)
19560         (spam-group-ham-processor-BBDB-p)
19561         (spam-group-ham-processor-spamoracle-p)
19562         (spam-group-ham-processor-copy-p): Remove functions with some
19563         prejudice against unneeded code.
19564         (spam-report-articles-resend)
19565         (spam-report-resend-register-routine): Allow the group/topic
19566         spam-resend-to value to override spam-report-resend-to.
19567         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19568         properly now.
19569
19570         * gnus.el (spam-resend-to): Add group/topic parameter.
19571         (spam-process): Move the OBSOLETE processors to the end of the
19572         choices.
19573
19574 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19575
19576         * spam-report.el (spam-report-resend-to, spam-report-resend):
19577         Start with resend-to set to nil, and then ask the user if necessary.
19578         (spam-report-resend): spam-report-resend takes a list of articles, not
19579         separate article numbers.
19580
19581 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19582
19583         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19584         addition to emacs-w3m.
19585
19586 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19587
19588         * assistant.el (assistant-authinfo-data): New function.
19589         (assistant-eval): Eval for entire assistant.
19590
19591         * netrc.el (netrc-services-file): New variable.
19592         (netrc-parse-services): New function.
19593         (netrc-find-service-name): New function.
19594         (netrc-find-service-number): New function.
19595         (netrc-port-equal): New function.
19596         (netrc-machine): Use it.
19597
19598         * nnimap.el (nnimap-open-connection): Use netrc.
19599
19600         * gnus-util.el (gnus-netrc-get): Remove aliases.
19601
19602         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19603
19604         * assistant.el (wid-edit): Fix compilation.
19605
19606         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19607
19608 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19609
19610         * gnus-util.el (gnus-set-file-modes): New function.  (small
19611         patch).
19612
19613 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19614
19615         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19616
19617         * assistant.el (assistant-render-node): Fix up rendering and
19618         read-only text.
19619         (assistant-render-node): Reset.
19620         (assistant-make-read-only): Not sticky.
19621
19622 2004-05-20  Danny Siu  <dsiu@adobe.com>
19623
19624         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19625         centered even when gnus-auto-center-summary is t.
19626
19627 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19628
19629         * dns.el (dns-get-txt-answer): New function.
19630         (dns-read-txt): Ditto.
19631         (query-dns): Use it.
19632
19633 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19636         active for foreign groups even if the group level is higher than
19637         the specified value.
19638
19639 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19640
19641         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19642         non-active groups.
19643
19644         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19645
19646 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19647
19648         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19649
19650 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19651
19652         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19653         (spam-crm114-header, spam-crm114-spam-switch)
19654         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19655         (spam-crm114-positive-spam-header)
19656         (spam-crm114-database-directory, spam-list-of-processors)
19657         (spam-group-spam-processor-crm114-p)
19658         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19659         (spam-generic-score, spam-list-of-checks)
19660         (spam-list-of-statistical-checks, spam-registration-functions)
19661         (spam-check-crm114-headers, spam-crm114-score)
19662         (spam-check-crm114, spam-crm114-register-with-crm114)
19663         (spam-crm114-register-spam-routine)
19664         (spam-crm114-unregister-spam-routine)
19665         (spam-crm114-register-ham-routine)
19666         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19667         From asjo@koldfront.dk (Adam Sjøgren).
19668
19669         * gnus.el: Add spam-use-crm114.
19670
19671         * spam.el (spam-list-of-processors, spam-registration-functions):
19672         Add spam-use-resend.
19673         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19674         (spam-report-articles-gmane): Add doc fix.
19675         (spam-report-articles-resend, spam-report-resend-register-routine):
19676         Add wrappers around spam-report-resend-to.
19677
19678         * spam-report.el (spam-report-resend-to, spam-report-resend):
19679         Add support for resending spam.
19680         (spam-report-gmane): Fix line length >80.
19681
19682         * gnus.el (spam-process): Add spam-use-resend.
19683
19684 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19685
19686         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19687         number of processed spam messages.
19688         (spam-ham-copy-or-move-routine): Return the number of processed
19689         ham messages.
19690         (spam-summary-prepare-exit): Use the above values to decide
19691         whether status messages shouled be displayed.
19692
19693 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19694
19695         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19696         `rfc2047-encoding-function-alist' in order to avoid conflicting
19697         with the old version.
19698         (rfc2047-encode-region): Concatenate words containing non-ASCII
19699         characters in structured fields; don't encode space-delimited
19700         ASCII words even in unstructured fields; don't break words at
19701         char-category boundaries.
19702         (rfc2047-encode-1): New function.
19703         (rfc2047-encode): Use it; encode text so that it occupies the
19704         maximum width within 76-column; work correctly on Q encoding for
19705         iso-2022-* charsets.
19706         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19707         sure not to break a line just after the header name.
19708         (rfc2047-b-encode-region): Remove.
19709         (rfc2047-b-encode-string): New function.
19710         (rfc2047-q-encode-region): Remove.
19711         (rfc2047-q-encode-string): New function.
19712
19713         * mm-util.el (mm-replace-in-string): New function.
19714
19715 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19716
19717         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19718         Really get it right.
19719         (gnus-inews-make-draft): Really.
19720
19721 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19722
19723         * nnmh.el (nnmh-request-list-1): Don't check the link count
19724         before descending.  (small patch)
19725
19726 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19727
19728         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19729         stuff.
19730
19731         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19732         Match on real group name.
19733
19734         * gnus-art.el (gnus-signature-limit): Doc fix.
19735
19736         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19737
19738         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19739
19740 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19741
19742         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19743         isn't a string.
19744
19745 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19746
19747         * gnus-draft.el (gnus-draft-send):
19748         Bind rfc2047-encode-encoded-words.
19749
19750         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19751         (rfc2047-encodable-p): Say that =? needs encoding.
19752         (rfc2047-encode-encoded-words): New variable.
19753
19754         * gnus-group.el (gnus-group-select-group): Doc fix.
19755
19756         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19757
19758         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19759         to nil.
19760
19761         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19762
19763         * nnheader.el (nnheader-get-lines-and-char): New function.
19764
19765 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19766
19767         * gnus-msg.el (gnus-summary-followup-with-original):
19768         Document yanking of region when active.
19769
19770 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19771
19772         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19773         groups if the group level is higher than the specified value.
19774
19775 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19776
19777         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19778         (gnus-group-jump-to-group): Add prefix argument using
19779         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19780         non-active group.
19781
19782         * compface.el (uncompface): Be verbose when changing
19783         `uncompface-use-external'.
19784
19785         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19786         handle manual section.
19787
19788 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19789
19790         * gnus-art.el (gnus-button-alist): Revert previous change.
19791
19792 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19793
19794         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19795
19796 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19797
19798         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19799         whether backend can accept message.
19800
19801         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19802
19803 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19804
19805         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19806         Avoid creating directory when nntp-marks-is-evil is true.
19807         Reported by Reiner Steib.
19808
19809 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19810
19811         * gnus-picon.el (gnus-picon-style): New variable.
19812         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19813         (gnus-picon-transform-address): Support `gnus-picon-style'.
19814         From Jesper Harder <harder@ifa.au.dk>.
19815
19816 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19817
19818         * message.el (message-fill-field): Return point.
19819         (message-generate-headers): Go to end of field.
19820
19821         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19822         stuff for non-living groups.
19823
19824 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19825
19826         * gnus-art.el (gnus-article-followup-with-original)
19827         (gnus-article-reply-with-original): gnus-mark-active-p ->
19828         gnus-region-active-p.
19829
19830 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19831
19832         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19833         only when there is spam or ham to be processed.
19834
19835 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19836
19837         * mail-source.el (mail-source-delete-crash-box): Refactor.
19838         (mail-source-fetch): Use it.
19839         (mail-source-fetch-file): Ditto.
19840         (mail-source-fetch-directory): Run postscript in loop.
19841         (mail-source-fetch-pop): Delete.
19842         (mail-source-fetch-maildir): Ditto.
19843         (mail-source-fetch-imap): Ditto.
19844
19845         * imap.el (imap-authenticators): Comment out sasl.
19846
19847         * message.el (message-skip-to-next-address): New function.
19848         (message-fill-header-address): Refactor.
19849         (message-fill-address): Use it.
19850         (message-delete-address): Use it.
19851         (message-fill-header-general): Refactor.
19852         (message-fill-field-address): Rename.
19853         (message-narrow-to-field): Find the start of the header.
19854         (message-header-format-alist): Don't pre-fill.
19855         (message-fill-header): Remove.
19856         (message-insert-header): New function.
19857         (message-shorten-references): Use it.
19858
19859         * rfc2047.el (rfc2047-field-value): Strip props.
19860
19861         * mail-parse.el (mail-header-make-address): New alias.
19862
19863         * ietf-drums.el (ietf-drums-make-address): New function.
19864
19865         * imap.el: Add compiler directives.
19866
19867         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19868
19869         * gnus-art.el (article-decode-idna-rhs): Don't use
19870         message-idna-inside-rhs-p.
19871
19872 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19873
19874         * message.el (message-idna-inside-rhs-p): Remove.
19875         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19876
19877         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19878         false positives.
19879
19880 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19881
19882         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19883
19884 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19885
19886         * nneething.el (nneething-file-name): Don't create spurious
19887         files.
19888
19889         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19890         (gnus-inews-do-gcc): Remove sleep.
19891
19892         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19893         part under point.
19894
19895         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19896         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19897
19898 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19899
19900         * spam.el (spam-summary-prepare-exit): Fix (length).
19901
19902 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19903
19904         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19905         as expired without moving it" message when there are spam
19906         messages left.
19907
19908 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19909
19910         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19911         header is not nil.
19912
19913 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19914
19915         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19916         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19917         (nntp-marks-changed-p): New arg SERVER.
19918         (nntp-request-update-info): Adjust caller.
19919
19920 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19921
19922         * nntp.el (nntp-save-marks): Pass missing arg.
19923
19924 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19925
19926         * nntp.el: Support marks.
19927         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19928         (nntp-marks-modtime, nntp-marks-directory): New variables.
19929         (nntp-request-set-mark, nntp-request-update-info)
19930         (nntp-possibly-create-directory, nntp-marks-changed-p)
19931         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19932         New functions.
19933
19934 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19935
19936         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19937         (gnus-xmas-redefine): Rename.
19938
19939         * gnus-score.el (gnus-score-insert-help):
19940         Use gnus-select-lowest-window.
19941
19942         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19943         appt-select-lowest-window and rename to gnus-select-lowest-window.
19944
19945         * gnus.el: do.
19946
19947 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19948
19949         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19950         encodings of MIME-encoded words, in order to improve
19951         interoperability with several broken MUAs.
19952
19953 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19954
19955         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19956         tags, only when charsets are not specified in headers.
19957         (mm-inline-text-html-render-with-w3m): Ditto.
19958
19959         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19960         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19961
19962 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19963
19964         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19965         instead of MIME-decoded from fields when checking
19966         `gnus-article-address-banner-alist'.
19967
19968 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19969
19970         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19971         description rather than subject.
19972
19973 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19974
19975         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19976
19977 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19978
19979         * gnus.el (gnus-version-number): Bump.
19980
19981 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19982
19983         * gnus.el: No Gnus v0.2 is released.
19984
19985 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19986
19987         * gnus-agent.el (gnus-agent-read-agentview):
19988         Inline gnus-uncompress-range.
19989
19990 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19991
19992         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19993         `exec-installed-p'.
19994
19995 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19996
19997         * gnus.el (spam-process, spam-autodetect-methods):
19998         Add bsfilter and bsfilter-headers.
19999
20000         * spam.el (spam-bsfilter): New customize group.
20001         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20002         (spam-bsfilter-header, spam-bsfilter-probability-header)
20003         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20004         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20005         (spam-bsfilter-database-directory): New options.
20006         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20007         (spam-list-of-statistical-checks, spam-registration-functions):
20008         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20009         (spam-bsfilter-score): New command.
20010         (spam-check-bsfilter-headers, spam-check-bsfilter)
20011         (spam-bsfilter-register-with-bsfilter)
20012         (spam-bsfilter-register-spam-routine)
20013         (spam-bsfilter-unregister-spam-routine)
20014         (spam-bsfilter-register-ham-routine)
20015         (spam-bsfilter-unregister-ham-routine): New functions.
20016         (spam-generic-score): Support bsfilter; Accept an optional argument
20017         to recalcurate spam score even if scoring header has already been
20018         added.
20019         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20020         optional argument to recalcurate spam score even if scoring header
20021         has already been added.
20022
20023 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20024
20025         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20026         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20027         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20028         link is missing.
20029
20030 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20031
20032         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20033         (html2text-get-attr): Rewrite.
20034
20035         * message.el (message-setup-1): Remove redundant put-text-property
20036         on mail-header-separator.
20037
20038 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20039
20040         * gnus-registry.el (gnus-registry-cache-whitespace)
20041         (gnus-registry-action, gnus-registry-spool-action)
20042         (gnus-registry-split-fancy-with-parent): Change message levels
20043         from 5 to 3 or 7, as needed.
20044
20045         * spam.el (spam-summary-prepare-exit)
20046         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20047         (spam-split, spam-find-spam, spam-log-undo-registration)
20048         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20049         level from 5 to 6.
20050
20051 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20052
20053         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20054         2004-03-04 change).
20055
20056 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20057
20058         * sieve-manage.el (sieve-manage-open):
20059         * nnweb.el (nnweb-insert-html):
20060         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20061         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20062         * nnspool.el (nnspool-request-group):
20063         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20064         * nnml.el (nnml-request-update-info):
20065         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20066         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20067         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20068         (nnimap-request-set-mark):
20069         * nnfolder.el (nnfolder-request-update-info):
20070         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20071         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20072         * gnus-uu.el (gnus-uu-find-articles-matching):
20073         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20074         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20075         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20076         * gnus-nocem.el (gnus-nocem-scan-groups):
20077         * gnus-int.el (gnus-start-news-server):
20078         * gnus-group.el (gnus-group-make-kiboze-group)
20079         (gnus-group-browse-foreign-server):
20080         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20081         Use mapc when appropriate.
20082
20083 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20084
20085         FIXME: Make separate entries for each person.
20086
20087         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20088         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20089         <shields@msrl.com>:
20090
20091         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20092         may need for spam sorting and scoring.
20093         (spam-user-format-function-S): Add user format function suitable for
20094         general use.
20095         (spam-article-sort-by-spam-status): Add sorting function for summary
20096         sorting.
20097         (spam-extra-header-to-number): Add function to get a score from a
20098         header.
20099         (spam-summary-score): Add function to get a numeric score from the
20100         headers.
20101         (spam-generic-score): Fix function doc, was in wrong place.
20102         (spam-initialize): Take symbols when it's run, and install the
20103         extra headers that spam-necessary-extra-headers thinks we need.
20104
20105 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20106
20107         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20108         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20109
20110 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20111
20112         * gnus-sum.el (gnus-set-global-variables)
20113         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20114         (gnus-article-get-xrefs, gnus-summary-best-group)
20115         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20116         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20117         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20118         Use with-current-buffer.
20119
20120 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20121
20122         * spam.el (spam-summary-prepare-exit): Simplify logic.
20123         (spam-fetch-article-header): Read the article header if it's not
20124         available.
20125         (spam-list-articles): Simplify logic.
20126         (spam-filelist-register-routine): Fix bug with unregister-list.
20127
20128         * gnus-registry.el: Fix comments at beginning.
20129
20130 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20131
20132         * message.el (message-cater-to-broken-inn): Remove.
20133         (message-shorten-references): Make sure the total folded length of
20134         References is shorter than 998 characters to cater to a bug in INN
20135         2.3.  Also, don't pretend that references aren't folded -- this
20136         hasn't worked for a while.
20137
20138 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20139
20140         * gnus-agent.el (gnus-agentize):
20141         gnus-agent-send-mail-real-function no longer set to current value
20142         of message-send-mail-function but rather a lambda that calls
20143         message-send-mail-function.  The change makes the agent real-time
20144         responsive to user changes to message-send-mail-function.
20145
20146 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20147
20148         * legacy-gnus-agent.el
20149         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20150         help from Florian Weimer <fw@deneb.enyo.de>
20151
20152 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20153
20154         * nnmail.el (nnmail-cache-insert): Revert last change.
20155
20156 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20157
20158         * nnmail.el (nnmail-cache-insert): Always check whether
20159         nnmail-cache-ignore-groups matches a group name.
20160
20161 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20162
20163         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20164         (spam-find-spam, spam-log-processing-to-registry)
20165         (spam-log-registered-p, spam-log-unregistration-needed-p)
20166         (spam-log-undo-registration): Use gnus-message instead of
20167         gnus-error, none of these errors are fatal.
20168
20169         * gnus-registry.el (gnus-registry-clean-empty-function)
20170         (gnus-registry-clean-empty): Remove only empty entries without
20171         extra data.
20172
20173 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20174
20175         * spam-stat.el (spam-stat-buffer-change-to-spam)
20176         (spam-stat-buffer-change-to-non-spam): Change (error) to
20177         (gnus-message 8) invocation.
20178
20179 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * nntp.el (nntp-via-netcat-command): New variable.
20182         (nntp-via-netcat-switches): New variable.
20183         (nntp-open-via-rlogin-and-netcat): New function.
20184         (nntp-open-connection-function): Doc fix.
20185         (nntp-telnet-command): Doc fix.
20186         (nntp-end-of-line): Doc fix.
20187         (nntp-via-rlogin-command): Doc fix.
20188         (nntp-via-user-name): Doc fix.
20189         (nntp-via-address): Doc fix.
20190
20191 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20194         error in Emacs 21.1.
20195
20196 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20197
20198         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20199
20200 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20201
20202         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20203         (gnus-agent-with-refreshed-group): New macro.
20204         (gnus-agent-rename-group): New function.
20205         (gnus-agent-delete-group): New function.
20206         (gnus-agent-save-group-info): Use gnus-command-method when
20207         `method' parameter is nil.  Don't write nil entries into the
20208         active file.
20209         (gnus-agent-get-group-info): New function.
20210         (gnus-agent-fetch-articles):
20211         Use gnus-agent-update-files-total-fetched-for to increment disk space
20212         used.
20213         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20214         Use gnus-agent-update-view-total-fetched-for to increment disk space
20215         used.
20216         (gnus-agent-get-local): Add optional parameters to avoid calling
20217         gnus-group-real-name and gnus-find-method-for-group.
20218         (gnus-agent-set-local): Delete stored entry if either min, or max,
20219         are nil.
20220         (gnus-agent-fetch-session): Reworded error/quit messages.
20221         On quit, use gnus-agent-regenerate-group to record existance of any
20222         articles fetched to disk before the quit occurred.
20223         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20224         gnus-agent-update-view-total-fetched-for, and
20225         gnus-agent-update-files-total-fetched-for to decrement disk space
20226         used.
20227         (gnus-agent-retrieve-headers):
20228         Use gnus-agent-update-view-total-fetched-for to increment disk space
20229         used.
20230         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20231         with gnus-agent-update-files-total-fetched-for to decrement disk
20232         space and fresh group buffer.
20233         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20234         (gnus-agent-need-update-total-fetched-for): New variable.
20235         (gnus-agent-update-files-total-fetched-for): New function.
20236         (gnus-agent-update-view-total-fetched-for): New function.
20237         (gnus-agent-total-fetched-for): New function.
20238
20239         * gnus-cache.el (gnus-cache-save-buffers):
20240         Use gnus-cache-update-overview-total-fetched-for to change disk space
20241         used by this group.
20242         (gnus-cache-possibly-enter-article):
20243         Use gnus-cache-update-file-total-fetched-for to increment disk space
20244         used by this group.
20245         (gnus-cache-possibly-remove-article):
20246         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20247         used by this group.
20248         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20249         (gnus-cache-rename-group): New function.
20250         (gnus-cache-delete-group): New function.
20251         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20252         (gnus-cache-need-update-total-fetched-for): New variable.
20253         (gnus-cache-with-refreshed-group): New macro.
20254         (gnus-cache-update-file-total-fetched-for): New function.
20255         (gnus-cache-update-overview-total-fetched-for): New function.
20256         (gnus-cache-rename-group-total-fetched-for): New function.
20257         (gnus-cache-delete-group-total-fetched-for): New function.
20258         (gnus-cache-total-fetched-for): New function.
20259
20260         * gnus-group.el: Require gnus-sum and autoload functions to
20261         resolve warnings when gnus-group.el compiled alone.
20262         (gnus-group-line-format): Documented new %F.
20263         (size of Fetched data) group line format; identifies disk space
20264         used by agent and cache.
20265         (gnus-group-line-format-alist): Defined new F format.
20266         (gnus-total-fetched-for): New function.
20267         (gnus-group-delete-group): No longer update
20268         gnus-cache-active-altered as gnus-request-delete-group now keeps
20269         the cache in sync.
20270         (gnus-group-list-active): Let the agent store a server's active
20271         list if currently plugged.
20272
20273         * gnus-int.el (gnus-request-delete-group):
20274         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20275         local disk in sync with the server.
20276         (gnus-request-rename-group):
20277         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20278         local disk in sync with the server.
20279
20280         * gnus-start.el (gnus-get-unread-articles):
20281         Cosmetic simplification to logic.
20282
20283         * gnus-util.el (gnus-rename-file): New function.
20284
20285 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20286
20287         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20288
20289 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20290
20291         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20292         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20293
20294 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20295
20296         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20297         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20298
20299 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20300
20301         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20302
20303 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20304
20305         * spam.el (spam-set-difference): Add function to replace
20306         gnus-set-difference in spam.el.
20307         (spam-summary-prepare-exit): Use spam-set-difference.
20308
20309 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20310
20311         * gnus-registry.el (gnus-registry-cache-file): Update to use
20312         gnus-dribble-directory OR gnus-home-directory OR ~.
20313         (gnus-registry-split-fancy-with-parent): Fix doc.
20314
20315 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20316
20317         * message.el (message-exchange-point-and-mark):
20318         Use message-mark-active-p.  Suggested by Jesper Harder
20319         <harder@ifa.au.dk>.
20320
20321 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * message.el (message-exchange-point-and-mark): Don't activate
20324         region if it was inactive.  Suggested by Hiroshi Fujishima
20325         <pooh@nature.tsukuba.ac.jp>.
20326
20327 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * gnus-art.el (article-display-face): Display Faces in the same
20330         order as X-Faces.
20331
20332 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20333
20334         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20335
20336 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20337
20338         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20339         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20340         (gnus-article-mime-hierarchy): Remove.
20341         (gnus-article-mime-hierarchy-next): Remove.
20342         (gnus-article-mode): Revert 2004-03-19 change.
20343         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20344         (gnus-insert-mime-button): Revert 2004-03-19 change.
20345         (gnus-mime-accumulate-hierarchy): Remove.
20346         (gnus-mime-enter-multipart): Remove.
20347         (gnus-mime-leave-multipart): Remove.
20348         (gnus-mime-display-part): Revert 2004-03-19 change.
20349         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20350
20351         * mml.el (mml-preview): Revert 2004-03-19 change.
20352
20353 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20354
20355         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20356
20357 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20358
20359         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20360         t while entering a file name using the mm-with-multibyte macro.
20361         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20362
20363         * mm-util.el (mm-with-multibyte): New macro.
20364
20365 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20366
20367         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20368         New user option.
20369         (gnus-mime-multipart-functions): Doc and customization fix.
20370         (gnus-article-mime-hierarchy): New variable.
20371         (gnus-article-mime-hierarchy-next): New variable.
20372         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20373         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20374         gnus-article-mime-hierarchy-next to nil.
20375         (gnus-insert-mime-button): Show hierarchy numbers.
20376         (gnus-mime-accumulate-hierarchy): New function.
20377         (gnus-mime-enter-multipart): New function.
20378         (gnus-mime-leave-multipart): New function.
20379         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20380         (gnus-mime-display-alternative): Show hierarchy numbers.
20381
20382         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20383         gnus-article-mime-hierarchy-next to nil.
20384
20385 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20386
20387         * dns.el: Don't require gnus-xmas.
20388
20389 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20390
20391         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20392         inline PGP.
20393         (mml-menu): Disable mml-quote-region if mark is inactive.
20394
20395 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20396
20397         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20398         when the group's active is not available.
20399
20400 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20401
20402         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20403         error.
20404
20405 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20406
20407         * imap.el (imap-store-password): New variable.
20408         (imap-interactive-login): Use it.
20409         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20410
20411 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20412
20413         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20414         window-start and hscroll to summary window.
20415
20416 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20417
20418         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20419         conversion message to newsrc-dribble when an actual conversion is
20420         performed.
20421
20422 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20423
20424         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20425
20426 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20427
20428         * mm-decode.el (mm-complicated-handles): New function reviving
20429         former definition of mm-multiple-handles.
20430
20431         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20432         (gnus-mime-delete-part): Use it.
20433
20434 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20435
20436         * gnus-agent.el (gnus-agent-read-local):
20437         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20438         avoid the implicit assumption that they will always be equal.
20439         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20440         coding-system-for-write, as the with-temp-file macro first prints
20441         to a buffer then saves the buffer.
20442
20443 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20444
20445         * gnus-art.el (gnus-article-edit-part): New function.
20446         (gnus-mime-save-part-and-strip): Use it; do query instead of
20447         signaling an error; don't use mm-multiple-handles.
20448         (gnus-mime-delete-part): Ditto.
20449
20450 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20451
20452         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20453         old file versions.
20454         (gnus-group-prepare-hook): Remove function that converted list
20455         form of gnus-agent-expire-days to group properties.
20456
20457         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20458         (gnus-request-accept-article): Re-indented.
20459
20460         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20461         converters to handle old agent file formats.  Add logic for a
20462         "backup before upgrading warning".
20463         (gnus-convert-mark-converter-prompt): Developers can mark
20464         functions as needing (default), or not needing,
20465         gnus-convert-old-newsrc's "backup before upgrading warning".
20466         (gnus-convert-converter-needs-prompt): Tests whether the user
20467         should be protected from potentially irreversable changes by the
20468         function.
20469
20470         * legacy-gnus-agent.el: New.  Provides converters that are only
20471         loaded when gnus-convert-old-newsrc needs to call them.
20472
20473 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20474
20475         * mail-source.el (mail-source-touch-pop): Doc fix.
20476
20477         * message.el (message-smtpmail-send-it): Doc fix.
20478
20479 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20480
20481         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20482
20483         * nnmail.el (nnmail-split-fancy): do.
20484
20485         * gnus-kill.el (gnus-kill, gnus-execute): do.
20486
20487 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20488
20489         * gnus-sum.el (gnus-widget-reversible-match)
20490         (gnus-widget-reversible-to-internal)
20491         (gnus-widget-reversible-to-external): New functions.
20492         (gnus-widget-reversible): New widget.
20493         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20494
20495 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20496
20497         * gnus-sum.el (gnus-thread-sort-functions)
20498         (gnus-article-sort-functions): Document `(not F)' items.
20499
20500 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20501
20502         * spam.el (spam-use-gmane-xref): Add new backend.
20503         (spam-gmane-xref-spam-group): Add variable to control the name of the
20504         Gmane spam group.
20505         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20506         (spam-regex-headers-spam, spam-regex-headers-ham)
20507         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20508         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20509         backends and checks.
20510         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20511
20512         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20513         an autodetect method.
20514
20515 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20516
20517         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20518         articles are being added to a group.
20519         (gnus-request-replace-article): Inform the agent that articles
20520         need to be uncached as the cached contents are no longer valid.
20521
20522 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20523
20524         * binhex.el: Don't autoload executable-find.
20525
20526         * canlock.el: Don't autoload mail-fetch-field.
20527
20528         * dgnushack.el: Autoload c-mode for XEmacs.
20529
20530         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20531
20532         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20533         rmail-dont-reply-to and rmail-output.
20534
20535         * gnus-score.el: Don't autoload ffap-string-at-point.
20536
20537         * gnus-setup.el: Don't autoload sc-cite-original.
20538
20539         * imap.el: Don't autoload base64-decode-string,
20540         base64-encode-string and md5.
20541
20542         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20543         and rmail-msg-restore-non-pruned-header.
20544
20545         * mm-decode.el: Don't autoload executable-find.
20546
20547         * mm-url.el: Don't autoload executable-find.
20548
20549         * mm-view.el: Don't autoload diff-mode.
20550
20551         * nndb.el: Don't autoload news-reply-mode, news-setup,
20552         cancel-timer and telnet.
20553
20554         * password.el: Don't autoload run-at-time for Emacs.
20555
20556         * sha1-el.el: Don't autoload executable-find.
20557
20558         * sieve-mode.el: Don't autoload c-mode.
20559
20560         * uudecode.el: Don't autoload executable-find.
20561
20562 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20563
20564         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20565         (gnus-agent-possibly-alter-active): Avoid null in numeric
20566         comparison.
20567         (gnus-agent-set-local): Refuse to save null in local object table.
20568         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20569         list of articles that will be marked as unread.
20570
20571 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20572
20573         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20574
20575 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20576
20577         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20578         language tags.
20579
20580 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20581
20582         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20583         Don't bind "obarray".
20584
20585         * gnus-sum.el (gnus-thread-sort-functions):
20586         Add `gnus-thread-sort-by-most-recent-number' and
20587         `gnus-thread-sort-by-most-recent-date'.
20588         Reported by Kai Grossjohann <kai@emptydomain.de>.
20589
20590 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20591
20592         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20593
20594 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20595
20596         * gnus-cus.el (gnus-agent-customize-category):
20597         Remove ignore-errors macro reference that required cl to be loaded at
20598         run-time.
20599
20600         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20601         single-interval range of the form (min . max).  Previously the
20602         range had to look like ((min . max)).  Likewise, return
20603         (min . max) rather than ((min . max)).
20604         (gnus-range-map): Use gnus-range-normalize to accept
20605         single-interval range.
20606
20607         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20608         the cache, but not the agent, now appear with their usual face.
20609
20610         * dgnushack.el (loaddir): New variable that is bound to the
20611         directory containing the dgnushack.el file. Use loaddir, rather
20612         than srcdir, to update load-path. Change lets dgnushack compile
20613         code in directories other than GNUS/lisp.
20614
20615 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20616
20617         * lpath.el: Don't bind w3m-safe-url-regexp.
20618
20619         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20620         w3m-safe-url-regexp variable buffer-local.
20621
20622         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20623
20624 2004-02-27  Simon Josefsson  <jas@extundo.com>
20625
20626         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20627         gnus-group-real-prefix.
20628         (gnus-summary-move-article): Use it, instead of
20629         gnus-group-real-prefix.
20630
20631 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20632
20633         * lpath.el: Bind w3m-safe-url-regexp.
20634
20635         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20636         w3m-safe-url-regexp variable buffer-local and set it as the value
20637         of mm-w3m-safe-url-regexp.
20638
20639         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20640
20641         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20642         parsing gnus-posting-styles when the message is not for replying.
20643
20644         * dgnushack.el: Autoload sgml-mode for XEmacs.
20645
20646         * nnrss.el (nnrss-opml-export):
20647         Use mm-set-buffer-file-coding-system instead of
20648         set-buffer-file-coding-system.
20649
20650 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20651
20652         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20653         of checkdoc.el).
20654         * nnrss.el: do.
20655         * gnus-mlspl.el: do.
20656         * gnus-ml.el: do.
20657         * gnus-srvr.el: do.
20658
20659         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20660
20661 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20662
20663         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20664         Corrections to custom-manual links.
20665
20666         * gnus-art.el (gnus-article): Ditto.
20667
20668         * mm-decode.el (mime-display, mime-security): Ditto.
20669
20670 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20671
20672         * flow-fill.el: Typo.
20673
20674 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20675
20676         * spam-wash.el: New file.
20677
20678 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20679
20680         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20681
20682 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20683
20684         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20685         to be run with new-articles as LIST1, not LIST2.
20686         (spam-registration-functions): Add spam-use-ham-copy as a nil
20687         registration backend.
20688
20689 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20690
20691         * spam-stat.el (spam-stat-washing-hook): New option.
20692         (spam-stat-buffer-words): Use it.
20693         (spam-stat-process-directory, spam-stat-test-directory):
20694         Use insert-file-contents-literally.
20695         (spam-stat-coding-system): New variable.
20696         (spam-stat-load, spam-stat-save): Use it.
20697
20698 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20699
20700         * spam-report.el (spam-report-plug-agent):
20701         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20702
20703 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20704
20705         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20706         Allow / in mailto URLs.
20707
20708 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20709
20710         * spam-report.el (spam-report-process-queue): Fix interactive use.
20711         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20712         (spam-report-unplug-agent): Doc fixes.
20713         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20714         (spam-report-agentize, spam-report-deagentize): Autoload.
20715
20716 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20717
20718         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20719
20720         * message.el (message-setup-fill-variables): Add mml tags to
20721         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20722         <ajk@iu.edu>.
20723         (message-mode): Don't modify paragraph-separate there.
20724
20725 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20726
20727         * compface.el (uncompface-use-external): Default to undecided.
20728         (uncompface-use-external-threshold): New variable.
20729         (uncompface-float-time): New macro.
20730         (uncompface): Determine whether to use the external decoder if
20731         uncompface-use-external is undecided.
20732
20733 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20734
20735         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20736         after images.
20737
20738         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20739
20740 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20741
20742         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20743
20744         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20745
20746         * gnus-sum.el (gnus-summary-limit-to-age)
20747         (gnus-summary-limit-children): do.
20748
20749         * gnus-int.el (gnus-request-scan): do.
20750
20751         * gnus-group.el (gnus-group-suspend): do.
20752
20753         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20754
20755         * gnus-cite.el (gnus-cite-parse-attributions): do.
20756
20757         * gnus-agent.el (gnus-summary-set-agent-mark)
20758         (gnus-agent-regenerate-group): do.
20759
20760         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20761
20762         * binhex.el (binhex-decode-region-internal): do.
20763
20764 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * gnus-fun.el (gnus-face-properties-alist): New user option.
20767         (gnus-display-x-face-in-from): Use it.
20768
20769         * gnus-art.el (article-display-face): Ditto.
20770
20771         * compface.el (uncompface-use-external): Default to nil.
20772
20773 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20774
20775         * nntp.el (nntp-erase-buffer): New function.
20776         (nntp-retrieve-data, nntp-send-command)
20777         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20778         (nntp-possibly-change-group): Use it.
20779
20780         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20781         Use with-current-buffer.
20782
20783 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20784
20785         * compface.el: Merge the ELisp-based uncompface program.
20786         (compface): New customization group.
20787         (uncompface-use-external): New user option.
20788         (uncompface): Call uncompface-internal if uncompface-use-external
20789         is nil.
20790         (uncompface-internal): New function.  Note that there are also
20791         some other functions and variables added for this function.
20792
20793 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20794
20795         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20796         if necessary.
20797
20798 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20799
20800         * spam-report.el (spam-report-unplug-agent)
20801         (spam-report-plug-agent, spam-report-deagentize)
20802         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20803         Add support for the Agent in spam-report: when unplugged, report to a
20804         file; when plugged, submit all the requests.
20805
20806         * spam.el (spam-register-routine): Fix message about
20807         registration.
20808
20809 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20810
20811         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20812         dependencies.
20813         (rfc2047-encode): Use it.
20814
20815         * gnus-art.el (gnus-button-marker-list): Move before first
20816         reference.
20817
20818         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20819         (imap-parse-body): Fix format string mismatch.
20820
20821         * gnus-score.el (gnus-summary-increase-score): do.
20822
20823         * nnrss.el (nnrss-close): New function.
20824
20825 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20826
20827         * nnrss.el (nnrss-make-filename): New function.
20828         (nnrss-request-delete-group, nnrss-read-server-data)
20829         (nnrss-save-server-data, nnrss-read-group-data)
20830         (nnrss-save-group-data): Use it.
20831         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20832         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20833         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20834
20835 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20836
20837         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20838
20839 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20840
20841         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20842         files.
20843
20844         * message.el (message-generate-headers-first): Don't quote nil
20845         and t in docstrings.
20846
20847         * imap.el (imap-id): do.
20848
20849         * gnus-agent.el (gnus-agent-consider-all-articles)
20850         (gnus-agent-queue-mail): do.
20851
20852 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20853
20854         * spam-report.el (spam-report-process-queue): New function.
20855         Process requests from `spam-report-requests-file'.
20856         (spam-report-process-queue): Doc fix.
20857
20858 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20859
20860         * spam.el (spam-register-routine)
20861         (spam-log-processing-to-registry, spam-log-registered-p)
20862         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20863         Change "check" to "spam-check" for semi-clarity.
20864
20865 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20866
20867         * pop3.el: Require nnheader.
20868
20869         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20870
20871         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20872
20873         * gnus-picon.el: Require cl.
20874
20875         * gnus-fun.el: Require gnus-ems and gnus-util.
20876
20877         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20878
20879         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20880
20881         * gnus-art.el (gnus-article-edit-mode): Define before first
20882         reference.
20883
20884 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20885
20886         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20887         (gnus-uu-post-encoded): Use point-at-bol.
20888
20889         * gnus-topic.el (gnus-group-active-topic-p): do.
20890
20891         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20892
20893         * gnus-group.el (gnus-group-kill-region): do.
20894
20895         * gnus-art.el (article-date-ut): do.
20896
20897         * message.el (message-fetch-field): Remove redundant
20898         case-fold-search binding.
20899         (message-narrow-to-field): Simplify.
20900
20901 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20902
20903         * spam.el (spam-directory): Derive from `gnus-directory'.
20904
20905         * spam-report.el (spam-report-url-to-file)
20906         (spam-report-requests-file): New function and variable for offline
20907         reporting.
20908         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20909         and user defined function.
20910         (spam-report-url-ping-mm-url): Remove doubled slash.
20911
20912 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20913
20914         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20915
20916 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20917
20918         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20919         Fix format string mismatch.
20920
20921         * sieve.el (sieve-deactivate-all): do.
20922
20923         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20924
20925         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20926
20927         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20928
20929         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20930
20931 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20932
20933         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20934         the list of checks.
20935
20936 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20937
20938         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20939         padding.
20940
20941 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20942
20943         * mm-view.el (mm-fill-flowed): New variable.
20944         (mm-inline-text): Use it.
20945
20946 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20947
20948         * spam.el (spam-spamassassin-register-ham-routine)
20949         (spam-spamassassin-register-spam-routine): Fix function names.
20950
20951 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20952
20953         * gnus.el (gnus-tmp-grouplens): Remove.
20954         (gnus-summary-line-format): Remove grouplens.
20955
20956         * gnus-group.el (gnus-group-line-format): Ditto.
20957
20958         * gnus-spec.el (gnus-format-specs): Ditto.
20959         (gnus-update-format-specifications): Flush the group format spec
20960         cache if there's the grouplens stuff.
20961         (gnus-parse-simple-format): Replace %l with the empty string.
20962
20963 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20964
20965         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20966         omission.
20967
20968 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20969
20970         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20971         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20972
20973 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20974
20975         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20976         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20977         New macros and functions.
20978         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20979         Handle > NLINK_MAX messages.
20980         * nnmaildir.el (nnmaildir-request-set-mark):
20981         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20982
20983 2004-01-25  Alex Schroeder  <alex@gnu.org>
20984
20985         * spam-stat.el (spam-stat-process-directory-age): New option.
20986         (spam-stat-process-directory): Use it.
20987
20988 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20989
20990         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20991         (spam-stat-save): Accept prefix argument.
20992
20993 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20994
20995         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20996         links" error.
20997
20998 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20999
21000         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21001         the rest of the and/or forms.
21002
21003 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21004
21005         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21006         compatibility with old .newsrc.eld files.
21007
21008         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21009
21010         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21011
21012         * gnus-start.el (gnus-1): do.
21013
21014         * gnus-group.el (gnus-group-line-format-alist): do.
21015
21016         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21017
21018         * gnus-gl.el: Remove.
21019
21020 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21021
21022         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21023         marks consisting of a single range {for example, (3 . 5)} rather
21024         than a list of a single range { ((3 . 5)) }.
21025
21026 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21027
21028         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21029         Use with-current-buffer.
21030         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21031         avoid consing a string.
21032
21033         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21034         Remove obsolete entries for big5 and gb2312.
21035
21036 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21037
21038         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21039         uncompressed list.
21040
21041 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21042
21043         * spam-stat.el (spam-stat-strip-xref): New function.
21044         (spam-stat-process-directory): Use it.
21045
21046         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21047         here -- it's done in message-fetch-field.
21048
21049 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21050
21051         * gnus-agent.el (gnus-agent-queue-mail)
21052         (gnus-agent-prompt-send-queue): New variables.
21053         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21054         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21055         "nndraft:queue" along to gnus-draft-send.
21056         Use gnus-agent-prompt-send-queue.
21057         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21058         is "nndraft:queue".  Suggested by Gaute Strokkenes
21059         <gs234@srcf.ucam.org>
21060
21061         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21062         (agent-enable-undownloaded-faces): Add.
21063         (gnus-agent-cat-groups): Use eval-and-compile, not
21064         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21065         method of gnus-agent-cat-groups even when the buffer has been
21066         evaled.
21067         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21068         delete gnus-agent-save-active-1.
21069         (gnus-agent-save-groups): Delete.  Identical to
21070         gnus-agent-save-active.
21071         (gnus-agent-write-active): No longer adjust agent's copy of active
21072         file as agent's adjustments are now stored in their own
21073         file.  Remove optional parameter.
21074         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21075         servers.  Add use of min/max range limits from server's local
21076         file.
21077         (gnus-agent-save-alist): Remove unused optional argument.
21078         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21079         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21080         (gnus-agent-set-local): A per-server file that keeps min/max range
21081         limits for articles known to the agent.  Provides a fast mechanism
21082         for altering many active ranges.
21083         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21084         active file (local makes it unnecessary).
21085         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21086
21087         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21088         (agent-enable-undownloaded-faces): Add.
21089
21090         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21091         disable it when sending to "nndraft:queue".
21092         (gnus-group-send-queue): Add safety check to avoid sending queue
21093         when unplugged.
21094
21095         * gnus-group.el (gnus-group-catchup): Use new
21096         gnus-sequence-of-unread-articles, not
21097         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21098         numbers of articles.  Use gnus-range-map to avoid having to
21099         uncompress the unread list.
21100         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21101         Fix invalid ange-ftp reference.
21102
21103         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21104         (gnus-sorted-range-intersection): Intersection of two ranges
21105         without requiring that they first be uncompressed.
21106
21107         * gnus-start.el (gnus-activate-group): Unless blocked by the
21108         caller, possibly expand the active range to include both cached
21109         and agentized articles.
21110         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21111         multiple version-dependent converters.
21112         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21113         gnus-agent-save-active.
21114         (gnus-save-newsrc-file): Save dirty agent range limits.
21115
21116         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21117         gnus-agent-possibly-alter-active.
21118         (gnus-adjust-marked-articles): Faster handling of simple lists.
21119
21120 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21121
21122         * spam-stat.el (spam-stat-test-directory): New optional argument
21123         displays a list of files detected.  Suggested by Andrew Cohen
21124         <cohen@andy.bu.edu>.
21125         (spam-stat-buffer-words-with-scores): Don't narrow and change
21126         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21127
21128 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21129
21130         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21131         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21132         (spam-spamassassin-arguments)
21133         (spam-spamassassin-spam-flag-header)
21134         (spam-spamassassin-positive-spam-flag-header)
21135         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21136         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21137         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21138         (spam-list-of-processors, spam-list-of-checks)
21139         (spam-list-of-statistical-checks, spam-registration-functions)
21140         (spam-check-spamassassin-headers, spam-check-spamassassin)
21141         (spam-spamassassin-score)
21142         (spam-spamassassin-register-with-sa-learn)
21143         (spam-spamassassin-register-spam-routine)
21144         (spam-spamassassin-register-ham-routine)
21145         (spam-assassin-register-spam-routine)
21146         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21147         (spam-bogofilter-score): Fix to show article before scoring.
21148
21149 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21150
21151         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21152         default scoring function.
21153         (spam-generic-score): Call spam-spamassassin-score if
21154         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21155         spam-bogofilter-score otherwise.
21156
21157         * gnus.el (spam-process, spam-autodetect-methods):
21158         Add spamassassin and spamassassin-headers.
21159
21160 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21161
21162         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21163         Suppress unnecessary messages.
21164
21165 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21166
21167         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21168         make-hash-table.
21169
21170 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21171
21172         * canlock.el (base64-encode-string): Don't autoload it.
21173
21174 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21175
21176         * run-at-time.el: Remove useless (require 'itimer),
21177         eval-and-compile and (featurep 'xemacs).
21178
21179 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21180
21181         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21182         GROUP is a virtual group.
21183
21184 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21185
21186         * gnus.el: Autoload `message-y-or-n-p'.
21187
21188 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21189
21190         * pgg-parse.el: Remove unnecessary (require 'custom).
21191
21192         * pgg-def.el: do.
21193
21194         * nnmail.el: do.
21195
21196         * gnus-undo.el: do.
21197
21198         * gnus-picon.el: do.
21199
21200         * gnus-util.el: do.
21201
21202 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21203
21204         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21205
21206 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21207
21208         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21209         handle, as well as a list.
21210
21211         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21212         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21213         (mm-w3m-cid-retrieve): Simplify.
21214
21215 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21216
21217         * message.el (message-kill-to-signature): Allow prefix arg to
21218         specify number of lines to keep before signature.
21219
21220 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21221
21222         * message.el (message-kill-to-signature): Change docstring.
21223
21224 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21225
21226         * canlock.el: Always require sha1-el.
21227         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21228
21229         * message.el: Autoload sha1 only when compiling.
21230
21231         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21232         eudc-expand-inline for XEmacs.
21233
21234 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21235
21236         * message.el (message-canlock-generate): Require sha1-el.
21237
21238 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21239
21240         * message.el (message-expand-name): Silence the byte compiler.
21241
21242         * lpath.el: Add detect-coding-system.
21243
21244         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21245         cus-edit.
21246
21247 2004-01-13  Simon Josefsson  <jas@extundo.com>
21248
21249         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21250         Invoke gnus-score-mode.
21251         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21252
21253         * gnus-range.el (gnus-compress-sequence): Doc fix.
21254         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21255
21256 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21257
21258         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21259
21260 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21261
21262         * spam.el (spam-get-article-as-string): Update to use
21263         gnus-request-article-this-buffer, much simpler.
21264         (spam-get-article-as-buffer): Remove.
21265
21266 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21267
21268         * message.el (message-expand-name): Use EUDC if the user uses that.
21269
21270 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21271
21272         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21273         character for the encoding to avoid consing a string.
21274
21275         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21276         unnecessarily.
21277
21278         * mm-util.el (mm-replace-chars-in-string): Remove.
21279
21280         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21281         of mm-replace-chars-in-string.
21282
21283 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21284
21285         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21286
21287         * mm-util.el (mm-subst-char-in-string): Support inplace.
21288
21289         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21290         a new string in every iteration.  Use shy groups.
21291
21292 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21293
21294         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21295         * gnus-soup.el (gnus-soup-group-brew):
21296         * gnus-msg.el (gnus-put-message):
21297         * gnus-move.el (gnus-group-move-group-to-server):
21298         * gnus-kill.el (gnus-batch-score):
21299         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21300         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21301         (gnus-group-update-group, gnus-group-read-group)
21302         (gnus-group-make-group, gnus-group-make-help-group)
21303         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21304         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21305         (gnus-group-sort-by-unread, gnus-group-catchup)
21306         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21307         (gnus-group-yank-group, gnus-group-set-info)
21308         (gnus-group-list-groups):
21309         * gnus.el (gnus-generate-new-group-name):
21310         * gnus-delay.el (gnus-delay-send-queue):
21311         * nnvirtual.el (nnvirtual-catchup-group):
21312         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21313         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21314         (gnus-group-prepare-topics, gnus-topic-check-topology):
21315         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21316         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21317         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21318         (gnus-group-make-articles-read):
21319         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21320         (gnus-group-change-level, gnus-kill-newsgroup)
21321         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21322         (gnus-get-unread-articles, gnus-make-articles-unread)
21323         (gnus-make-ascending-articles-unread): Use accessor
21324         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21325         to get group information for improved readability.
21326
21327
21328 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21329
21330         * gnus-art.el (article-decode-mime-words, article-babel)
21331         (gnus-article-highlight-signature, gnus-article-add-buttons)
21332         (gnus-signature-toggle): Use gnus-with-article-buffer.
21333
21334         * gnus-art.el (gnus-article-highlight-headers)
21335         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21336
21337         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21338         (gnus-article-set-globals, gnus-request-article-this-buffer)
21339         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21340         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21341         (gnus-mime-display-alternative): Use with-current-buffer.
21342
21343 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21344
21345         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21346         also under 80 char limit, and call gnus-error if needed.
21347         (spam-fetch-article-header): Fix - it was a
21348         buffer-local variable (gnus-newsgroup-data).
21349         (spam-find-spam): Use spam-generate-fake-headers, forget about
21350         spam-insert-fake-headers.
21351         (spam-insert-fake-headers): Remove.
21352
21353 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21354
21355         * deuglify.el (gnus-article-outlook-unwrap-lines)
21356         (gnus-outlook-rearrange-article)
21357         (gnus-outlook-repair-attribution-outlook)
21358         (gnus-outlook-repair-attribution-block)
21359         (gnus-outlook-repair-attribution-other): Remove redundant
21360         save-excursion.
21361
21362 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21363
21364         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21365         (spam-fetch-field-subject-fast)
21366         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21367         (spam-fetch-article-header): Add functions to deal with Gnus
21368         internals for fast retrieval of article header data.
21369         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21370
21371 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21372
21373         * pop3.el (pop3-md5): Remove.
21374         (pop3-apop): Replace pop3-md5 with md5.
21375
21376         * mm-bodies.el: base64 is always built-in.
21377
21378         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21379         Use with-current-buffer.
21380
21381 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21382
21383         * canlock.el (canlock-insert-header): Remove excessive grouping in
21384         regexp.
21385
21386         * gnus-sum.el (gnus-summary-read-document): Ditto.
21387
21388         * gnus-uu.el (gnus-uu-part-number): Ditto.
21389
21390         * html2text.el (html2text-remove-tags): Ditto.
21391         (html2text-format-tags): Ditto.
21392         (html2text-format-single-elements): Ditto.
21393
21394         * mml.el (mml-parse-1): Ditto.
21395
21396 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21397
21398         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21399
21400         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21401
21402         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21403
21404         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21405
21406 2003-11-15  Simon Josefsson  <jas@extundo.com>
21407
21408         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21409         (pgg-gpg-lookup-key): Use regexp match instead of
21410         split-string (split-string is different between emacs 21.2 and
21411         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21412
21413 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21414
21415         * gnus-art.el (gnus-mime-view-all-parts)
21416         (gnus-article-part-wrapper, gnus-article-view-part):
21417         Use with-current-buffer.
21418
21419 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21420
21421         * spam.el (spam-disable-spam-split-during-ham-respool)
21422         (spam-spamoracle-database, spam-cache-lookups)
21423         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21424         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21425         (spam-group-ham-marks, spam-group-spam-marks)
21426         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21427         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21428         also add spam-use-blackholes to the statistical checks.
21429         (spam-fetch-field-fast): Add interface to fetching fields, may
21430         become a macro.
21431         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21432         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21433         (spam-insert-fake-headers): Fake an article when needed.
21434         (spam-find-spam): Fake article when possible.
21435         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21436         (spam-check-bogofilter-headers): Use message-fetch-field instead
21437         of nnmail-fetch-field.
21438
21439 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21440
21441         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21442
21443 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21444
21445         * spam.el (spam-split): Do not require spam-use-CHECK to be
21446         enabled if that check is passed to spam-split explicitly; also
21447         fix so 'spam doesn't get converted to spam-split-group when
21448         spam-split-symbolic-return is t.
21449         (spam-find-spam): Find registrations of the article and use those
21450         instead of re-running spam-split to find the spam/ham
21451         classification of the article.
21452         (spam-log-processing-to-registry, spam-log-registered-p)
21453         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21454         Use gnus-error instead of gnus-message.
21455         (spam-log-registration-type): Add function to determine the
21456         classification of a message based on registry entries; will
21457         return nil if both 'spam and 'ham are found.
21458         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21459         a reasonably fast local cache without the loading errors.
21460         (spam-cache-lookups): Set to t by default.
21461         (spam-find-spam): Don't try to guess spam-cache-lookups.
21462         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21463         spam-caches entry.
21464         (spam-filelist-build-cache, spam-filelist-check-cache):
21465         Fix caching of whitelist/blacklist entries.
21466         (spam-check-whitelist, spam-check-blacklist):
21467         Invoke spam-from-listed-p with a type, not a cache variable.
21468         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21469
21470 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21471
21472         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21473
21474         * nnmail.el (nnmail-split-fancy): do.
21475
21476         * mml.el (mml-parse): do.
21477
21478         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21479         (gnus-score-adaptive): do.
21480
21481 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21482
21483         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21484         (gnus-mime-button-map): Don't set keymap parent.
21485         (gnus-button-ctan-directory-regexp): Use shy grouping.
21486         (gnus-prev-page-map): Don't set keymap parent.
21487         (gnus-prev-page-map): Remove duplicated one.
21488         (gnus-next-page-map): Don't set keymap parent.
21489         (gnus-mime-security-button-map): Ditto.
21490
21491         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21492         version number.
21493
21494         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21495
21496 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21497
21498         * canlock.el (canlock-sha1-function): Remove.
21499         (canlock-sha1-function-for-verify): Remove.
21500         (canlock-openssl-program): Remove.
21501         (canlock-openssl-args): Remove.
21502         (canlock-ignore-errors): Remove.
21503         (canlock-sha1-with-openssl): Remove.
21504         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21505         (canlock-verify): Don't use canlock-ignore-errors.
21506
21507         * sha1-el.el (sha1-string-external): Make it can return a string
21508         in binary form.
21509         (sha1-region-external): Ditto.
21510         (sha1-string-internal): Ditto.
21511         (sha1-region-internal): Ditto.
21512         (sha1-region): Ditto.
21513         (sha1-string): Ditto.
21514         (sha1): Ditto.
21515
21516 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21517
21518         * spam.el (spam-report-articles-gmane): New command.
21519
21520 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21521
21522         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21523
21524         * run-at-time.el (run-at-time-saved): Remove.
21525         (run-at-time): Doc fix.
21526
21527 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21528
21529         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21530         (gnus-summary-limit-map): Add it.
21531         (gnus-summary-make-menu-bar): do.
21532
21533 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21534
21535         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21536         Make attempt at some caching support (done for BBDB only now).
21537         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21538         addresses to be checked.
21539         (spam-clear-cache-BBDB): Add function, to be invoked by
21540         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21541         (spam-check-BBDB): Check and use the caches, if
21542         spam-cache-lookups is on, remove superfluous (provide).
21543
21544 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21545
21546         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21547
21548 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21549
21550         * run-at-time.el (run-at-time-saved): Move to after the definition
21551         of `run-at-time'.
21552
21553         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21554
21555 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21556
21557         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21558         mm-w3m-local-map-property.
21559
21560         * mm-view.el (mm-w3m-mode-map): Remove.
21561         (mm-w3m-local-map-property): Remove.
21562         (mm-inline-text-html-render-with-w3m): Don't use
21563         mm-w3m-local-map-property.
21564
21565 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21566
21567         * run-at-time.el: New file.
21568
21569         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21570         under Emacs.
21571
21572         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21573         of gnus-set-text-properties.
21574
21575         * gnus-uu.el (gnus-uu-save-article): Ditto.
21576
21577         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21578
21579         * gnus-cite.el (gnus-cite-parse): Ditto.
21580
21581         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21582         of gnus-.
21583
21584         * gnus-xmas.el (run-at-time): Require run-at-time.
21585
21586         * gnus.el: Change calls to nnheader-run-at-time and
21587         password-run-at-time throughout to use run-at-time directly.
21588
21589         * password.el: Remove definition of run-at-time.
21590
21591         * nnheaderxm.el: Remove definition of run-at-time.
21592
21593 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21594
21595         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21596         in prompt.
21597
21598 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21599
21600         * messagexmas.el (message-xmas-redefine): Alias
21601         `message-make-caesar-translation-table' to
21602         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21603         version.
21604
21605         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21606         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21607         `gnus-xmas-set-text-properties'.
21608         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21609         `gnus-xmas-completing-read'.
21610         (gnus-xmas-completing-read): Removed.
21611         (gnus-xmas-open-network-stream): Removed.
21612
21613         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21614         XEmacs version.
21615
21616         * dns.el (dns-make-network-process): Use `open-network-stream'
21617         instead of `gnus-xmas-open-network-stream'.
21618
21619         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21620
21621         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21622
21623 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21624
21625         * gnus-art.el (gnus-mime-display-alternative)
21626         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21627         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21628         Don't use gnus-local-map-property.
21629
21630         * gnus-util.el (gnus-local-map-property): Remove.
21631
21632         * mm-view.el (mm-view-pkcs7-decrypt):
21633         Replace gnus-completing-read-maybe-default with completing-read.
21634
21635         * gnus-util.el (gnus-completing-read): do.
21636         (gnus-completing-read-maybe-default): Remove.
21637
21638 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21639
21640         * password.el: Only autoload `run-at-time' if not XEmacs.
21641         Only autoload the itimer functions if XEmacs.
21642
21643 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21644
21645         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21646         XEmacsen.
21647
21648         * dgnushack.el: Autoload executable-find for XEmacs.
21649
21650 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21651
21652         * gnus-art.el (gnus-read-string): Remove.
21653         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21654         read-string.
21655
21656 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21657
21658         * netrc.el: Autoload password-read.
21659         (netrc): Add configuration group.
21660         (netrc-encoding-method, netrc-openssl-path):
21661         Add variables for encoding and decoding of files with symmetric
21662         ciphers.
21663         (netrc-encode): Add assistant function to encode a file with
21664         netrc-encoding-method.
21665         (netrc-parse): Add interactive parameter, added optional
21666         decoding if netrc-encoding-method is non-nil but otherwise
21667         behavior is standard.
21668         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21669         Do s/encode/encrypt/ everywhere.
21670
21671         * spam.el: Remove executable-find autoload.
21672
21673 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21674
21675         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21676
21677         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21678
21679 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21680
21681         * gnus-art.el (gnus-treat-ansi-sequences)
21682         (article-treat-ansi-sequences): New variable and function.
21683         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21684
21685         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21686         Use it.
21687
21688 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21689
21690         * mm-util.el (mm-quote-arg): Remove.
21691
21692         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21693         shell-quote-argument.
21694
21695         * gnus-uu.el (gnus-uu-command): do.
21696
21697         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21698
21699         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21700         with make-char.
21701
21702         * mm-util.el (mm-make-char): Remove.
21703
21704         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21705         add-minor-mode.
21706
21707         * gnus-undo.el (gnus-undo-mode): do.
21708
21709         * gnus-topic.el (gnus-topic-mode): do.
21710
21711         * gnus-sum.el (gnus-dead-summary-mode): do.
21712
21713         * gnus-start.el (gnus-slave-mode): do.
21714
21715         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21716
21717         * gnus-ml.el (gnus-mailing-list-mode): do.
21718
21719         * gnus-gl.el (gnus-grouplens-mode): do.
21720
21721         * gnus-draft.el (gnus-draft-mode): do.
21722
21723         * gnus-dired.el (gnus-dired-mode): do.
21724
21725         * gnus-ems.el (gnus-add-minor-mode): Remove.
21726
21727         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21728         Replace gnus-char-width with char-width.
21729
21730         * gnus-ems.el (gnus-char-width): Remove.
21731
21732         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21733         Replace gnus-char-width with char-width.
21734
21735         * gnus-ems.el (gnus-char-width): Remove.
21736
21737         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21738         definition.
21739         Remove Emacs 20 hash table compatibility code.
21740
21741         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21742         20 compatibility code.
21743
21744         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21745
21746         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21747
21748         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21749         Replace with point-at-{eol,bol}.
21750
21751         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21752
21753         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21754
21755         * flow-fill.el (fill-flowed-point-at-bol)
21756         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21757
21758         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21759         Replace with point-at-{eol,bol} throughout all files.
21760
21761 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21762
21763         * ntlm.el (ntlm-string-as-unibyte): New macro.
21764         (ntlm-build-auth-response): Use it.
21765
21766         Remove Emacs 20 stuff:
21767         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21768         (butlast, mapc, remove): Remove the compiler macros.
21769         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21770         of delq and copy-sequence.
21771         * gnus-art.el (popup-menu): Remove the compiler macro.
21772         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21773         Emacs 20.
21774
21775 2004-01-05  Simon Josefsson  <jas@extundo.com>
21776
21777         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21778         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21779         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21780         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21781         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21782         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21783         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21784         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21785         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21786         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21787         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21788         string-xor into ntlm-string-xor.
21789         Suggested by Jesper Harder <harder@myrealbox.com>.
21790
21791         * ntlm.el: Don't include poem.
21792
21793         * md4.el (print-int32, print-string-hexa): Remove.
21794         Suggested by Jesper Harder <harder@myrealbox.com>.
21795
21796         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21797
21798         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21799         probably breaks emacs with DL patch, but do we care? Is anyone
21800         still using the DL stuff?)
21801
21802         * sieve-manage.el: Use the password package.
21803         (sieve-manage-read-passwd): Remove.
21804         (sieve-manage-interactive-login): Use password.  Re-add
21805         condition-case around loop.
21806
21807         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21808         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21809         Use the password package.
21810
21811 2003-02-19  Simon Josefsson  <jas@extundo.com>
21812
21813         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21814         token.
21815
21816 2002-08-07  Simon Josefsson  <jas@extundo.com>
21817
21818         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21819         (sieve-manage-authenticators):
21820         (sieve-manage-authenticator-alist): Add some SASL mechs.
21821         (sieve-sasl-auth): New function.
21822         (sieve-manage-cram-md5-auth):
21823         (sieve-manage-plain-auth): Rewrite using SASL library.
21824         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21825         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21826         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21827         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21828
21829 2004-01-05  Simon Josefsson  <jas@extundo.com>
21830
21831         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21832         New files.
21833
21834 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21835
21836         * gnus-group.el (gnus-no-groups-message): Update.
21837
21838         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21839
21840 2003-11-09  Simon Josefsson  <jas@extundo.com>
21841
21842         * imap.el: Support for ID IMAP extension (RFC 2971).
21843         (imap-local-variables): Add imap-id.
21844         (imap-id): New variable.
21845         (imap-id): New function.
21846         (imap-parse-response): Parse untagged ID response.
21847         * nnimap.el (nnimap-id): New variable.
21848         (nnimap-open-connection): Use it.
21849
21850 2003-12-28  Simon Josefsson  <jas@extundo.com>
21851
21852         * gnus-score.el (gnus-score-edit-all-score): New.
21853         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21854
21855 2004-01-04  Simon Josefsson  <jas@extundo.com>
21856
21857         * password.el: Add.
21858
21859 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21860
21861         * dns.el (dns-query-types): Fix typo.
21862         (dns-query-types): New function.
21863         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21864         PTR and SOA replies, see RFC 1035.
21865
21866 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21867
21868         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21869
21870         * Move to Changelog.2.
21871
21872 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21873
21874         * gnus.el (gnus-version-number): Bump version.
21875
21876 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21877
21878         * gnus.el: No Gnus v0.1 is released.
21879
21880 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21881
21882         * gnus.el: No Gnus v0.0 is released.
21883
21884 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21885
21886         * gnus.el (gnus-version-number): Bump.
21887         (gnus-version): No.
21888
21889 See ChangeLog.2 for earlier changes.
21890
21891   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21892
21893   This file is part of GNU Emacs.
21894
21895   GNU Emacs is free software: you can redistribute it and/or modify
21896   it under the terms of the GNU General Public License as published by
21897   the Free Software Foundation, either version 3 of the License, or
21898   (at your option) any later version.
21899
21900   GNU Emacs is distributed in the hope that it will be useful,
21901   but WITHOUT ANY WARRANTY; without even the implied warranty of
21902   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21903   GNU General Public License for more details.
21904
21905   You should have received a copy of the GNU General Public License
21906   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21907
21908 ;; Local Variables:
21909 ;; coding: utf-8
21910 ;; fill-column: 79
21911 ;; add-log-time-zone-rule: t
21912 ;; End: