# HG changeset patch # User Stefan Monnier # Date 1074785305 0 # Node ID 526d0dbfdbf5302b724ee05dcbbed015e004565b # Parent 4cd105e252464e8dadbd20b107513c1fbb71120d *** empty log message *** diff -r 4cd105e25246 -r 526d0dbfdbf5 src/ChangeLog --- a/src/ChangeLog Thu Jan 22 06:51:31 2004 +0000 +++ b/src/ChangeLog Thu Jan 22 15:28:25 2004 +0000 @@ -1,5 +1,11 @@ 2004-01-21 Stefan Monnier + * keyboard.c (kbd_buffer_gcpro): Remove. + (kbd_buffer_store_event, clear_event, Fdiscard_input) + (stuff_buffered_input, init_keyboard, syms_of_keyboard): + Don't initialize and/or maintain the variable any more. It was made + redundant by my commit of 2003-06-15. + * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error. 2004-01-21 Jan Dj,Ad(Brv @@ -630,6 +636,13 @@ 2003-11-17 Stefan Monnier + * alloc.c (make_float, Fcons): Clear the markbit at init time. + (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment + of block_index outside of the macro call. + (Fgarbage_collect): Remove null code. + + * m/amdx86-64.h: Don't redefine XPNTR. + * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead of VALMASK.