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