Mercurial > emacs
changeset 97571:c532aa80972d
*** empty log message ***
author | David Reitter <david.reitter@gmail.com> |
---|---|
date | Wed, 20 Aug 2008 17:53:23 +0000 |
parents | 0bd8c433ca1f |
children | 9fb28094a3cf |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <david.reitter@gmail.com> + + * 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 <handa@m17n.org> * font.c (Vfont_log_deferred): New variable.