diff options
| author | Stefan Monnier | 2007-11-21 20:59:47 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-11-21 20:59:47 +0000 |
| commit | 64e16c3c22db9f01922a4f3efb936c4265ccec7a (patch) | |
| tree | 62cd4f172cedd91260805d9b9951918141dbbe43 /src/ChangeLog | |
| parent | cb01ce3f055a415bbe4f2be4fbd0e4a7f320d688 (diff) | |
| download | emacs-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/ChangeLog | 15 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-11-21 Jason Rumney <jasonr@gnu.org> | 12 | 2007-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 | ||
| 6 | 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> | 17 | 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | 18 | ||