diff options
| author | Paul Eggert | 2011-05-30 08:57:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-30 08:57:49 -0700 |
| commit | 703f86387fd680855fce275bc87a524ac8d746bf (patch) | |
| tree | d802c79fa7162d527fadea8a05d522052d336405 /src | |
| parent | 9cf9f756a98922e1042e34a04368e57287e43ea6 (diff) | |
| download | emacs-703f86387fd680855fce275bc87a524ac8d746bf.tar.gz emacs-703f86387fd680855fce275bc87a524ac8d746bf.zip | |
Add Bug#.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 353aa100e9c..2968b2da85f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * gnutls.c: Use Emacs's memory allocators. | 3 | * gnutls.c: Use Emacs's memory allocators. |
| 4 | Without this change, the gnutls library would invoke malloc etc. | 4 | Without this change, the gnutls library would invoke malloc etc. |
| 5 | directly, which causes problems on non-SYNC_INPUT hosts, and which | 5 | directly, which causes problems on non-SYNC_INPUT hosts, and which |
| 6 | runs afoul of improving memory_full behavior. | 6 | runs afoul of improving memory_full behavior. (Bug#8761) |
| 7 | (fn_gnutls_global_set_mem_functions): New macro or function pointer. | 7 | (fn_gnutls_global_set_mem_functions): New macro or function pointer. |
| 8 | (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc, | 8 | (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc, |
| 9 | xfree instead of the default malloc, realloc, free. | 9 | xfree instead of the default malloc, realloc, free. |