From: Gerd Moellmann Date: Wed, 3 Nov 1999 13:47:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6192 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/cb3a6c483be4ac41a19c0516eb1a9f0bba05cf53 *** empty log message *** --- diff --git a/INSTALL b/INSTALL index 5ae7631d51..75d7d32d83 100644 --- 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 diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 746323b4a9..8ef9fa0a74 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +1999-11-03 Gerd Moellmann + + * etags.c (print_help): Change email address to send bugs to. + 1999-11-01 Francesco Potorti` * etags.c: Add suffix psw for PSWrap. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42dad772b0..d745877a0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +1999-11-03 Richard M. Stallman + + * 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 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. diff --git a/src/ChangeLog b/src/ChangeLog index af8631a3b2..8ee2c9aa60 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -51,6 +51,10 @@ * syntax.c: Remove whitespace after open or in front of closing parentheses. +1999-11-01 Richard M. Stallman + + * Makefile.in (w16select.o, sound.o): Don't depend on lisp.h. + 1999-10-31 Gerd Moellmann * xdisp.c (resize_mini_window): Compute needed height differently. @@ -61,6 +65,22 @@ (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 + + * 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 * coding.c (code_convert_region): Update `dst' correctly.