diff src/ChangeLog @ 92052:3a7d2adfb2af

(x_connection_closed): Consolidate identical tests. (x_delete_terminal): Don't crash if called via x_connection_closed.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 21 Feb 2008 16:51:07 +0000
parents 0463ecde5653
children 618be669a765
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 21 15:27:15 2008 +0000
+++ b/src/ChangeLog	Thu Feb 21 16:51:07 2008 +0000
@@ -1,7 +1,12 @@
+2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* xterm.c (x_connection_closed): Consolidate identical tests.
+	(x_delete_terminal): Don't crash if called via x_connection_closed.
+
 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
 
 	* xdisp.c (decode_mode_spec): New arg string.
-	(display_mode_element): Adjusted for the above change.
+	(display_mode_element): Adjust for the above change.
 
 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>