diff options
| author | Karoly Lorentey | 2004-01-23 21:51:08 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-01-23 21:51:08 +0000 |
| commit | 9ae44db9cce6aefe5012afbfa8bbbb1757ee1b92 (patch) | |
| tree | a5e5c3c44ffcb7c2184df9792edabbb199705b85 /src/ChangeLog | |
| parent | d448e98221f74c780d5163ed819b782ee32f7d74 (diff) | |
| parent | 414f7d4eb2c6aead50f48fb84b8a425d7cf356f5 (diff) | |
| download | emacs-9ae44db9cce6aefe5012afbfa8bbbb1757ee1b92.tar.gz emacs-9ae44db9cce6aefe5012afbfa8bbbb1757ee1b92.zip | |
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-51
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-52
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-62
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 | ||