diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d5ca272fe51..33d82ad9b6c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros | ||
| 4 | to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used. | ||
| 5 | (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc) | ||
| 6 | (lisp_align_free, make_interval, allocate_string, allocate_string_data) | ||
| 7 | (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc): | ||
| 8 | Use them. | ||
| 9 | |||
| 3 | * xfaces.c (load_face_font, free_realized_face, clear_face_gcs): | 10 | * xfaces.c (load_face_font, free_realized_face, clear_face_gcs): |
| 4 | Don't let signal handlers run when a GC is freed but not yet NULL'ed. | 11 | Don't let signal handlers run when a GC is freed but not yet NULL'ed. |
| 5 | (x_free_gc): Remove BLOCK_INPUT since it's now redundant. | 12 | (x_free_gc): Remove BLOCK_INPUT since it's now redundant. |