diff options
| author | Jason Rumney | 2002-03-22 22:08:10 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-03-22 22:08:10 +0000 |
| commit | b8b47c1966c36a9bfa25ccc2c5b9ff5c7dd762d1 (patch) | |
| tree | 499f0b70504d8a11952d67f4e6fba928276d2eb7 /src/ChangeLog | |
| parent | 0327b4cc87ada62c2fd72d14b719330cea8eabe9 (diff) | |
| download | emacs-b8b47c1966c36a9bfa25ccc2c5b9ff5c7dd762d1.tar.gz emacs-b8b47c1966c36a9bfa25ccc2c5b9ff5c7dd762d1.zip | |
(zv_bits): Declare as short, for word alignment.
(w32_read_socket) <WM_XBUTTONUP>: Fix last change.
(syms_of_w32term): Define x-use-underline-position-properties.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c802d34aaae..a09b0b2606e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-03-22 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c: (zv_bits): Declare as short, for word alignment. | ||
| 4 | (w32_read_socket) <WM_XBUTTONUP>: Fix last change. | ||
| 5 | (syms_of_w32term): Define x-use-underline-position-properties. | ||
| 6 | |||
| 7 | * w32fns.c (x_set_cursor_color): Set cursor_gc as well. | ||
| 8 | (clear_image_cache): Block input, fix logic, clear matrices in | ||
| 9 | all frames that share this cache. | ||
| 10 | |||
| 1 | 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il> | 11 | 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 12 | ||
| 3 | * emacs.c (main): Update the Copyright year in the blurb printed | 13 | * emacs.c (main): Update the Copyright year in the blurb printed |