# HG changeset patch # User Eli Zaretskii # Date 1162642983 0 # Node ID 26aaeb68df7647cbd21c0559f3b770a414bf27d5 # Parent 1533f31680e5579e2639f5f3d854f0693915158b *** empty log message *** diff -r 1533f31680e5 -r 26aaeb68df76 lib-src/ChangeLog --- a/lib-src/ChangeLog Sat Nov 04 12:21:29 2006 +0000 +++ b/lib-src/ChangeLog Sat Nov 04 12:23:03 2006 +0000 @@ -1,3 +1,8 @@ +2006-11-04 Eli Zaretskii + + * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary + file if it doesn't already exist. + 2006-11-03 Juanma Barranquero * emacsclient.c (initialize_sockets): Don't initialize Winsock diff -r 1533f31680e5 -r 26aaeb68df76 src/ChangeLog --- a/src/ChangeLog Sat Nov 04 12:21:29 2006 +0000 +++ b/src/ChangeLog Sat Nov 04 12:23:03 2006 +0000 @@ -1,15 +1,21 @@ -2006-10-27 Slawomir Nowaczyk (tiny change) +2006-11-04 Ralf Angeli + + * w32fns.c (w32_createwindow): Remove code for handling -geometry + command line option and `initial-frame-alist' which is superfluous + after the last change to `w32_createwindow'. + +2006-11-04 Slawomir Nowaczyk (tiny change) * w32proc.c: (sys_wait) Only wait for processes with fd<0. Others should be handled by sys_select instead. Fixes problems with (progn (start-process "" nil "ls") (call-process "ls")) -2006-11-03 Giorgos Keramidas (tiny change) +2006-11-04 Giorgos Keramidas (tiny change) * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to avoid gcc 2.95 error. -2006-11-03 Chong Yidong +2006-11-04 Chong Yidong * gtkutil.c (update_frame_tool_bar): If icon image is invalid and wicon is null, insert an empty button.