diff options
author | Kenichi Handa <handa@m17n.org> | 2004-05-12 11:03:59 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-05-12 11:03:59 +0000 |
commit | d6696bb69c690f3bc2f4be8de55352b1928d528e (patch) | |
tree | 1f049a3a71da369ff0bcddfcae3c94836e579272 /etc/NEWS | |
parent | 2a3e58e6d121f9ccfbf9cff3c39c11627552f4f7 (diff) | |
download | emacs-d6696bb69c690f3bc2f4be8de55352b1928d528e.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -798,9 +798,9 @@ to give it focus. +++ ** The new command `describe-char' (C-u C-x =) pops up a buffer with description various information about a character, including its -encodings and syntax, its text properties, overlays, and widgets at -point. You can get more information about some of them, by clicking -on mouse-sensitive areas or moving there and pressing RET. +encodings and syntax, its text properties, how to input, overlays, and +widgets at point. You can get more information about some of them, by +clicking on mouse-sensitive areas or moving there and pressing RET. +++ ** The new command `multi-occur' is just like `occur', except it can @@ -2022,6 +2022,9 @@ configuration files. * Lisp Changes in Emacs 21.4 +** New function quail-find-key returns a list of keys to type in the +current input method to input a character. + ** New functions posn-at-point and posn-at-x-y returns click-event-style position information for a given visible buffer position or for a given window pixel coordinate. |