aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2001-10-27 22:40:41 +0000
committerJason Rumney2001-10-27 22:40:41 +0000
commit1ce1e4ee7486b5d84e92d2c52a3027e286ab4057 (patch)
tree85056dbebbf8d16be63b583c0db699d23b0d2eb1 /src
parent65906840aeb3196b0a0bd97e6f65c63bc225e081 (diff)
downloademacs-1ce1e4ee7486b5d84e92d2c52a3027e286ab4057.tar.gz
emacs-1ce1e4ee7486b5d84e92d2c52a3027e286ab4057.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog18
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 @@
12001-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
12001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 192001-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.