1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

*** empty log message ***

This commit is contained in:
Juanma Barranquero 2006-11-01 20:25:51 +00:00
parent 1d632ccfe8
commit ebc20ca09c
2 changed files with 10 additions and 1 deletions

View 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 ,bS(Bscar Fuentes <ofv@wanadoo.es> (tiny change)
* emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.

View 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.