diff options
| author | Karoly Lorentey | 2004-02-18 17:10:32 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-02-18 17:10:32 +0000 |
| commit | ac3d262560b0182146962f183d32725602d82f3c (patch) | |
| tree | 735abbd9cd9e245ed6ce33240d260ccfc2e5e5f2 /src/ChangeLog | |
| parent | e581a4668750ed98d77f13500c983439770ec600 (diff) | |
| parent | 58ec79cfdf24cf6fa662768a42931ca042c54f85 (diff) | |
| download | emacs-ac3d262560b0182146962f183d32725602d82f3c.tar.gz emacs-ac3d262560b0182146962f183d32725602d82f3c.zip | |
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-98
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-99
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-100
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-101
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-102
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-78
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 179b7a16a48..020e02cafcf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,38 @@ | |||
| 1 | 2004-02-17 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (fast_find_position): Fix return value of new version; | ||
| 4 | it was inverted compared to the 21.1 version. | ||
| 5 | (get_window_cursor_type): Don't look at glyph if NULL. | ||
| 6 | (display_and_set_cursor): Set glyph to NULL if cursor in fringe. | ||
| 7 | |||
| 8 | * keyboard.c: Rework previous change; it didn't consider that the | ||
| 9 | buf array was allocated on the stack. | ||
| 10 | (prev_read): Remove variable. | ||
| 11 | (read_avail_input_buf): New static event buffer array. | ||
| 12 | (in_read_avail_input): New static variable to handle re-entrancy. | ||
| 13 | (read_avail_input): Change buf to pinter to read_avail_input_buf. | ||
| 14 | Use in_read_avail_input to handle re-entrance; when re-entered, | ||
| 15 | fully initialize and use tmp_buf array instead of read_avail_input_buf. | ||
| 16 | Do not initialize read_avail_input_buf in full here; instead assume it | ||
| 17 | is always cleared on entry. To ensure that, we clear (just) the | ||
| 18 | entries that were used before we return. | ||
| 19 | (init_keyboard): Initialize read_avail_input_buf here. | ||
| 20 | |||
| 21 | 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | ||
| 22 | |||
| 23 | * cmds.c (Fend_of_line): Doc fix. | ||
| 24 | |||
| 25 | 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change) | ||
| 26 | |||
| 27 | * keyboard.c (prev_read): New static variable. | ||
| 28 | (read_avail_input): Use it to zero out only those slots in buf[] | ||
| 29 | that were used last time we were called. | ||
| 30 | |||
| 31 | 2004-02-16 Eli Zaretskii <eliz@elta.co.il> | ||
| 32 | |||
| 33 | * Makefile.in (obj): Move fringe.o from here... | ||
| 34 | (XOBJ, MAC_OBJ): ...to here. | ||
| 35 | |||
| 1 | 2004-02-16 Stephen Eglen <stephen@gnu.org> | 36 | 2004-02-16 Stephen Eglen <stephen@gnu.org> |
| 2 | 37 | ||
| 3 | * fringe.c (init_fringe_bitmap): Define j in MAC_OS code. | 38 | * fringe.c (init_fringe_bitmap): Define j in MAC_OS code. |