aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey2011-01-18 10:28:28 -0700
committerTom Tromey2011-01-18 10:28:28 -0700
commitcab0ba989e31c0ba8272adc1dbb2615f61ecb35f (patch)
treec1323eeffa778ac52225c85df8d7c4b86d2806b3 /src/ChangeLog
parent422745d0bc0a7031231187ecab65812234595944 (diff)
downloademacs-cab0ba989e31c0ba8272adc1dbb2615f61ecb35f.tar.gz
emacs-cab0ba989e31c0ba8272adc1dbb2615f61ecb35f.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d6808bb27b7..1b9655e9605 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12011-01-18 Tom Tromey <tromey@redhat.com> 12011-01-18 Tom Tromey <tromey@redhat.com>
2 2
3 * gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files)
4 (x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar):
5 Declare.
6 * gtkutil.c (xg_uses_old_file_dialog):
7 (xg_get_file_with_chooser):
8 (xg_tool_bar_detach_callback): Don't redeclare globals.
9
102011-01-18 Tom Tromey <tromey@redhat.com>
11
3 * lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro. 12 * lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro.
4 * buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS. 13 * buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS.
5 14