diff options
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 | ||