aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-30 11:23:55 +0000
committerDave Love2000-11-30 11:23:55 +0000
commit4dd4cc14645dc8ca89b76295bf85a4fa09862d9d (patch)
treeb7acc287d2c3954f0a9060d7c8c46b231b8e2b37
parentb7a903441d2e1d0cdee7476c34bb8ab711875bb4 (diff)
downloademacs-4dd4cc14645dc8ca89b76295bf85a4fa09862d9d.tar.gz
emacs-4dd4cc14645dc8ca89b76295bf85a4fa09862d9d.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--etc/TODO1
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7626907f5a7..e0d40ba6a8b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1988,13 +1988,16 @@ which uses both `local-map' and `keymap' properties (for portability)
1988may, for instance, give rise to duplicate menus when the keymaps from 1988may, for instance, give rise to duplicate menus when the keymaps from
1989these properties are active. 1989these properties are active.
1990 1990
1991** The change in the treatment of non_ASCII characters in search 1991** The change in the treatment of non-ASCII characters in search
1992ranges may affect some code. 1992ranges may affect some code.
1993 1993
1994** A non-nil value for the LOCAL arg of add-hook makes the hook 1994** A non-nil value for the LOCAL arg of add-hook makes the hook
1995buffer-local even if `make-local-hook' hasn't been called, which might 1995buffer-local even if `make-local-hook' hasn't been called, which might
1996make a difference to some code. 1996make a difference to some code.
1997 1997
1998** The new treatment of the minibuffer prompt might affect code which
1999operates on the minibuffer.
2000
1998 2001
1999* Lisp changes made after edition 2.6 of the Emacs Lisp Manual, 2002* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
2000(Display-related features are described in a page of their own below.) 2003(Display-related features are described in a page of their own below.)
diff --git a/etc/TODO b/etc/TODO
index 1347c94e947..6c11331994b 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -136,3 +136,4 @@
136* Implement, in C, a ``focus follows mouse'' mode that selects a window 136* Implement, in C, a ``focus follows mouse'' mode that selects a window
137 when the mouse enters it. 137 when the mouse enters it.
138 138
139* Check what hooks would help Emacspeak -- see the defadvising in W3.