aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cf05464b4bb..e30f006a476 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
800description various information about a character, including its 800description various information about a character, including its
801encodings and syntax, its text properties, overlays, and widgets at 801encodings and syntax, its text properties, how to input, overlays, and
802point. You can get more information about some of them, by clicking 802widgets at point. You can get more information about some of them, by
803on mouse-sensitive areas or moving there and pressing RET. 803clicking 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
2026current 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
2026click-event-style position information for a given visible buffer 2029click-event-style position information for a given visible buffer
2027position or for a given window pixel coordinate. 2030position or for a given window pixel coordinate.