diff options
| author | Stefan Monnier | 2004-01-22 15:28:25 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-01-22 15:28:25 +0000 |
| commit | 455316e213b0cadbba0545a095243f90e242d16a (patch) | |
| tree | 7f2020f9a5a847f373f3eac14e4c9822cae21825 /src | |
| parent | e555f8d5a4cfa2a1496ed61795ab6dc143600698 (diff) | |
| download | emacs-455316e213b0cadbba0545a095243f90e242d16a.tar.gz emacs-455316e213b0cadbba0545a095243f90e242d16a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
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 @@ | |||
| 1 | 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2004-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 | ||
| 5 | 2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 11 | 2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| @@ -630,6 +636,13 @@ | |||
| 630 | 636 | ||
| 631 | 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca> | 637 | 2003-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 | ||