aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e21412187c7..2c8b22dc321 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-06-26 Chong Yidong <cyd@stupidchicken.com>
2
3 * process.c (wait_reading_process_output): Bypass select if
4 waiting for a cell while ignoring keyboard input, and input is
5 pending. Suggested by Jan Djärv (Bug#8869).
6
12011-06-25 Paul Eggert <eggert@cs.ucla.edu> 72011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Use gnulib's dup2 module instead of rolling our own. 9 Use gnulib's dup2 module instead of rolling our own.
@@ -351,7 +357,7 @@
351 357
3522011-06-22 Jim Meyering <meyering@redhat.com> 3582011-06-22 Jim Meyering <meyering@redhat.com>
353 359
354 don't leak an XBM-image-sized buffer 360 Don't leak an XBM-image-sized buffer
355 * image.c (xbm_load): Free the image buffer after using it. 361 * image.c (xbm_load): Free the image buffer after using it.
356 362
3572011-06-21 Paul Eggert <eggert@cs.ucla.edu> 3632011-06-21 Paul Eggert <eggert@cs.ucla.edu>