Mercurial > emacs
changeset 67526:a1f2e352a862
* 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.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Mon, 12 Dec 2005 08:08:23 +0000 |
parents | d1c8ad10efda |
children | 88807d05a058 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Dec 12 05:22:29 2005 +0000 +++ b/src/ChangeLog Mon Dec 12 08:08:23 2005 +0000 @@ -1,3 +1,12 @@ +2005-12-12 Jan Dj,Ad(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.