aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2006-11-04 12:23:03 +0000
committerEli Zaretskii2006-11-04 12:23:03 +0000
commitb20d6154e70f274a116ce43ff25b7db364f3a7c2 (patch)
treee359b2abeefad70b64a5608eec1b7279b91a0f54 /src
parent06c72792d6a1467f41e422966da32d885fd9cc45 (diff)
downloademacs-b20d6154e70f274a116ce43ff25b7db364f3a7c2.tar.gz
emacs-b20d6154e70f274a116ce43ff25b7db364f3a7c2.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 594c5dcd4c8..e568a2980a2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,15 +1,21 @@
12006-10-27 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) 12006-11-04 Ralf Angeli <angeli@caeruleus.net>
2
3 * w32fns.c (w32_createwindow): Remove code for handling -geometry
4 command line option and `initial-frame-alist' which is superfluous
5 after the last change to `w32_createwindow'.
6
72006-11-04 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change)
2 8
3 * w32proc.c: (sys_wait) Only wait for processes with fd<0. 9 * w32proc.c: (sys_wait) Only wait for processes with fd<0.
4 Others should be handled by sys_select instead. Fixes problems 10 Others should be handled by sys_select instead. Fixes problems
5 with (progn (start-process "" nil "ls") (call-process "ls")) 11 with (progn (start-process "" nil "ls") (call-process "ls"))
6 12
72006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) 132006-11-04 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8 14
9 * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to 15 * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
10 avoid gcc 2.95 error. 16 avoid gcc 2.95 error.
11 17
122006-11-03 Chong Yidong <cyd@stupidchicken.com> 182006-11-04 Chong Yidong <cyd@stupidchicken.com>
13 19
14 * gtkutil.c (update_frame_tool_bar): If icon image is invalid and 20 * gtkutil.c (update_frame_tool_bar): If icon image is invalid and
15 wicon is null, insert an empty button. 21 wicon is null, insert an empty button.