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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 27 Jan 2005 17:32:43 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4186 emacs/src/ChangeLog:1.4187
*** emacs/src/ChangeLog:1.4186  Thu Jan 27 17:00:38 2005
--- emacs/src/ChangeLog Thu Jan 27 22:32:41 2005
***************
*** 1,3 ****
--- 1,19 ----
+ 2005-01-27  Kim F. Storm  <address@hidden>
+ 
+       * xdisp.c (get_phys_cursor_geometry): New function to calculate
+       phys cursor position and size for hollow cursor.  Position is
+       aligned with get_glyph_string_clip_rect and ensures that a hollow
+       cursor is shown, even when the actual glyph is not visible.
+ 
+       * dispextern.h (get_phys_cursor_geometry): Add prototype.
+ 
+       * xterm.c (x_clip_to_row): Ensure y >= 0.
+       (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
+ 
+       * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
+ 
+       * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
+ 
  2005-01-27  Stefan Monnier  <address@hidden>
  
        * xterm.c (x_error_quitter): Add a prototype.  Make it static again.




reply via email to

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