aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog31
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 @@
12004-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
142004-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
192004-02-19 Andreas Schwab <schwab@suse.de>
20
21 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
22 warning.
23
12004-02-18 Kim F. Storm <storm@cua.dk> 242004-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
452004-02-15 Stefan Monnier <monnier@iro.umontreal.ca> 682004-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
522004-02-16 Jason Rumney <jasonr@gnu.org> 752004-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
642004-02-15 Kim F. Storm <storm@cua.dk> 872004-02-15 Kim F. Storm <storm@cua.dk>
65 88