diff options
| author | Karoly Lorentey | 2004-02-20 15:42:55 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-02-20 15:42:55 +0000 |
| commit | a225e738abdeb149e9b4bc87d5f9d9a201160aa2 (patch) | |
| tree | cf6652c0926bcf51ba512260bf29db86f354d3f5 /src/ChangeLog | |
| parent | 3b7fbceb8359279028f466091b22ab11c5484bc3 (diff) | |
| parent | 8bc5e4c131dba618a458f481a5fcbff60f252228 (diff) | |
| download | emacs-a225e738abdeb149e9b4bc87d5f9d9a201160aa2.tar.gz emacs-a225e738abdeb149e9b4bc87d5f9d9a201160aa2.zip | |
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-107
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-88
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 58661af0867..a25239d88a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-02-19 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * category.c (Fdefine_category, Fcategory_docstring) | ||
| 4 | (Fget_unused_category, Fset_category_table) | ||
| 5 | (Fcategory_set_mnemonics): Doc fixes. | ||
| 6 | |||
| 1 | 2004-02-20 Kim F. Storm <storm@cua.dk> | 7 | 2004-02-20 Kim F. Storm <storm@cua.dk> |
| 2 | 8 | ||
| 3 | * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes. | 9 | * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes. |
| @@ -7,7 +13,7 @@ | |||
| 7 | (read_avail_input): Separate and rework handling of read_socket_hook | 13 | (read_avail_input): Separate and rework handling of read_socket_hook |
| 8 | and non-read_socket_hook cases. Use smaller input_event buffer | 14 | and non-read_socket_hook cases. Use smaller input_event buffer |
| 9 | in read_socket_hook case, and repeat if full buffer is read. Use | 15 | in read_socket_hook case, and repeat if full buffer is read. Use |
| 10 | new local variable 'discard' to skip input after C-g. | 16 | new local variable 'discard' to skip input after C-g. |
| 11 | In non-read_socket_hook case, just use a single input_event, and | 17 | In non-read_socket_hook case, just use a single input_event, and |
| 12 | call kbd_buffer_store_event on the fly for each character. | 18 | call kbd_buffer_store_event on the fly for each character. |
| 13 | 19 | ||