diff src/ChangeLog @ 3466:4d52aea479a2

[xemacs-hg @ 2006-06-21 17:30:33 by james] Fix various problems found by static checkers. Also, but back the CURCHARSIZE macro in window.c to preserve the abstraction. <m3mzc6wh85.fsf_-_@jerrypc.cs.usu.edu>
author james
date Wed, 21 Jun 2006 17:30:37 +0000
parents 3aab51033467
children f986ebd9c080
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jun 20 21:51:21 2006 +0000
+++ b/src/ChangeLog	Wed Jun 21 17:30:37 2006 +0000
@@ -1,3 +1,17 @@
+2006-06-19  Jerry James  <james@xemacs.org>
+
+	* device-x.c (x_IO_error_handler): Do not dereference d if it is
+	NULL.
+	* dialog-x.c (dbox_selection_callback): Ensure f is non-NULL, then
+	dereference it, not the other way around.
+	* emacs.c (main_1): restart is always 0 here.
+	* extents.c (detach_all_extents): Call extent_list_delete_all with
+	a non-NULL parameter only.
+	* glyphs-widget.c (widget_query_geometry): Guard against possibly
+	NULL width and height.
+	* window.c (change_window_height): Restore use of CURCHARSIZE
+	removed by 2006-06-16 change, to preserve the abstraction.
+
 2006-06-19  Jerry James  <james@xemacs.org>
 
 	* frame-x.c (x_set_frame_properties): Remove casts to silence GCC