From: Eli Zaretskii Date: Fri, 22 Dec 2006 23:50:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.93~475 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=453027ac8f64a43067cb57788550b7a2e42b5b1e;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8172bab5534..222a92f21c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-22 Mark Davies + + * 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 * configure: Regenerate with autoconf 2.61. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9637102a484..df63f549e82 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-12-22 Eli Zaretskii + + * w32-fns.el (convert-standard-filename): Wrap in + save-match-data. + 2006-12-22 Kevin Rodgers (tiny change) * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in diff --git a/src/ChangeLog b/src/ChangeLog index 3f7bf8428a0..5462c32df0f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-12-22 Eli Zaretskii + + * callproc.c (syms_of_callproc) : Doc fix. + 2006-12-22 Mark Davies * m/amdx86-64.h, m/hp800.h: Add support for NetBSD.