diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ed9053e851a..df9ae72e2b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer. | ||
| 4 | * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned | ||
| 5 | from a Lisp_Object into a bare pointer. | ||
| 6 | (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns): | ||
| 7 | Adjust the code correspondingly. | ||
| 8 | |||
| 9 | * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'. | ||
| 10 | |||
| 11 | * term.c: Include unistd.h for ttyname, used in handle_one_term_event. | ||
| 12 | (term_show_mouse_face): Remove unused var `j'. | ||
| 13 | (handle_one_term_event): Remove unused vars `i' and `j'. | ||
| 14 | Don't cast return value of ttyname since it's not necessary. | ||
| 15 | |||
| 1 | 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 17 | ||
| 3 | * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using | 18 | * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using |