changeset 74835:d4f2d59f9c14

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Dec 2006 23:50:08 +0000
parents b917846a39d7
children 38f9c8fca7b4
files ChangeLog lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 22 23:49:18 2006 +0000
+++ b/ChangeLog	Fri Dec 22 23:50:08 2006 +0000
@@ -1,3 +1,10 @@
+2006-12-22  Mark Davies  <mark@mcs.vuw.ac.nz>
+
+	* configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
+	Remove redundant entry for powerpc-apple-netbsd.
+
+	* configure: Regenerate.
+
 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
 
 	* configure: Regenerate with autoconf 2.61.
--- a/lisp/ChangeLog	Fri Dec 22 23:49:18 2006 +0000
+++ b/lisp/ChangeLog	Fri Dec 22 23:50:08 2006 +0000
@@ -1,3 +1,8 @@
+2006-12-22  Eli Zaretskii  <eliz@gnu.org>
+
+	* w32-fns.el (convert-standard-filename): Wrap in
+	save-match-data.
+
 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
 
 	* progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
--- a/src/ChangeLog	Fri Dec 22 23:49:18 2006 +0000
+++ b/src/ChangeLog	Fri Dec 22 23:50:08 2006 +0000
@@ -1,3 +1,7 @@
+2006-12-22  Eli Zaretskii  <eliz@gnu.org>
+
+	* callproc.c (syms_of_callproc) <shell-file-name>: Doc fix.
+
 2006-12-22  Mark Davies  <mark@mcs.vuw.ac.nz>
 
 	* m/amdx86-64.h, m/hp800.h: Add support for NetBSD.