Mercurial > emacs
diff src/ChangeLog @ 112360:3215a5cff4dd
Declare some DEFVARs globally, not locally
* gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files)
(x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar):
Declare.
* gtkutil.c (xg_uses_old_file_dialog):
(xg_get_file_with_chooser):
(xg_tool_bar_detach_callback): Don't redeclare globals.
author | Tom Tromey <tromey@redhat.com> |
---|---|
date | Tue, 18 Jan 2011 10:28:28 -0700 |
parents | 011b1eb5c384 |
children | 116a3428737d |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 18 10:00:04 2011 -0700 +++ b/src/ChangeLog Tue Jan 18 10:28:28 2011 -0700 @@ -1,3 +1,12 @@ +2011-01-18 Tom Tromey <tromey@redhat.com> + + * gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files) + (x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar): + Declare. + * gtkutil.c (xg_uses_old_file_dialog): + (xg_get_file_with_chooser): + (xg_tool_bar_detach_callback): Don't redeclare globals. + 2011-01-18 Tom Tromey <tromey@redhat.com> * lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro.