* lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
[elisp/gnus.git-] / ChangeLog
1 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
4         `save-excursion'.
5         (gnus-bug): Pop up the sending buffer first.
6
7         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
8         doc-string.
9
10         * lisp/dgnushack.el
11         (byte-compile-file-form-custom-declare-variable): Use `defvar'
12         instead of `custom-declare-variable' to make the variable
13         uncustomizable if the arguments has the keyword `:version'.
14
15 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
16
17         * README.semi.ja: Fix typo.
18
19 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
20
21         * lisp/lpath.el: Fbind `compose-mail' for Mule.
22
23         * lisp/dgnushack.el (TopLevel): Byte-optimize
24         `custom-declare-variable', `custom-declare-group, and
25         `custom-declare-face' to omit unsupported keywords when Mule is
26         running.
27
28 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
29
30         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
31
32         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
33         to signal an error when Mule is running.
34         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
35         `:set-after' if colon keyword is not available.
36         (TopLevel): Require `custom'.
37
38         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
39         Mule.
40         (TopLevel): Don't require `custom' here.
41
42 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
43
44         * make.bat: set max-lisp-eval-depth.
45
46 See ChangeLog.3 for earlier changes.