diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 269285d32b0..454b6fba129 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,11 @@ | |||
| 4 | to unsigned char * to avoid compiler diagnostic. | 4 | to unsigned char * to avoid compiler diagnostic. |
| 5 | (xg_free_frame_widgets): Make it clear that a local variable is | 5 | (xg_free_frame_widgets): Make it clear that a local variable is |
| 6 | needed only if USE_GTK_TOOLTIP. | 6 | needed only if USE_GTK_TOOLTIP. |
| 7 | (int_gtk_range_get_value): New function, which avoids a diagnostic | ||
| 8 | from gcc -Wbad-function-cast. | ||
| 9 | (xg_set_toolkit_scroll_bar_thumb): Use it. | ||
| 10 | (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid | ||
| 11 | diagnostic from gcc -Wbad-function-cast. | ||
| 7 | 12 | ||
| 8 | * xgselect.c (xg_select): Remove unused var. | 13 | * xgselect.c (xg_select): Remove unused var. |
| 9 | 14 | ||