comparison src/ChangeLog @ 104316:bb8ce3c842e7

* process.c (status_notify): Don't perform redisplay. (Fdelete_process, list_processes_1, process_send_signal): Expliticly perform redisplay. (wait_reading_process_output): Always check process status, but don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 17 Aug 2009 21:04:05 +0000
parents 73f76307d49b
children 5a32fe3781b9
comparison
equal deleted inserted replaced
104315:9ff366a7ccc0 104316:bb8ce3c842e7
1 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
2
3 * process.c (status_notify): Don't perform redisplay.
4 (Fdelete_process, list_processes_1, process_send_signal):
5 Expliticly perform redisplay.
6 (wait_reading_process_output): Always check process status, but
7 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
8
1 2009-08-17 Ken Raeburn <raeburn@raeburn.org> 9 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
2 10
3 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the 11 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the
4 value. 12 value.
5 (XFLOAT_INIT): New macro for storing a float value. 13 (XFLOAT_INIT): New macro for storing a float value.