# HG changeset patch # User David Reitter # Date 1219254803 0 # Node ID c532aa80972d207ebcfe322a32058515312ebd8c # Parent 0bd8c433ca1f68b9f8a1dea16875481af34f3a95 *** empty log message *** diff -r 0bd8c433ca1f -r c532aa80972d src/ChangeLog --- a/src/ChangeLog Wed Aug 20 17:50:20 2008 +0000 +++ b/src/ChangeLog Wed Aug 20 17:53:23 2008 +0000 @@ -1,3 +1,15 @@ +2008-08-20 David Reitter + + * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c + * nsterm.m: remove ns-specific code for cursor blinking + (ns_draw_window_cursor): clear cursor properly rather than + redrawing the area. Respect width of bar cursors. + These changes enable the use of generic blink-cursor-mode and + generic cursor types in NS and support smooth cursor movements (do + not blink off after command). + * xdisp.c (get_phys_cursor_geometry): redraw wider rectangle on + Nextstep, too. + 2008-08-19 Kenichi Handa * font.c (Vfont_log_deferred): New variable.