aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-01-11 23:15:04 +0000
committerDave Love2001-01-11 23:15:04 +0000
commit14fd0da3e634eefd334e16a8f53bbf820dcf4385 (patch)
tree960a1578c45a97295e91f58b7bc25ef8187ce70f
parent4c635a29c62246d9e7d3636934ae3e52f2452dc2 (diff)
downloademacs-14fd0da3e634eefd334e16a8f53bbf820dcf4385.tar.gz
emacs-14fd0da3e634eefd334e16a8f53bbf820dcf4385.zip
*** empty log message ***
-rw-r--r--etc/NEWS6
-rw-r--r--lisp/ChangeLog5
2 files changed, 9 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6110cff3346..b2200a267fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2305,8 +2305,10 @@ buffer's local map and the map specified by the `local-map' property.
2305This is probably what most current uses of `local-map' want, rather 2305This is probably what most current uses of `local-map' want, rather
2306than replacing the local map. 2306than replacing the local map.
2307 2307
2308** The obsolete variables before-change-function and 2308** The obsolete variables `before-change-function' and
2309after-change-function are no longer acted upon and have been removed. 2309`after-change-function' are no longer acted upon and have been
2310removed. Use `before-change-functions' and `after-change-functions'
2311instead.
2310 2312
2311** The function `apropos-mode' runs the hook `apropos-mode-hook'. 2313** The function `apropos-mode' runs the hook `apropos-mode-hook'.
2312 2314
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a20a2818b42..2b4e5a9a682 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12001-01-11 Dave Love <fx@gnu.org> 12001-01-11 Dave Love <fx@gnu.org>
2 2
3 * international/mule-cmds.el (standard-display-european-internal):
4 Set display table for 2208 as for 160.
5
6 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7
3 * progmodes/fortran.el (fortran-mode-map): Modify Customization 8 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4 entry for custom-menu-create change. 9 entry for custom-menu-create change.
5 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and 10 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and