emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 16 Nov 2007 21:23:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/11/16 21:23:09

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5995
retrieving revision 1.5996
diff -u -b -r1.5995 -r1.5996
--- ChangeLog   16 Nov 2007 21:04:29 -0000      1.5995
+++ ChangeLog   16 Nov 2007 21:23:07 -0000      1.5996
@@ -1,5 +1,12 @@
 2007-11-16  Stefan Monnier  <address@hidden>
 
+       * window.c (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.
+
        * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
        Turn integer fields into `int'.  Merge x_window_low and x_window_high.
        (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]