diff options
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -798,9 +798,9 @@ to give it focus. | |||
| 798 | +++ | 798 | +++ |
| 799 | ** The new command `describe-char' (C-u C-x =) pops up a buffer with | 799 | ** The new command `describe-char' (C-u C-x =) pops up a buffer with |
| 800 | description various information about a character, including its | 800 | description various information about a character, including its |
| 801 | encodings and syntax, its text properties, overlays, and widgets at | 801 | encodings and syntax, its text properties, how to input, overlays, and |
| 802 | point. You can get more information about some of them, by clicking | 802 | widgets at point. You can get more information about some of them, by |
| 803 | on mouse-sensitive areas or moving there and pressing RET. | 803 | clicking on mouse-sensitive areas or moving there and pressing RET. |
| 804 | 804 | ||
| 805 | +++ | 805 | +++ |
| 806 | ** The new command `multi-occur' is just like `occur', except it can | 806 | ** The new command `multi-occur' is just like `occur', except it can |
| @@ -2022,6 +2022,9 @@ configuration files. | |||
| 2022 | 2022 | ||
| 2023 | * Lisp Changes in Emacs 21.4 | 2023 | * Lisp Changes in Emacs 21.4 |
| 2024 | 2024 | ||
| 2025 | ** New function quail-find-key returns a list of keys to type in the | ||
| 2026 | current input method to input a character. | ||
| 2027 | |||
| 2025 | ** New functions posn-at-point and posn-at-x-y returns | 2028 | ** New functions posn-at-point and posn-at-x-y returns |
| 2026 | click-event-style position information for a given visible buffer | 2029 | click-event-style position information for a given visible buffer |
| 2027 | position or for a given window pixel coordinate. | 2030 | position or for a given window pixel coordinate. |