From: Chong Yidong Date: Wed, 20 Aug 2008 22:09:40 +0000 (+0000) Subject: * xselect.c (x_get_foreign_selection): Return nil if desired X-Git-Tag: emacs-pretest-23.0.90~3401 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1eff4ab33b009e0a5c7bf334338652db315b16ea;p=emacs.git * xselect.c (x_get_foreign_selection): Return nil if desired selection could not be obtained, instead of signalling an error. --- 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