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