diff options
| author | Gerd Moellmann | 2000-12-21 21:27:37 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-21 21:27:37 +0000 |
| commit | 6ba384dc773d5a6b2a1998b7b02971d53790d2e6 (patch) | |
| tree | 1c59db18541717b08d4ed6d1555b85dfe50c5d7d /src/ChangeLog | |
| parent | 4b9e6d882e34644f0ba4c99b5dfb3f2113ca92c1 (diff) | |
| download | emacs-6ba384dc773d5a6b2a1998b7b02971d53790d2e6.tar.gz emacs-6ba384dc773d5a6b2a1998b7b02971d53790d2e6.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1538538e0fb..6a6d9eb8a29 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2000-12-21 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-21 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg | ||
| 4 | GLYPHS. | ||
| 5 | |||
| 6 | * dispextern.h (GLYPH_EQUAL_P): Also compare pixel widths, | ||
| 7 | otherwise tabs of different size compare equal. | ||
| 8 | |||
| 9 | * callint.c (Fcall_interactively): Prevent a compiler warning. | ||
| 10 | |||
| 11 | * print.c (print_unwind): Return nil. | ||
| 12 | (PRINTDECLARE): Initialize all local variables. | ||
| 13 | (print_preprocess): Add a default case. | ||
| 14 | |||
| 3 | * lisp.h (Qinhibit_point_motion_hooks): Declare extern. | 15 | * lisp.h (Qinhibit_point_motion_hooks): Declare extern. |
| 4 | 16 | ||
| 5 | * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t. | 17 | * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t. |