diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lisp/ChangeLog | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 70986cb115f..98fe185a98d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change) + + * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp. + 2002-11-08 Dave Love <fx@gnu.org> * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c3511953eea..5c7234059cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-11-11 Juanma Barranquero <lektu@terra.es> + + * bindings.el (mode-name): Mark it as risky-local-variable. + 2002-11-09 Dave Love <fx@gnu.org> * international/mule-cmds.el (current-language-environment): Fix :type. @@ -84,7 +88,7 @@ Simplify outline-regexp. (tcl-do-fill-paragraph): Remove. -2002-11-07 Markus Rost <rost@math.ohio-state.edu> +2002-11-07 Markus Rost <rost@math.ohio-state.edu> * mail/sendmail.el (mail-default-directory): Set the version to 21.4. |