emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 20 Jan 2002 18:27:22 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2396 emacs/src/ChangeLog:1.2397
*** emacs/src/ChangeLog:1.2396  Sun Jan 20 18:09:51 2002
--- emacs/src/ChangeLog Sun Jan 20 18:27:22 2002
***************
*** 1,3 ****
--- 1,23 ----
+ 2002-01-20  Jason Rumney  <address@hidden>
+ 
+       * w32term.c (w32_system_caret_width): Remove.
+       (w32_use_visible_system_caret): New user flag.
+       (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
+       Windows reports a screen reader running.
+       (x_update_window_begin): Hide the system caret.
+       (x_update_window_end): Show the system caret.
+       (x_display_and_set_cursor): Don't draw a cursor when
+       w32_use_visible_system_caret is set.  Do not adjust width.
+ 
+       * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
+       (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
+       <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
+       the user requests it.  Use system default width when creating.
+       <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
+ 
+       * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET): New
+       window messages.
+ 
  2002-01-20  Richard M. Stallman  <address@hidden>
  
        * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]