From: ShengHuo ZHU Date: Wed, 20 Dec 2000 05:41:32 +0000 (+0000) Subject: 2000-12-20 Jesper Harder X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=4413cbfe294b127850a12815d7a3d981e96ae876 2000-12-20 Jesper Harder * make.bat: set max-lisp-eval-depth. --- diff --git a/ChangeLog b/ChangeLog index a9629c5de..a8c0c2ac7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-12-20 Jesper Harder + + * make.bat: set max-lisp-eval-depth. + 2000-10-12 Jesper Harder * make.bat: Makes it possible to generate the Info files on diff --git a/make.bat b/make.bat index 978cdd6d5..b18670527 100644 --- a/make.bat +++ b/make.bat @@ -44,7 +44,7 @@ set EMACSINFOHACK="(while (re-search-forward \"@\\(end \\)?ifnottex\" nil t) (re cd ..\texi call %1\bin\%emacs% -batch -q -no-site-file message.texi -eval %EMACSINFOHACK% -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer call %1\bin\%emacs% -batch -q -no-site-file emacs-mime.texi -eval %EMACSINFOHACK% -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer -call %1\bin\%emacs% -batch -q -no-site-file gnus.texi -eval %EMACSINFOHACK% -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer +call %1\bin\%emacs% -batch -q -no-site-file gnus.texi -eval %EMACSINFOHACK% -eval "(setq max-lisp-eval-depth 600)" -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer if not "%2" == "copy" goto done copy gnus %1\info copy gnus-?? %1\info diff --git a/todo b/todo index be0bfb864..36129977d 100644 --- a/todo +++ b/todo @@ -1,6 +1,8 @@ ;; Also know as the "wish list". Some are done. For the others, no ;; promise when to be implemented. +* Understand mail-user-agent. Maybe gnus-mail-user-agent. + * Emphasis delimiters show when `W W c'. [Fixed]