comparison src/ChangeLog @ 73676:33dd4e78cdc7

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 04 Nov 2006 12:52:13 +0000
parents 26aaeb68df76
children cd0ac1c9a67c
comparison
equal deleted inserted replaced
73675:26aaeb68df76 73676:33dd4e78cdc7
2 2
3 * w32fns.c (w32_createwindow): Remove code for handling -geometry 3 * w32fns.c (w32_createwindow): Remove code for handling -geometry
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.
17 17
18 2006-11-04 Chong Yidong <cyd@stupidchicken.com> 18 2006-11-04 Chong Yidong <cyd@stupidchicken.com>