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