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