diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 350e522f6b1..6afd3836568 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xfns.c (Fx_hide_tip): Move locals to avoid shadowing. | ||
| 4 | |||
| 3 | * menu.c (push_submenu_start, push_submenu_end): Do not define unless | 5 | * menu.c (push_submenu_start, push_submenu_end): Do not define unless |
| 4 | USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI. | 6 | USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI. |
| 5 | (single_menu_item): Rename local to avoid shadowing. | 7 | (single_menu_item): Rename local to avoid shadowing. |