7a65488f85cd56a2c8aa7993a1e95a13ad3990ae
[elisp/gnus.git-] / ChangeLog
1 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
4         `:function', `:function-document', `:variable',
5         `:variable-document', `:variable-group', `:variable-type' and
6         `:variable-default' for old Emacsen.
7
8 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
9
10         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
11
12         * configure: Regenerate.
13         * configure.in: Add `AC_PATH_ETCDIR'.
14         * Makefile.in (install-etc): New target.
15
16         * lisp/nnheader.el (mm-image-load-path): Alias to
17         `nnheader-image-load-path'.
18         (nnheader-image-load-path): New function copied from
19         the function `mm-image-load-path' in mm-util.el.
20
21         * lisp/drums.el: Remove.
22
23 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
24
25         * configure.in: Add etc/Makefile.
26
27 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
28
29         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
30         `save-excursion'.
31         (gnus-bug): Pop up the sending buffer first.
32
33         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
34         doc-string.
35
36         * lisp/dgnushack.el
37         (byte-compile-file-form-custom-declare-variable): Use `defvar'
38         instead of `custom-declare-variable' to make the variable
39         uncustomizable if the arguments has the keyword `:version'.
40
41 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
42
43         * README.semi.ja: Fix typo.
44
45 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
46
47         * lisp/lpath.el: Fbind `compose-mail' for Mule.
48
49         * lisp/dgnushack.el (TopLevel): Byte-optimize
50         `custom-declare-variable', `custom-declare-group, and
51         `custom-declare-face' to omit unsupported keywords when Mule is
52         running.
53
54 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
55
56         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
57
58         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
59         to signal an error when Mule is running.
60         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
61         `:set-after' if colon keyword is not available.
62         (TopLevel): Require `custom'.
63
64         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
65         Mule.
66         (TopLevel): Don't require `custom' here.
67
68 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
69
70         * make.bat: set max-lisp-eval-depth.
71
72 See ChangeLog.3 for earlier changes.