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 9ec8931822d..7e58ef705bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2011-05-04 Juanma Barranquero <lekktu@gmail.com> | 1 | 2011-05-04 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * gnutls.h (emacs_gnutls_write, emacs_gnutls_read): | ||
| 4 | * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): | ||
| 5 | Remove unused parameter `fildes'. | ||
| 6 | * process.c (read_process_output, send_process): Don't pass it. | ||
| 7 | |||
| 8 | 2011-05-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 9 | |||
| 3 | Fix previous change: the library cache is defined in w32.c. | 10 | Fix previous change: the library cache is defined in w32.c. |
| 4 | * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop. | 11 | * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop. |
| 5 | (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI". | 12 | (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI". |