aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-01 20:25:51 +0000
committerJuanma Barranquero2006-11-01 20:25:51 +0000
commitebc20ca09cfdc043055be9c4145437d0cd63ab09 (patch)
tree3efca9e5abca8400a0a317d232c2ecc182d16cec
parent1d632ccfe81c022265bf35c3b803e25b682de040 (diff)
downloademacs-ebc20ca09cfdc043055be9c4145437d0cd63ab09.tar.gz
emacs-ebc20ca09cfdc043055be9c4145437d0cd63ab09.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--src/ChangeLog6
2 files changed, 10 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 3a5071ddb0c..2c8ee548bd7 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12006-11-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to
4 execvp to point to alternate_editor (otherwise .BAT scripts can't run).
5
12006-10-31 ,bS(Bscar Fuentes <ofv@wanadoo.es> (tiny change) 62006-10-31 ,bS(Bscar Fuentes <ofv@wanadoo.es> (tiny change)
2 7
3 * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>. 8 * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
diff --git a/src/ChangeLog b/src/ChangeLog
index 069a0231001..d81f43cbec9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12006-11-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * eval.c (Fcatch): Doc fix.
4
12006-10-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52006-10-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v) 7 * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
@@ -62,7 +66,7 @@
62 * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and 66 * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
63 /usr/pkg/lib to library search path. 67 /usr/pkg/lib to library search path.
64 68
652006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change) 692006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
66 70
67 * ralloc.c (relinquish): Use a long for excess space counter to 71 * ralloc.c (relinquish): Use a long for excess space counter to
68 handle 64-bit case correctly. 72 handle 64-bit case correctly.