diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-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) |