From: Stefan Monnier Date: Thu, 22 Jan 2004 15:28:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7852 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=455316e213b0cadbba0545a095243f90e242d16a;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 4fba5e166b3..3f6f23e1395 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.