aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-18 13:46:46 +0000
committerGerd Moellmann2001-01-18 13:46:46 +0000
commitb0b7ed0e41fc0df49cef34211f2ed69e676e1adc (patch)
tree935f300929824e9d7bf485b35f8f09ba71711bf5 /src/ChangeLog
parent06bccf8e72074e260935af63e05079c7f53ff5f3 (diff)
downloademacs-b0b7ed0e41fc0df49cef34211f2ed69e676e1adc.tar.gz
emacs-b0b7ed0e41fc0df49cef34211f2ed69e676e1adc.zip
(window_size_fixed): New variable.
(syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for the doc string.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index affd55502de..f3f088a9b28 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-01-18 Gerd Moellmann <gerd@gnu.org> 12001-01-18 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (window_size_fixed): New variable.
4 (syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for
5 the doc string.
6
3 * eval.c (specbind): If binding a per-buffer variable which 7 * eval.c (specbind): If binding a per-buffer variable which
4 doesn't have a buffer-local value in the current buffer, change 8 doesn't have a buffer-local value in the current buffer, change
5 the global value by changing the value of the symbol bound in all 9 the global value by changing the value of the symbol bound in all