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