Mercurial > emacs
changeset 80224:eff6b2e68b05
* process.c (wait_reading_process_output): Check for window
changes caused by timers.
Suggested by Johan Bockgrd.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 27 Feb 2008 15:06:36 +0000 |
parents | 66d2cbc18972 |
children | 2958d9bca9be |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Feb 26 18:44:55 2008 +0000 +++ b/src/ChangeLog Wed Feb 27 15:06:36 2008 +0000 @@ -1,3 +1,9 @@ +2008-02-27 Chong Yidong <cyd@stupidchicken.com> + + * process.c (wait_reading_process_output): Check for window + changes caused by timers. + Suggested by Johan Bockg,Ae(Brd. + 2008-02-26 Chong Yidong <cyd@stupidchicken.com> * editfns.c (Fformat): Doc fix.