diff options
| author | Gerd Moellmann | 2001-08-31 07:44:38 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-31 07:44:38 +0000 |
| commit | 986ec8f2e5a3e5137a1d6c22753c460633191add (patch) | |
| tree | fd03de962d8ed8a9d9911454888b01e945216219 /src | |
| parent | 79f5f9ec9581e7365222f815f8e420965a589a3e (diff) | |
| download | emacs-986ec8f2e5a3e5137a1d6c22753c460633191add.tar.gz emacs-986ec8f2e5a3e5137a1d6c22753c460633191add.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f3c4bdc6221..66e25794e74 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-08-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-08-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs.c (shut_down_emacs): Don't call check_glyph_memory | ||
| 4 | and check_message_stack if temrinating normally. We want | ||
| 5 | glyph matrices etc. in a core dump. | ||
| 6 | |||
| 3 | * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables. | 7 | * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables. |
| 4 | (syms_of_xdisp): Initialize them. | 8 | (syms_of_xdisp): Initialize them. |
| 5 | (handle_single_display_prop): Don't change point, bind `object', | 9 | (handle_single_display_prop): Don't change point, bind `object', |