Mercurial > emacs
comparison src/ChangeLog @ 40386:7bdfd55ddbe9
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 27 Oct 2001 22:40:41 +0000 |
parents | dff839c067e0 |
children | 24b61d17eccb |
comparison
equal
deleted
inserted
replaced
40385:b3dbd98f9b97 | 40386:7bdfd55ddbe9 |
---|---|
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. |
4 | 22 |
5 * emacs.c: Fix typos in comments. | 23 * emacs.c: Fix typos in comments. |