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