# HG changeset patch # User Richard M. Stallman # Date 1004934014 0 # Node ID 25cca1817b9e635ed0d0c7cd160f42300fed20ec # Parent d6395595f8ac0b4e29b60d86bb9ba830d29702f4 *** empty log message *** diff -r d6395595f8ac -r 25cca1817b9e src/ChangeLog --- a/src/ChangeLog Mon Nov 05 04:19:56 2001 +0000 +++ b/src/ChangeLog Mon Nov 05 04:20:14 2001 +0000 @@ -1,5 +1,19 @@ 2001-11-04 Richard M. Stallman + * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL + and CHECK_BUFFER. + + * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth. + (record_char): Likewise. + + * keyboard.c (make_lispy_event): Don't insist a drag event must + move to a different buffer position. Instead, check for moving at + least double_click_fuzz. + + * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength. + + * keyboard.c (echo-area-clear-hook): Undo Oct 29 change. + * indent.c (current_column_1, Fmove_to_column): Separate the code for display-table glyphs from the code buffer text, to fix bugs in the former.