diff options
| author | Richard M. Stallman | 2004-11-01 07:48:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-01 07:48:44 +0000 |
| commit | 2d1ef312c83d551dab1416d532652492bf7aead0 (patch) | |
| tree | 287b92b7ecd1048617571598aae7d0e38d0e2ffb /etc | |
| parent | e2c76fd857e1174126d92b134fd76def53c65b40 (diff) | |
| download | emacs-2d1ef312c83d551dab1416d532652492bf7aead0.tar.gz emacs-2d1ef312c83d551dab1416d532652492bf7aead0.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 | ||||
| -rw-r--r-- | etc/TODO | 2 |
2 files changed, 9 insertions, 0 deletions
| @@ -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 | ||
| 2317 | have mistakenly believed `interactively-p' did: it returns t if the | ||
| 2318 | calling function was called through `call-interactively'. | ||
| 2319 | This should only be used when you cannot add a new "interactively" | ||
| 2320 | argument 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 |
| 2317 | the up-event that was discarded in case the last key sequence read for a | 2324 | the up-event that was discarded in case the last key sequence read for a |
| 2318 | previous 'k' or 'K' argument was a down-event; otherwise nil is used. | 2325 | previous 'k' or 'K' argument was a down-event; otherwise nil is used. |
| @@ -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. |