diff options
| author | Juanma Barranquero | 2011-05-05 01:56:09 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-05-05 01:56:09 +0200 |
| commit | e968f4f300f67fe65ea5df010e6ee461f5d6df92 (patch) | |
| tree | e66fd3d5b04f6b18be5a49f6e9ec00067f990d76 /src/ChangeLog | |
| parent | 84d358f0d559acc398b019660c4a1a3a50fd6bb2 (diff) | |
| download | emacs-e968f4f300f67fe65ea5df010e6ee461f5d6df92.tar.gz emacs-e968f4f300f67fe65ea5df010e6ee461f5d6df92.zip | |
src/gnutls.c: Remove unused parameter `fildes'.
* gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
* gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
Remove unused parameter `fildes'.
* process.c (read_process_output, send_process): Don't pass it.
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". |