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: Wed, 21 Nov 2007 20:59:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/11/21 20:59:47

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6008
retrieving revision 1.6009
diff -u -b -r1.6008 -r1.6009
--- ChangeLog   21 Nov 2007 04:55:53 -0000      1.6008
+++ ChangeLog   21 Nov 2007 20:59:47 -0000      1.6009
@@ -1,7 +1,18 @@
+2007-11-21  Stefan Monnier  <address@hidden>
+
+       * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
+       * data.c (store_symval_forwarding): Get type from buffer_objfwd.
+       Update call to buffer_slot_type_mismatch.
+       * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
+       (buffer_slot_type_mismatch): Update.
+       * buffer.c (buffer_local_types): Remove.
+       (buffer_slot_type_mismatch): Get the symbol and type as arguments.
+       (defvar_per_buffer): Set the type in the buffer_objfwd.
+
 2007-11-21  Jason Rumney  <address@hidden>
 
-       * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping
-       returns NULL on failure.
+       * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
+       CreateFileMapping returns NULL on failure.
 
 2007-11-21  Stefan Monnier  <address@hidden>
 




reply via email to

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