diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7b0c73adbc9..aa034b3493f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-05-30 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Malloc failure behavior now depends on size of allocation. | ||
| 4 | * alloc.c (buffer_memory_full, memory_full): New arg NBYTES. | ||
| 5 | * lisp.h: Change signatures accordingly. | ||
| 6 | * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c: | ||
| 7 | All callers changed. | ||
| 8 | |||
| 3 | * gnutls.c: Use Emacs's memory allocators. | 9 | * gnutls.c: Use Emacs's memory allocators. |
| 4 | Without this change, the gnutls library would invoke malloc etc. | 10 | Without this change, the gnutls library would invoke malloc etc. |
| 5 | directly, which causes problems on non-SYNC_INPUT hosts, and which | 11 | directly, which causes problems on non-SYNC_INPUT hosts, and which |