# HG changeset patch # User Chong Yidong # Date 1219270180 0 # Node ID 6271a23dda53d2b95bf28ffa7e139ca291216766 # Parent 95b685a816d7ea177c07d12162980cb9be4b14bc * xselect.c (x_get_foreign_selection): Return nil if desired selection could not be obtained, instead of signalling an error. diff -r 95b685a816d7 -r 6271a23dda53 src/ChangeLog --- a/src/ChangeLog Wed Aug 20 20:08:50 2008 +0000 +++ b/src/ChangeLog Wed Aug 20 22:09:40 2008 +0000 @@ -1,14 +1,19 @@ +2008-08-20 Chong Yidong + + * xselect.c (x_get_foreign_selection): Return nil if desired + selection could not be obtained, instead of signalling an error. + 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 + * 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 + 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. + * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on + Nextstep, too. 2008-08-19 Kenichi Handa