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