* gnus-clfns.el (find-cl-run-time-functions): Add a parser for `dolist';
[elisp/gnus.git-] / ChangeLog
1 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
4         `dolist'; protect against errors.
5
6 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
7
8         * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
9         use `last'.
10         (nnshimbun-make-shimbun-header): Use the following macros.
11         (nnshimbun-mail-header-from): New macro whose definition will be
12         changed statically for Gnus or gnus.
13         (nnshimbun-mail-header-subject): Ditto.
14         (TopLevel): Don't require `gnus-clfns'.
15
16         * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
17
18         * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
19         the developers.
20         (cl-run-time-functions): New variable.
21         (TopLevel): Don't require `cl' at run-time.
22
23 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
24
25         * texi/gnus-ja.texi (Web Newspaper): Updated.
26
27 2001-05-28  Katsumi Yamaoka <yamaoka@jpl.org>
28
29         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
30         "nnshimbun.el" if the library "shimbun" is not found.
31         (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
32         (locate-library): Redefine it for Mule before it is called.
33
34         * README.semi.ja: Update for the use of Emacs-W3M.
35         * README.semi: Ditto.
36         * Mule23@1934.ja: Ditto.
37         * Mule23@1934.en: Ditto.
38
39 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
40
41         * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
42
43         * lisp/gnus-group.el (gnus-group-make-shimbun-group):
44         Reconstructed to use `shimbun'.
45
46         * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
47         FLIM can't be found.
48
49 2001-05-17  Kai =?iso-8859-1?q?Gro=DFjohann?=  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
50
51         * etc/Makefile.in (datadir): Set this variable, like in the other
52         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
53
54 2001-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
55
56         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
57         `widget-convert-button', `widget-create' and `widget-put'; ignore
58         `defface'.
59
60 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
61
62         * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
63         built-in function.
64
65         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
66         `defgroup'.
67
68 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
69
70         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
71
72         * lisp/nnmail.el: Don't bind the colon keywords here.
73         * lisp/gnus.el (gnus-colon-keywords): New variable which will
74         default to the value of `dgnushack-colon-keywords'; bind them.
75         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
76         dgnuskwds.el.
77         (dgnushack-colon-keywords): New constant which will have the colon
78         keywords shuld be bound at run-time for old Emacsen; cache them in
79         the file dgnuskwds.el and bind them.
80         (dgnushack-bind-colon-keywords): New function.
81         (locate-library): Make the function to be silent for Mule.
82         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
83
84 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
85
86         * lisp/message.el (message-maybe-encode): Don't use
87         `end-of-invisible'.
88
89 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
90
91         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
92
93 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
94
95         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
96
97         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
98         `gnus-article-buffer' just before `gnus-article-prepare-display' is
99         called.
100         (gnus-article-mime-edit-article-setup): Ditto.
101         (gnus-article-prepare-display): Don't bind `buffer-read-only'
102         because of `inhibit-read-only'; don't set the value of
103         `gnus-article-current-summary' here; delete all extents or overlays
104         and clear the value of `gnus-button-marker-list' in advance; make
105         it to run in `gnus-article-buffer'.
106         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
107         (article-toggle-headers): Don't bind `buffer-read-only' because of
108         `inhibit-read-only'.
109         (article-hide-headers): Ditto.
110
111 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
112
113         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
114
115 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
116
117         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
118
119 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
120
121         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
122
123 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
124
125         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
126         Emacsen; don't bind `mh-lib-progs'.
127
128 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
129
130         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
131         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
132
133 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
134
135         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
136
137 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
138
139         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
140         asahi.com.
141         (nnshimbun-asahi-get-headers): Ditto.
142         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
143
144 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
145
146         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
147         multiple articles even if there is a detached minibuffer frame on
148         some window managers.
149
150 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
151
152         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
153         mode.
154
155 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
156
157         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
158         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
159
160 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
161
162         * lisp/message.el (message-fix-before-sending): Hide again the
163         invisible property of encoded binary data parts after checking is
164         done.
165         (message-find-invisible-regions): New function.
166         (message-save-drafts, message-send): Inherit the invisible property
167         of encoded binary data parts to make MIME-Edit find the MIME part
168         boundaries.
169
170         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
171         (dgnushack-make-load): Ditto.
172
173 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
174
175         * lisp/dgnushack.el (dgnushack-compose-package): New function.
176         (dgnushack-make-load): Add autoload for cus-load if it is missing.
177
178         * lisp/Makefile.in (compose-package): Use
179         `dgnushack-compose-package'.
180         (clean, clever): Remove custom-load.el.
181
182         * Makefile.in (elclean): Remove custom-load.el.
183
184 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
185
186         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
187         entity even if `gnus-show-mime' is nil.
188
189 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
190
191         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
192         adjusted.
193
194         * lisp/gnus-clfns.el (string): New compiler macro.
195         (string): Defun-maybe as an ordinary function since it won't be
196         provided in cl.
197         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
198
199 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
200
201         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
202         `url-current-mime-charset' is bound.
203
204 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
205
206         * lisp/gnus.el (gnus-info-find-node): Pretend to be
207         `gnus-article-mode' in the article buffer.
208
209 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
210
211         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
212         (nnshimbun-kinsoku-bol-list): Ditto.
213
214 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
215
216         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
217
218         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
219         `dolist'.
220
221         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
222
223         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
224         is defined properly.
225
226 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
227
228         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
229         * lisp/nnshimbun.el: Ditto.
230         * lisp/nnfolder.el: Ditto.
231         * lisp/mm-util.el: Ditto.
232         * lisp/gnus-vers.el: Ditto.
233         * lisp/gnus-sum.el: Ditto.
234         * lisp/gnus-score.el: Ditto.
235         * lisp/gnus-nocem.el: Ditto.
236
237         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
238         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
239         (gnus-setup-for-offline): Ditto.
240
241         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
242         don't require `gnus-clfns'.
243
244         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
245         macros.
246         (mapc): Remove.
247
248         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
249         `gnus-article-read-summary-keys'.
250
251 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
252
253         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
254         the forwarded parts undecoded.
255         (gnus-article-decode-article-as-default-mime-charset): Set the
256         value of `default-mime-charset' buffer-locally.
257
258 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
259
260         * lisp/gnus.el: Add autoloads for
261         `gnus-summary-digest-post-forward' and
262         `gnus-summary-digest-mail-forward'.
263
264         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
265         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
266         with `gnus-summary-digest-post-forward' and
267         `gnus-summary-digest-mail-forward'.
268
269         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
270         repair the command `gnus-summary-post-digest' and rename it.
271         (gnus-summary-digest-mail-forward): Ditto.
272         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
273         `gnus-uu-digest-post-forward' with
274         `gnus-summary-digest-post-forward' and
275         `gnus-summary-digest-mail-forward'.
276
277 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
278
279         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
280         `gnus-inhibit-treatment' to t while fetching the raw article.
281
282         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
283         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
284         is being done;  turn off font-lock first;  query if the buffer is
285         modified.
286         (gnus-article-mime-edit-done): New function.
287         (gnus-article-mime-edit-article-setup): Make the window fill its
288         frame;  clear the buffere modified flag;  substitute key definition
289         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
290         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
291         to nil while `mime-edit-exit' is being done.
292         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
293
294 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
295
296         * lisp/dgnushack.el: Don't require `emu'.
297
298 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
299
300         * lisp/message.el (message-forward-subject-author-subject): Decode
301         `From' field.
302
303 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
304
305         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
306
307         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
308         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
309         only a temporary fix for an infloop on nnimap.  FIXME!!!
310         (gnus-select-newsgroup): Ditto.
311
312 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
313
314         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
315         about `gnus-article-display-hook.'
316         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
317         `gnus-article-display-hook.'
318
319         * lisp/gnus.el (gnus-article-display-hook): Abolished.
320
321         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
322         `gnus-article-display-hook'.
323         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
324         (gnus-summary-search-article): Ditto.
325
326         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
327         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
328
329         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
330         `gnus-article-prepare-hook' after an article has been prepared;
331         don't evaluate `gnus-article-display-hook'.
332
333 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
334
335         * lisp/message.el (message-cite-original-without-signature):
336         Extract from field for the simple citation line.
337
338 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
339
340         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
341
342         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
343         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
344         (dgnushack-make-auto-load): Remove auto-autoloads.el.
345         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
346
347         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
348         custom-load.el.
349         (compose-package): Call `gnus-load.elc' and then rename
350         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
351         `dgnushack-make-autoloads'.
352         (clever): No need to remove custom-load.el.
353
354         * Makefile.in (elclean): Remove gnus-load.el instead of
355         custom-load.el.
356
357         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
358
359 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
360
361         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
362
363 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
364
365         * GNUS-NEWS: Copyright and others.
366
367 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
368
369         * aclocal.m4 (AC_CHECK_URL): Add.
370
371         * configure.in: Use it.
372
373 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
374
375         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
376         parentheses.
377
378 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
379
380         * lisp/nnshimbun.el: Add `bbdb-ml' support.
381
382 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
383
384         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
385         of `xemacs'.
386         (nnshimbun-xemacs-get-headers): Ditto.
387
388 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
389
390         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
391
392 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
393
394         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
395         gnus-ja.texi or message-ja.texi is given.  It is needed for some
396         make command if which can not understand "%-ja:" or "%-ja.info:".
397
398 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
399
400         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
401         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
402
403 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
404
405         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
406         `buffer-substring-no-properties' instead of `format'.
407
408 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
409
410         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
411
412 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
413
414         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
415
416         * Makefile.in (install-package-lisp): Use
417         `install-without-compiling' instead of `install'.
418
419         * lisp/Makefile.in (install): Use `install-without-compiling'.
420         (install-without-compiling): New target.
421
422 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
423
424         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
425         `infohack-texi-format'.
426
427         * texi/infohack: (infohack-texi-format): New function.
428         * lisp/dgnushack.el (dgnushack-texi-format): Move to
429         texi/infohack.el and rename.
430         (dgnushack-texi-add-suffix-and-format): Remove.
431
432         * texi/ptexinfmt.el: New file.
433         * lisp/ptexinfmt.el: Move to texi/.
434
435 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
436
437         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
438
439 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
440
441         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
442         files for autoloads already exist.
443         (dgnushack-unexporting-files): More useful message.
444
445         * lisp/Makefile.in (install): Call `clever' before installing.
446         (install-lisp): Remove.
447         (clever): Check for whether the all elc files should be recompiled.
448
449         * Makefile.in (xclever): New target.
450         (install-package-lisp): Replace `install-lisp' with `install'.
451         (install-package-ja): Replace `xlick' with `xclever'.
452         (install-package): Ditto.
453
454 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
455
456         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
457
458 2001-01-15  Jesper Harder <harder@ifa.au.dk>
459
460         * make.bat: Fix doc.
461
462 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
463
464         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
465         the required value of `recursive-load-depth-limit' for Emacs 21.
466
467         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
468         correctly.
469         (message-get-reply-headers): Ditto.
470
471 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
472
473         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
474         while `bbdb-annotate-message-sender' is being done.
475
476 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
477
478         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
479
480 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
481
482         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
483         extents for XEmacs 21.1 using `format'.
484
485         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
486
487 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
488
489         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
490
491         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
492         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
493         running.
494
495         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
496         `smiley-toggle-buffer' when compiling.
497         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
498         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
499         running.
500         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
501         `gnus-bitmap'.
502         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
503
504 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
505
506         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
507
508         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
509         is not supported.
510
511 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
512
513         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
514         `:function', `:function-document', `:variable',
515         `:variable-document', `:variable-group', `:variable-type' and
516         `:variable-default' for old Emacsen.
517
518 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
519
520         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
521
522         * configure: Regenerate.
523         * configure.in: Add `AC_PATH_ETCDIR'.
524         * Makefile.in (install-etc): New target.
525
526         * lisp/nnheader.el (mm-image-load-path): Alias to
527         `nnheader-image-load-path'.
528         (nnheader-image-load-path): New function copied from
529         the function `mm-image-load-path' in mm-util.el.
530
531         * lisp/drums.el: Remove.
532
533 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
534
535         * configure.in: Add etc/Makefile.
536
537 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
538
539         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
540         `save-excursion'.
541         (gnus-bug): Pop up the sending buffer first.
542
543         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
544         doc-string.
545
546         * lisp/dgnushack.el
547         (byte-compile-file-form-custom-declare-variable): Use `defvar'
548         instead of `custom-declare-variable' to make the variable
549         uncustomizable if the arguments has the keyword `:version'.
550
551 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
552
553         * README.semi.ja: Fix typo.
554
555 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
556
557         * lisp/lpath.el: Fbind `compose-mail' for Mule.
558
559         * lisp/dgnushack.el (TopLevel): Byte-optimize
560         `custom-declare-variable', `custom-declare-group, and
561         `custom-declare-face' to omit unsupported keywords when Mule is
562         running.
563
564 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
565
566         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
567
568         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
569         to signal an error when Mule is running.
570         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
571         `:set-after' if colon keyword is not available.
572         (TopLevel): Require `custom'.
573
574         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
575         Mule.
576         (TopLevel): Don't require `custom' here.
577
578 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
579
580         * make.bat: set max-lisp-eval-depth.
581
582 See ChangeLog.3 for earlier changes.