]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Nov 2006 12:23:03 +0000 (12:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Nov 2006 12:23:03 +0000 (12:23 +0000)
lib-src/ChangeLog
src/ChangeLog

index d85efe3ebd2052b25567cc7d19297127ee254190..d25c4710ccc85e36438e775ca53f87afd20d3a59 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary
+       file if it doesn't already exist.
+
 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
 
        * emacsclient.c (initialize_sockets): Don't initialize Winsock
index 594c5dcd4c89b13ab395b87c5ff3450cb7441bf7..e568a2980a2ab5c9092056f949eb540d38d8e024 100644 (file)
@@ -1,15 +1,21 @@
-2006-10-27  Slawomir Nowaczyk  <slawek@cs.lth.se> (tiny change)
+2006-11-04  Ralf Angeli  <angeli@caeruleus.net>
+
+       * 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  <slawek@cs.lth.se> (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  <keramida@ceid.upatras.gr> (tiny change)
+2006-11-04  Giorgos Keramidas  <keramida@ceid.upatras.gr> (tiny change)
 
        * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
        avoid gcc 2.95 error.
 
-2006-11-03  Chong Yidong  <cyd@stupidchicken.com>
+2006-11-04  Chong Yidong  <cyd@stupidchicken.com>
 
        * gtkutil.c (update_frame_tool_bar): If icon image is invalid and
        wicon is null, insert an empty button.