diff options
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 16 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz> | ||
| 2 | |||
| 3 | * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el. | ||
| 4 | Remove redundant entry for powerpc-apple-netbsd. | ||
| 5 | |||
| 6 | * configure: Regenerate. | ||
| 7 | |||
| 1 | 2006-12-22 Chong Yidong <cyd@stupidchicken.com> | 8 | 2006-12-22 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * configure: Regenerate with autoconf 2.61. | 10 | * 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 @@ | |||
| 1 | 2006-12-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32-fns.el (convert-standard-filename): Wrap in | ||
| 4 | save-match-data. | ||
| 5 | |||
| 1 | 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) | 6 | 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) |
| 2 | 7 | ||
| 3 | * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in | 8 | * 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 @@ | |||
| 1 | 2006-12-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * callproc.c (syms_of_callproc) <shell-file-name>: Doc fix. | ||
| 4 | |||
| 1 | 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz> | 5 | 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz> |
| 2 | 6 | ||
| 3 | * m/amdx86-64.h, m/hp800.h: Add support for NetBSD. | 7 | * m/amdx86-64.h, m/hp800.h: Add support for NetBSD. |