cf57fcc4bf43964ce8ac209ee8726919018c6080
[elisp/gnus.git-] / ChangeLog
1 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
4
5         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
6         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
7         (dgnushack-make-auto-load): Remove auto-autoloads.el.
8         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
9
10         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
11         custom-load.el.
12         (compose-package): Call `gnus-load.elc' and then rename
13         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
14         `dgnushack-make-autoloads'.
15         (clever): No need to remove custom-load.el.
16
17         * Makefile.in (elclean): Remove gnus-load.el instead of
18         custom-load.el.
19
20         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
21
22 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
23
24         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
25
26 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
27
28         * GNUS-NEWS: Copyright and others.
29
30 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
31
32         * aclocal.m4 (AC_CHECK_URL): Add.
33
34         * configure.in: Use it.
35
36 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
37
38         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
39         parentheses.
40
41 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
42
43         * lisp/nnshimbun.el: Add `bbdb-ml' support.
44
45 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
46
47         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
48         of `xemacs'.
49         (nnshimbun-xemacs-get-headers): Ditto.
50
51 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
52
53         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
54
55 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
56
57         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
58         gnus-ja.texi or message-ja.texi is given.  It is needed for some
59         make command if which can not understand "%-ja:" or "%-ja.info:".
60
61 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
62
63         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
64         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
65
66 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
67
68         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
69         `buffer-substring-no-properties' instead of `format'.
70
71 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
72
73         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
74
75 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
76
77         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
78
79         * Makefile.in (install-package-lisp): Use
80         `install-without-compiling' instead of `install'.
81
82         * lisp/Makefile.in (install): Use `install-without-compiling'.
83         (install-without-compiling): New target.
84
85 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
86
87         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
88         `infohack-texi-format'.
89
90         * texi/infohack: (infohack-texi-format): New function.
91         * lisp/dgnushack.el (dgnushack-texi-format): Move to
92         texi/infohack.el and rename.
93         (dgnushack-texi-add-suffix-and-format): Remove.
94
95         * texi/ptexinfmt.el: New file.
96         * lisp/ptexinfmt.el: Move to texi/.
97
98 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
99
100         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
101
102 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
103
104         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
105         files for autoloads already exist.
106         (dgnushack-unexporting-files): More useful message.
107
108         * lisp/Makefile.in (install): Call `clever' before installing.
109         (install-lisp): Remove.
110         (clever): Check for whether the all elc files should be recompiled.
111
112         * Makefile.in (xclever): New target.
113         (install-package-lisp): Replace `install-lisp' with `install'.
114         (install-package-ja): Replace `xlick' with `xclever'.
115         (install-package): Ditto.
116
117 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
118
119         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
120
121 2001-01-15  Jesper Harder <harder@ifa.au.dk>
122
123         * make.bat: Fix doc.
124
125 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
126
127         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
128         the required value of `recursive-load-depth-limit' for Emacs 21.
129
130         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
131         correctly.
132         (message-get-reply-headers): Ditto.
133
134 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
135
136         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
137         while `bbdb-annotate-message-sender' is being done.
138
139 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
140
141         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
142
143 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
144
145         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
146         extents for XEmacs 21.1 using `format'.
147
148         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
149
150 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
151
152         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
153
154         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
155         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
156         running.
157
158         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
159         `smiley-toggle-buffer' when compiling.
160         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
161         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
162         running.
163         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
164         `gnus-bitmap'.
165         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
166
167 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
168
169         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
170
171         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
172         is not supported.
173
174 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
175
176         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
177         `:function', `:function-document', `:variable',
178         `:variable-document', `:variable-group', `:variable-type' and
179         `:variable-default' for old Emacsen.
180
181 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
182
183         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
184
185         * configure: Regenerate.
186         * configure.in: Add `AC_PATH_ETCDIR'.
187         * Makefile.in (install-etc): New target.
188
189         * lisp/nnheader.el (mm-image-load-path): Alias to
190         `nnheader-image-load-path'.
191         (nnheader-image-load-path): New function copied from
192         the function `mm-image-load-path' in mm-util.el.
193
194         * lisp/drums.el: Remove.
195
196 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
197
198         * configure.in: Add etc/Makefile.
199
200 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
201
202         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
203         `save-excursion'.
204         (gnus-bug): Pop up the sending buffer first.
205
206         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
207         doc-string.
208
209         * lisp/dgnushack.el
210         (byte-compile-file-form-custom-declare-variable): Use `defvar'
211         instead of `custom-declare-variable' to make the variable
212         uncustomizable if the arguments has the keyword `:version'.
213
214 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
215
216         * README.semi.ja: Fix typo.
217
218 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
219
220         * lisp/lpath.el: Fbind `compose-mail' for Mule.
221
222         * lisp/dgnushack.el (TopLevel): Byte-optimize
223         `custom-declare-variable', `custom-declare-group, and
224         `custom-declare-face' to omit unsupported keywords when Mule is
225         running.
226
227 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
228
229         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
230
231         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
232         to signal an error when Mule is running.
233         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
234         `:set-after' if colon keyword is not available.
235         (TopLevel): Require `custom'.
236
237         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
238         Mule.
239         (TopLevel): Don't require `custom' here.
240
241 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
242
243         * make.bat: set max-lisp-eval-depth.
244
245 See ChangeLog.3 for earlier changes.