diff options
| author | Jan Djärv | 2005-12-12 08:08:23 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-12-12 08:08:23 +0000 |
| commit | 3b006f5b674c605bb7951fec5212e600fade2394 (patch) | |
| tree | 7c2139481f3a37ef9bbd01a356ff9913a6f8c5e7 /src | |
| parent | eab52f48e55d0fa7f0c612e28baab39677b45693 (diff) | |
| download | emacs-3b006f5b674c605bb7951fec5212e600fade2394.tar.gz emacs-3b006f5b674c605bb7951fec5212e600fade2394.zip | |
* 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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f097754496c..bf87e7da767 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c (SSDATA): New macro to remove compiler warnings. | ||
| 4 | (xg_get_image_for_pixmap, xg_create_frame_widgets) | ||
| 5 | (xg_get_file_with_chooser): Use SSDATA instead of SDATA. | ||
| 6 | |||
| 7 | * xmenu.c (menubar_selection_callback): Do nothing if the callback | ||
| 8 | is for an unselected radio menu item. | ||
| 9 | |||
| 1 | 2005-12-11 Richard M. Stallman <rms@gnu.org> | 10 | 2005-12-11 Richard M. Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix. | 12 | * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix. |