From: Dave Love Date: Thu, 11 Jan 2001 23:15:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.96~338 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14fd0da3e634eefd334e16a8f53bbf820dcf4385;p=emacs.git *** empty log message *** --- 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. This is probably what most current uses of `local-map' want, rather than replacing the local map. -** The obsolete variables before-change-function and -after-change-function are no longer acted upon and have been removed. +** The obsolete variables `before-change-function' and +`after-change-function' are no longer acted upon and have been +removed. Use `before-change-functions' and `after-change-functions' +instead. ** The function `apropos-mode' runs the hook `apropos-mode-hook'. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a20a2818b42..2b4e5a9a682 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2001-01-11 Dave Love + * international/mule-cmds.el (standard-display-european-internal): + Set display table for 2208 as for 160. + + * progmodes/ada-mode.el (ada-popup-key): Fix last change. + * progmodes/fortran.el (fortran-mode-map): Modify Customization entry for custom-menu-create change. (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and