changeset 102840:c809565ddbb8

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 04 Apr 2009 11:32:49 +0000
parents 40cd9d1f3f2a
children 3ba455e0b28d
files src/ChangeLog
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Apr 04 09:43:21 2009 +0000
+++ b/src/ChangeLog	Sat Apr 04 11:32:49 2009 +0000
@@ -79,7 +79,6 @@
 
 	* xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
 	the property _NET_WM_STATE has changed.
-	updated.
 	(x_handle_net_wm_state): New function to update frame parameter
 	fullscreen.
 	(x_term_init): Initialize atoms for _NET_WM_STATE.
@@ -849,7 +848,7 @@
 	input_interrupt_mode to nil.
 
 	* image.c (svg_load_image): Don't right-shift background RGB when
-	obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
+	obtained from FRAME_BACKGROUND_PIXEL.  Under HAVE_NS use ns_query_color.
 
 2009-01-28  Kenichi Handa  <handa@m17n.org>