]> git.eshelyaron.com Git - emacs.git/commitdiff
* gtkutil.c (SSDATA): New macro to remove compiler warnings.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 12 Dec 2005 08:08:23 +0000 (08:08 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 12 Dec 2005 08:08:23 +0000 (08:08 +0000)
(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.

src/ChangeLog

index f097754496cf848f3f8b57a53ffe4dc3bdcfb251..bf87e7da76764d73bfae7e2a1effcc7799b82a3e 100644 (file)
@@ -1,3 +1,12 @@
+2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * 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  <rms@gnu.org>
 
        * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.