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