aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2004-01-22 15:28:25 +0000
committerStefan Monnier2004-01-22 15:28:25 +0000
commit455316e213b0cadbba0545a095243f90e242d16a (patch)
tree7f2020f9a5a847f373f3eac14e4c9822cae21825 /src
parente555f8d5a4cfa2a1496ed61795ab6dc143600698 (diff)
downloademacs-455316e213b0cadbba0545a095243f90e242d16a.tar.gz
emacs-455316e213b0cadbba0545a095243f90e242d16a.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4fba5e166b3..3f6f23e1395 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> 12004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * keyboard.c (kbd_buffer_gcpro): Remove.
4 (kbd_buffer_store_event, clear_event, Fdiscard_input)
5 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
6 Don't initialize and/or maintain the variable any more. It was made
7 redundant by my commit of 2003-06-15.
8
3 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error. 9 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
4 10
52004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 112004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
@@ -630,6 +636,13 @@
630 636
6312003-11-17 Stefan Monnier <monnier@iro.umontreal.ca> 6372003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
632 638
639 * alloc.c (make_float, Fcons): Clear the markbit at init time.
640 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
641 of block_index outside of the macro call.
642 (Fgarbage_collect): Remove null code.
643
644 * m/amdx86-64.h: Don't redefine XPNTR.
645
633 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead 646 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
634 of VALMASK. 647 of VALMASK.
635 648