diff options
| author | Gerd Moellmann | 1999-11-03 13:47:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-03 13:47:00 +0000 |
| commit | cb3a6c483be4ac41a19c0516eb1a9f0bba05cf53 (patch) | |
| tree | 835fb34f61c9710cb65f67ee4c0d5d13168e463e /src | |
| parent | 63ca439e7f892acd6be15edbf56c418ea6654039 (diff) | |
| download | emacs-cb3a6c483be4ac41a19c0516eb1a9f0bba05cf53.tar.gz emacs-cb3a6c483be4ac41a19c0516eb1a9f0bba05cf53.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 20 |
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 | ||
| 54 | 1999-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 | |||
| 54 | 1999-10-31 Gerd Moellmann <gerd@gnu.org> | 58 | 1999-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 | ||
| 68 | 1999-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 | |||
| 64 | 1999-10-29 Kenichi Handa <handa@etl.go.jp> | 84 | 1999-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. |