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