diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ba54a9fd397..d7207fc15cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2001-10-27 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret. | ||
| 4 | <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor | ||
| 5 | position using the system caret. | ||
| 6 | |||
| 7 | * w32term.c (w32_system_caret_hwnd, w32_system_caret_width) | ||
| 8 | (w32_system_caret_height, w32_system_caret_x) | ||
| 9 | (w32_system_caret_y): New variables for tracking system caret. | ||
| 10 | (w32_initialize): Initialize them. | ||
| 11 | (x_display_and_set_cursor): Make system caret follow the active | ||
| 12 | cursor. | ||
| 13 | |||
| 14 | * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET): New | ||
| 15 | messages types. | ||
| 16 | |||
| 17 | * w32term.c (note_mouse_highlight): Clear old help_echo. | ||
| 18 | |||
| 1 | 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 19 | 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 20 | ||
| 3 | * xterm.c: Fix typo in a comment. | 21 | * xterm.c: Fix typo in a comment. |