changeset 97574:6271a23dda53

* xselect.c (x_get_foreign_selection): Return nil if desired selection could not be obtained, instead of signalling an error.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 20 Aug 2008 22:09:40 +0000
parents 95b685a816d7
children f188167016d0
files src/ChangeLog
diffstat 1 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
+
+	* 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 <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
+	* 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  <handa@m17n.org>