From: Jan Djärv Date: Mon, 12 Dec 2005 08:08:23 +0000 (+0000) Subject: * gtkutil.c (SSDATA): New macro to remove compiler warnings. X-Git-Tag: emacs-pretest-22.0.90~5320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b006f5b674c605bb7951fec5212e600fade2394;p=emacs.git * gtkutil.c (SSDATA): New macro to remove compiler warnings. (xg_get_image_for_pixmap, xg_create_frame_widgets) (xg_get_file_with_chooser): Use SSDATA instead of SDATA. * xmenu.c (menubar_selection_callback): Do nothing if the callback is for an unselected radio menu item. --- diff --git a/src/ChangeLog b/src/ChangeLog index f097754496c..bf87e7da767 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2005-12-12 Jan Dj,Ad(Brv + + * gtkutil.c (SSDATA): New macro to remove compiler warnings. + (xg_get_image_for_pixmap, xg_create_frame_widgets) + (xg_get_file_with_chooser): Use SSDATA instead of SDATA. + + * xmenu.c (menubar_selection_callback): Do nothing if the callback + is for an unselected radio menu item. + 2005-12-11 Richard M. Stallman * xdisp.c (syms_of_xdisp) : Doc fix.