diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4fba5e166b3..a15f25fbde8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2004-01-23 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * fns.c (Fmd5): If OBJECT is a buffer different from the current | ||
| 4 | one, set buffer to OBJECT temporarily. | ||
| 5 | |||
| 1 | 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 8 | * keyboard.c (kbd_buffer_gcpro): Remove. | ||
| 9 | (kbd_buffer_store_event, clear_event, Fdiscard_input) | ||
| 10 | (stuff_buffered_input, init_keyboard, syms_of_keyboard): | ||
| 11 | Don't initialize and/or maintain the variable any more. It was made | ||
| 12 | redundant by my commit of 2003-06-15. | ||
| 13 | |||
| 3 | * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error. | 14 | * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error. |
| 4 | 15 | ||
| 5 | 2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 16 | 2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| @@ -630,6 +641,13 @@ | |||
| 630 | 641 | ||
| 631 | 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca> | 642 | 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 632 | 643 | ||
| 644 | * alloc.c (make_float, Fcons): Clear the markbit at init time. | ||
| 645 | (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment | ||
| 646 | of block_index outside of the macro call. | ||
| 647 | (Fgarbage_collect): Remove null code. | ||
| 648 | |||
| 649 | * m/amdx86-64.h: Don't redefine XPNTR. | ||
| 650 | |||
| 633 | * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead | 651 | * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead |
| 634 | of VALMASK. | 652 | of VALMASK. |
| 635 | 653 | ||