diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 825211aa8ce..1db958d8d67 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,20 @@ | |||
| 1 | 2012-04-23 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-04-23 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix minor GTK3 problems found by static checking. | ||
| 4 | * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed) | ||
| 5 | (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed) | ||
| 6 | (struct _EmacsFixedClass, emacs_fixed_get_type): | ||
| 7 | Move decls here from emacsgtkfixed.h, since they needn't be public. | ||
| 8 | (emacs_fixed_get_type): Now static. | ||
| 9 | (emacs_fixed_class_init): Omit unused local. | ||
| 10 | (emacs_fixed_child_type): Remove; unused. | ||
| 11 | * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed) | ||
| 12 | (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed) | ||
| 13 | (struct _EmacsFixedClass): Move to emacsgtkfixed.c. | ||
| 14 | (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS) | ||
| 15 | (EMACS_FIXED_GET_CLASS): Remove; unused. | ||
| 16 | * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local. | ||
| 17 | |||
| 3 | * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO. | 18 | * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO. |
| 4 | Problem reported by Juanma Barranquero for Windows -Wunused-function. | 19 | Problem reported by Juanma Barranquero for Windows -Wunused-function. |
| 5 | 20 | ||