diff options
| author | Juanma Barranquero | 2006-11-04 12:52:13 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-04 12:52:13 +0000 |
| commit | ccc54d96ad98bf82af4b6d904469a71c02d46ebc (patch) | |
| tree | 22aa698fd8f09c6e76c96934ef4c9725e3c5abac /src | |
| parent | b20d6154e70f274a116ce43ff25b7db364f3a7c2 (diff) | |
| download | emacs-ccc54d96ad98bf82af4b6d904469a71c02d46ebc.tar.gz emacs-ccc54d96ad98bf82af4b6d904469a71c02d46ebc.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e568a2980a2..924e643f612 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,13 +4,13 @@ | |||
| 4 | command line option and `initial-frame-alist' which is superfluous | 4 | command line option and `initial-frame-alist' which is superfluous |
| 5 | after the last change to `w32_createwindow'. | 5 | after the last change to `w32_createwindow'. |
| 6 | 6 | ||
| 7 | 2006-11-04 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) | 7 | 2006-11-04 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) |
| 8 | 8 | ||
| 9 | * w32proc.c: (sys_wait) Only wait for processes with fd<0. | 9 | * w32proc.c (sys_wait): Only wait for processes with fd<0. |
| 10 | Others should be handled by sys_select instead. Fixes problems | 10 | Others should be handled by sys_select instead. Fixes problems |
| 11 | with (progn (start-process "" nil "ls") (call-process "ls")) | 11 | with (progn (start-process "" nil "ls") (call-process "ls")). |
| 12 | 12 | ||
| 13 | 2006-11-04 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | 13 | 2006-11-04 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) |
| 14 | 14 | ||
| 15 | * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to | 15 | * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to |
| 16 | avoid gcc 2.95 error. | 16 | avoid gcc 2.95 error. |