Mercurial > emacs
changeset 73603:e89055c0c7ab
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 01 Nov 2006 20:25:51 +0000 |
parents | 400169af8063 |
children | 3b0b74acfa45 |
files | lib-src/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Wed Nov 01 20:23:44 2006 +0000 +++ b/lib-src/ChangeLog Wed Nov 01 20:25:51 2006 +0000 @@ -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 ,bS(Bscar Fuentes <ofv@wanadoo.es> (tiny change) * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
--- a/src/ChangeLog Wed Nov 01 20:23:44 2006 +0000 +++ b/src/ChangeLog Wed Nov 01 20:25:51 2006 +0000 @@ -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.