diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 744259568e4..58661af0867 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2004-02-20 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes. | ||
| 4 | The following changes are relative to the 2004-01-21 revision. | ||
| 5 | (NREAD_INPUT_EVENTS): Define as max number of input events to read | ||
| 6 | in one call to read_socket_hook. Value is 8. | ||
| 7 | (read_avail_input): Separate and rework handling of read_socket_hook | ||
| 8 | 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 | ||
| 10 | new local variable 'discard' to skip input after C-g. | ||
| 11 | 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. | ||
| 13 | |||
| 14 | 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 15 | |||
| 16 | * lisp.h (union Lisp_Object): Give a more precise type for `type'. | ||
| 17 | Remove unused `gu' alternative. | ||
| 18 | |||
| 19 | 2004-02-19 Andreas Schwab <schwab@suse.de> | ||
| 20 | |||
| 21 | * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid | ||
| 22 | warning. | ||
| 23 | |||
| 1 | 2004-02-18 Kim F. Storm <storm@cua.dk> | 24 | 2004-02-18 Kim F. Storm <storm@cua.dk> |
| 2 | 25 | ||
| 3 | * xdisp.c (get_window_cursor_type, display_and_set_cursor): | 26 | * xdisp.c (get_window_cursor_type, display_and_set_cursor): |
| @@ -44,9 +67,9 @@ | |||
| 44 | 67 | ||
| 45 | 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca> | 68 | 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 46 | 69 | ||
| 47 | * data.c (Fbyteorder): | 70 | * data.c (Fbyteorder): |
| 48 | * fringe.c (Fdefine_fringe_bitmap): | 71 | * fringe.c (Fdefine_fringe_bitmap): |
| 49 | * xdisp.c (handle_single_display_prop): | 72 | * xdisp.c (handle_single_display_prop): |
| 50 | * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup. | 73 | * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup. |
| 51 | 74 | ||
| 52 | 2004-02-16 Jason Rumney <jasonr@gnu.org> | 75 | 2004-02-16 Jason Rumney <jasonr@gnu.org> |
| @@ -59,7 +82,7 @@ | |||
| 59 | controlling emulation of a three button mouse with option and | 82 | controlling emulation of a three button mouse with option and |
| 60 | command keys. | 83 | command keys. |
| 61 | (Qreverse, mac_get_enumlated_btn): Handle the emulation | 84 | (Qreverse, mac_get_enumlated_btn): Handle the emulation |
| 62 | (mac_event_to_emacs_modifiers, XTread_socket): Ditto | 85 | (mac_event_to_emacs_modifiers, XTread_socket): Ditto. |
| 63 | 86 | ||
| 64 | 2004-02-15 Kim F. Storm <storm@cua.dk> | 87 | 2004-02-15 Kim F. Storm <storm@cua.dk> |
| 65 | 88 | ||