aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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 @@
12011-05-04 Juanma Barranquero <lekktu@gmail.com> 12011-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
82011-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".