From 1eff4ab33b009e0a5c7bf334338652db315b16ea Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 20 Aug 2008 22:09:40 +0000 Subject: [PATCH] * xselect.c (x_get_foreign_selection): Return nil if desired selection could not be obtained, instead of signalling an error. --- src/ChangeLog | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index d4891906dc3..1001872d48f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.5