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