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 94e1e02f7f2..594c5dcd4c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-10-27 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) | ||
| 2 | |||
| 3 | * w32proc.c: (sys_wait) Only wait for processes with fd<0. | ||
| 4 | Others should be handled by sys_select instead. Fixes problems | ||
| 5 | with (progn (start-process "" nil "ls") (call-process "ls")) | ||
| 6 | |||
| 1 | 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | 7 | 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) |
| 2 | 8 | ||
| 3 | * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to | 9 | * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to |