diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2fefef1275b..2a138bfcf65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-12-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG | ||
| 4 | if the child process is still running. Instead, exit the wait | ||
| 5 | loop and return zero. (Bug#13086) | ||
| 6 | |||
| 1 | 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | * frame.h (x_char_width, x_char_height): Remove prototypes. | 9 | * frame.h (x_char_width, x_char_height): Remove prototypes. |