aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-11-21 20:59:47 +0000
committerStefan Monnier2007-11-21 20:59:47 +0000
commit64e16c3c22db9f01922a4f3efb936c4265ccec7a (patch)
tree62cd4f172cedd91260805d9b9951918141dbbe43 /src/ChangeLog
parentcb01ce3f055a415bbe4f2be4fbd0e4a7f320d688 (diff)
downloademacs-64e16c3c22db9f01922a4f3efb936c4265ccec7a.tar.gz
emacs-64e16c3c22db9f01922a4f3efb936c4265ccec7a.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9f99493e668..8349b4dfeba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,18 @@
12007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
4 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
5 Update call to buffer_slot_type_mismatch.
6 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
7 (buffer_slot_type_mismatch): Update.
8 * buffer.c (buffer_local_types): Remove.
9 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
10 (defvar_per_buffer): Set the type in the buffer_objfwd.
11
12007-11-21 Jason Rumney <jasonr@gnu.org> 122007-11-21 Jason Rumney <jasonr@gnu.org>
2 13
3 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping 14 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
4 returns NULL on failure. 15 CreateFileMapping returns NULL on failure.
5 16
62007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> 172007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7 18