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: Tue, 02 Oct 2007 21:55:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/02 21:55:28

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5909
retrieving revision 1.5910
diff -u -b -r1.5909 -r1.5910
--- ChangeLog   2 Oct 2007 21:24:47 -0000       1.5909
+++ ChangeLog   2 Oct 2007 21:55:27 -0000       1.5910
@@ -1,7 +1,19 @@
 2007-10-02  Stefan Monnier  <address@hidden>
 
+       * window.h (struct window):
+       * window.c (struct save_window_data, struct saved_window):
+       * termhooks.h (struct terminal):
+       * process.h (struct Lisp_Process):
+       * frame.h (struct frame):
+       * buffer.h (struct buffer):
+       * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
+       (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
+       The size field of (pseudo)vectors is now unsigned.
+       (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
+
        * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
        Turn `count' into an integer.
+
        * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
        (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
        * print.c (print_object) <HASH_TABLE_P>: `count' is an int.




reply via email to

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