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