diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6f96f7da7ac..cd6dd995bcf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * xfns.c (Fx_create_frame, Fx_display_list): | ||
| 4 | * window.c (window_fixed_size_p, enlarge_window) | ||
| 5 | (shrink_window_lowest_first): | ||
| 6 | * macterm.c (init_font_name_table): | ||
| 7 | * macfns.c (Fx_create_frame, Fx_display_list): | ||
| 8 | * lread.c (close_load_descs): | ||
| 9 | * keyboard.c (read_char_x_menu_prompt): | ||
| 10 | * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent): | ||
| 11 | * coding.c (code_convert_region_unwind): Test the type of an object | ||
| 12 | rather than just !NILP before extracting data from it. | ||
| 13 | |||
| 3 | * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors. | 14 | * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors. |
| 4 | 15 | ||
| 5 | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value. | 16 | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value. |