aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-11-16 21:23:07 +0000
committerStefan Monnier2007-11-16 21:23:07 +0000
commitb05b4e2787f085af0ebdf2ed1705e5f4f799dee5 (patch)
tree557e83715e47184816036669530439db522a1ec0 /src/ChangeLog
parent056ce1959724bce0b79983a2b88d193def718adb (diff)
downloademacs-b05b4e2787f085af0ebdf2ed1705e5f4f799dee5.tar.gz
emacs-b05b4e2787f085af0ebdf2ed1705e5f4f799dee5.zip
(struct save_window_data): Move non-lisp data to the end
and make it `int' rather than Lisp_Object. (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR. Done wrap/unwrap integer values. (Fset_window_configuration, compare_window_configurations): Update use of fields to their new types.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 85f9736da7b..c0d55b6ca04 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12007-11-16 Stefan Monnier <monnier@iro.umontreal.ca> 12007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * window.c (struct save_window_data): Move non-lisp data to the end
4 and make it `int' rather than Lisp_Object.
5 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
6 Done wrap/unwrap integer values.
7 (Fset_window_configuration, compare_window_configurations):
8 Update use of fields to their new types.
9
3 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data. 10 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
4 Turn integer fields into `int'. Merge x_window_low and x_window_high. 11 Turn integer fields into `int'. Merge x_window_low and x_window_high.
5 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW) 12 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)