comparison 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
comparison
equal deleted inserted replaced
3465:af932b7bc2ee 3466:4d52aea479a2
1 2006-06-19 Jerry James <james@xemacs.org>
2
3 * device-x.c (x_IO_error_handler): Do not dereference d if it is
4 NULL.
5 * dialog-x.c (dbox_selection_callback): Ensure f is non-NULL, then
6 dereference it, not the other way around.
7 * emacs.c (main_1): restart is always 0 here.
8 * extents.c (detach_all_extents): Call extent_list_delete_all with
9 a non-NULL parameter only.
10 * glyphs-widget.c (widget_query_geometry): Guard against possibly
11 NULL width and height.
12 * window.c (change_window_height): Restore use of CURCHARSIZE
13 removed by 2006-06-16 change, to preserve the abstraction.
14
1 2006-06-19 Jerry James <james@xemacs.org> 15 2006-06-19 Jerry James <james@xemacs.org>
2 16
3 * frame-x.c (x_set_frame_properties): Remove casts to silence GCC 17 * frame-x.c (x_set_frame_properties): Remove casts to silence GCC
4 warnings about a missing sentinel. 18 warnings about a missing sentinel.
5 19