diff options
| author | Jason Rumney | 2002-01-20 23:27:22 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-01-20 23:27:22 +0000 |
| commit | c3c14723fa96fd582cfea0c98fb936f56ab6032b (patch) | |
| tree | 11e5c0979da6742cba50e53dc667772a5b612a83 /src/ChangeLog | |
| parent | 926a5166015446d06596230a34b8b8c400668239 (diff) | |
| download | emacs-c3c14723fa96fd582cfea0c98fb936f56ab6032b.tar.gz emacs-c3c14723fa96fd582cfea0c98fb936f56ab6032b.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 53b6bf3b738..9fe847c8f76 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2002-01-20 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (w32_system_caret_width): Remove. | ||
| 4 | (w32_use_visible_system_caret): New user flag. | ||
| 5 | (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether | ||
| 6 | Windows reports a screen reader running. | ||
| 7 | (x_update_window_begin): Hide the system caret. | ||
| 8 | (x_update_window_end): Show the system caret. | ||
| 9 | (x_display_and_set_cursor): Don't draw a cursor when | ||
| 10 | w32_use_visible_system_caret is set. Do not adjust width. | ||
| 11 | |||
| 12 | * w32fns.c (w32_visible_system_caret_hwnd): New static variable. | ||
| 13 | (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it. | ||
| 14 | <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if | ||
| 15 | the user requests it. Use system default width when creating. | ||
| 16 | <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages. | ||
| 17 | |||
| 18 | * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET): New | ||
| 19 | window messages. | ||
| 20 | |||
| 1 | 2002-01-20 Richard M. Stallman <rms@gnu.org> | 21 | 2002-01-20 Richard M. Stallman <rms@gnu.org> |
| 2 | 22 | ||
| 3 | * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1. | 23 | * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1. |