]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 1 Nov 2006 20:25:51 +0000 (20:25 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 1 Nov 2006 20:25:51 +0000 (20:25 +0000)
lib-src/ChangeLog
src/ChangeLog

index 3a5071ddb0cd94988d77d6226f410821baca1200..2c8ee548bd771adce77f37531c1838834b9006c5 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to
+       execvp to point to alternate_editor (otherwise .BAT scripts can't run).
+
 2006-10-31  \e,bS\e(Bscar Fuentes  <ofv@wanadoo.es>  (tiny change)
 
        * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
index 069a02310018f63a0170f99f82837bb805048b4e..d81f43cbec9c2654c1aa30928f14e92abf6fc497 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * eval.c (Fcatch): Doc fix.
+
 2006-10-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
@@ -62,7 +66,7 @@
        * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
        /usr/pkg/lib to library search path.
 
-2006-10-29  Mark Davies  <mark@mcs.vuw.ac.nz> (tiny change)
+2006-10-29  Mark Davies  <mark@mcs.vuw.ac.nz>  (tiny change)
 
        * ralloc.c (relinquish): Use a long for excess space counter to
        handle 64-bit case correctly.