Mercurial > emacs
comparison src/ChangeLog @ 35190:b8bdb63c0f6e
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 10 Jan 2001 11:54:41 +0000 |
parents | d6427b0a4cd8 |
children | b4a8fdcf76cf |
comparison
equal
deleted
inserted
replaced
35189:249d8611d11f | 35190:b8bdb63c0f6e |
---|---|
1 2001-01-10 Dave Love <fx@gnu.org> | |
2 | |
3 * sysdep.c (random): Revert the declaration. | |
4 | |
1 2001-01-09 Gerd Moellmann <gerd@gnu.org> | 5 2001-01-09 Gerd Moellmann <gerd@gnu.org> |
2 | 6 |
3 * lisp.h (STRING_BYTES) [GC_CHECK_STRING_BYTES]: Call | 7 * lisp.h (STRING_BYTES) [GC_CHECK_STRING_BYTES]: Call |
4 function string_bytes. | 8 function string_bytes. |
5 (GC_CHECK_STRING_BYTES): Moved here from alloc.c. | 9 (GC_CHECK_STRING_BYTES): Moved here from alloc.c. |
42 (syms_of_macros): Initialize and staticpro it. | 46 (syms_of_macros): Initialize and staticpro it. |
43 (pop_kbd_macro): Run kbd-macro-termination-hook. | 47 (pop_kbd_macro): Run kbd-macro-termination-hook. |
44 | 48 |
45 * xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil. | 49 * xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil. |
46 | 50 |
47 2001-01-07 Dave Love <d.love@dl.ac.uk> | 51 2001-01-07 Dave Love <fx@gnu.org> |
48 | 52 |
49 * keyboard.c (Fread_key_sequence_vector): Avoid newline in | 53 * keyboard.c (Fread_key_sequence_vector): Avoid newline in |
50 arglist, for documentation's sake. | 54 arglist, for documentation's sake. |
51 | 55 |
52 2001-01-06 Andrew Innes <andrewi@gnu.org> | 56 2001-01-06 Andrew Innes <andrewi@gnu.org> |