aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-01 07:48:44 +0000
committerRichard M. Stallman2004-11-01 07:48:44 +0000
commit2d1ef312c83d551dab1416d532652492bf7aead0 (patch)
tree287b92b7ecd1048617571598aae7d0e38d0e2ffb /etc
parente2c76fd857e1174126d92b134fd76def53c65b40 (diff)
downloademacs-2d1ef312c83d551dab1416d532652492bf7aead0.tar.gz
emacs-2d1ef312c83d551dab1416d532652492bf7aead0.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
-rw-r--r--etc/TODO2
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bb3d762f8b9..0d5adfdc98c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2313,6 +2313,13 @@ configuration files.
2313* Lisp Changes in Emacs 21.4 2313* Lisp Changes in Emacs 21.4
2314 2314
2315+++ 2315+++
2316** The new function `called-interactively-p' does what many people
2317have mistakenly believed `interactively-p' did: it returns t if the
2318calling function was called through `call-interactively'.
2319This should only be used when you cannot add a new "interactively"
2320argument to the command.
2321
2322+++
2316** An interactive specification may now use the code letter 'U' to get 2323** An interactive specification may now use the code letter 'U' to get
2317the up-event that was discarded in case the last key sequence read for a 2324the up-event that was discarded in case the last key sequence read for a
2318previous 'k' or 'K' argument was a down-event; otherwise nil is used. 2325previous 'k' or 'K' argument was a down-event; otherwise nil is used.
diff --git a/etc/TODO b/etc/TODO
index defc43892c2..21a7c7d8dc0 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -85,6 +85,8 @@ to the FSF.
85 at the same time and do it in a context-sensitive way. 85 at the same time and do it in a context-sensitive way.
86*** ability to add mode-specific data to the partial-parse-state. 86*** ability to add mode-specific data to the partial-parse-state.
87 87
88** Add a way to convert a keyboard macro to equivalent Lisp code.
89
88** Have a command suggestion help system that recognizes patterns 90** Have a command suggestion help system that recognizes patterns
89 of commands which could be replaced with a simpler common command. 91 of commands which could be replaced with a simpler common command.
90 It should not make more than one suggestion per 10 minutes. 92 It should not make more than one suggestion per 10 minutes.