aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-04 12:52:13 +0000
committerJuanma Barranquero2006-11-04 12:52:13 +0000
commitccc54d96ad98bf82af4b6d904469a71c02d46ebc (patch)
tree22aa698fd8f09c6e76c96934ef4c9725e3c5abac /src
parentb20d6154e70f274a116ce43ff25b7db364f3a7c2 (diff)
downloademacs-ccc54d96ad98bf82af4b6d904469a71c02d46ebc.tar.gz
emacs-ccc54d96ad98bf82af4b6d904469a71c02d46ebc.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
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
72006-11-04 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) 72006-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
132006-11-04 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) 132006-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.