aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-03 13:47:00 +0000
committerGerd Moellmann1999-11-03 13:47:00 +0000
commitcb3a6c483be4ac41a19c0516eb1a9f0bba05cf53 (patch)
tree835fb34f61c9710cb65f67ee4c0d5d13168e463e /src
parent63ca439e7f892acd6be15edbf56c418ea6654039 (diff)
downloademacs-cb3a6c483be4ac41a19c0516eb1a9f0bba05cf53.tar.gz
emacs-cb3a6c483be4ac41a19c0516eb1a9f0bba05cf53.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index af8631a3b22..8ee2c9aa604 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -51,6 +51,10 @@
51 * syntax.c: Remove whitespace after open or in front of closing 51 * syntax.c: Remove whitespace after open or in front of closing
52 parentheses. 52 parentheses.
53 53
541999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
55
56 * Makefile.in (w16select.o, sound.o): Don't depend on lisp.h.
57
541999-10-31 Gerd Moellmann <gerd@gnu.org> 581999-10-31 Gerd Moellmann <gerd@gnu.org>
55 59
56 * xdisp.c (resize_mini_window): Compute needed height differently. 60 * xdisp.c (resize_mini_window): Compute needed height differently.
@@ -61,6 +65,22 @@
61 (display_line): Set charpos of first glyph to -1 only if that 65 (display_line): Set charpos of first glyph to -1 only if that
62 glyph is the space added by append_glyph. 66 glyph is the space added by append_glyph.
63 67
681999-10-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
69
70 * print.c (strout): Consider `noninteractive' and use stdout
71 only when PRINTCHARFUN is t.
72
73 * lisp.h (struct gcpro) [DEBUG_GCPRO]: New field `level'.
74 (gcpro_level): Declare it extern.
75 [DEBUG_GCPRO] (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
76 Alternate definitions that set `level' and increment `gcpro_level'.
77 [DEBUG_GCPRO] (UNGCPRO): Alternate definition that checks gcpro_level.
78
79 * eval.c [DEBUG_GCPRO] (gcpro_level): New variable.
80 (init_eval) [DEBUG_GCPRO]: Initialize it.
81 (unwind_to_catch) [DEBUG_GCPRO]: Set gcpro_level
82 from remaining gcprolist.
83
641999-10-29 Kenichi Handa <handa@etl.go.jp> 841999-10-29 Kenichi Handa <handa@etl.go.jp>
65 85
66 * coding.c (code_convert_region): Update `dst' correctly. 86 * coding.c (code_convert_region): Update `dst' correctly.