]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 3 Nov 1999 13:47:00 +0000 (13:47 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 3 Nov 1999 13:47:00 +0000 (13:47 +0000)
INSTALL
lib-src/ChangeLog
lisp/ChangeLog
src/ChangeLog

diff --git a/INSTALL b/INSTALL
index 5ae7631d51b0918393a56d370b10d239abeab5cb..75d7d32d8338d7eeb89c158238ec561d36a30fe6 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -52,7 +52,7 @@ each character set.
 The intlfonts distribution contains its own installation instructions,
 in the intlfonts/README file.
 
-* elisp-manual-VERSION.tar.gz
+* elisp-manual-EMACSVERSION-MANVERSION.tar.gz
 
 This is the Emacs Lisp Reference for programmers, containing an
 in-depth discussion of Emacs Lisp and Emacs internals.  The
index 746323b4a9e8729d309d2446f1572c0a943d0480..8ef9fa0a74b56b8b893d7133b4a678408ca70da1 100644 (file)
@@ -1,3 +1,7 @@
+1999-11-03  Gerd Moellmann  <gerd@gnu.org>
+
+       * etags.c (print_help): Change email address to send bugs to.
+
 1999-11-01  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
 
        * etags.c: Add suffix psw for PSWrap.
index 42dad772b0f4039b0ef84d87ec72353960d3d6e0..d745877a0c7724053bb7deb32b30274c7143bb2e 100644 (file)
@@ -1,3 +1,12 @@
+1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * emacs-lisp/debug.el (debug): If noninteractive, display the
+       backtrace using `message', then exit Emacs.
+       (debugger-batch-max-lines): New variable.
+       (debugger-setup-buffer): New subroutine, broken out of `debug'.
+       Change the messages put at the start, to say that the debugger
+       was entered.
+
 1999-11-02  Sam Steingold  <sds@ksp.com>
 
        * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
index af8631a3b22c26d95771d31abf38e8cada3c741f..8ee2c9aa604a51913d94f19e4574a46a3c71ae4b 100644 (file)
        * syntax.c: Remove whitespace after open or in front of closing
        parentheses.
 
+1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * Makefile.in (w16select.o, sound.o): Don't depend on lisp.h.
+
 1999-10-31  Gerd Moellmann  <gerd@gnu.org>
 
        * xdisp.c (resize_mini_window): Compute needed height differently.
        (display_line): Set charpos of first glyph to -1 only if that
        glyph is the space added by append_glyph.
 
+1999-10-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * print.c (strout): Consider `noninteractive' and use stdout
+       only when PRINTCHARFUN is t.
+
+       * lisp.h (struct gcpro) [DEBUG_GCPRO]: New field `level'.
+       (gcpro_level): Declare it extern.
+       [DEBUG_GCPRO] (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
+       Alternate definitions that set `level' and increment `gcpro_level'.
+       [DEBUG_GCPRO] (UNGCPRO): Alternate definition that checks gcpro_level.
+
+       * eval.c [DEBUG_GCPRO] (gcpro_level): New variable.
+       (init_eval) [DEBUG_GCPRO]: Initialize it.
+       (unwind_to_catch) [DEBUG_GCPRO]: Set gcpro_level
+       from remaining gcprolist.
+
 1999-10-29  Kenichi Handa  <handa@etl.go.jp>
 
        * coding.c (code_convert_region): Update `dst' correctly.