Mercurial > emacs
changeset 56168:432785020c95
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 21 Jun 2004 03:10:40 +0000 |
parents | ce63b548f490 |
children | c6dcd23450de |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Jun 20 22:29:47 2004 +0000 +++ b/etc/NEWS Mon Jun 21 03:10:40 2004 +0000 @@ -2178,6 +2178,10 @@ click-event-style position information for a given visible buffer position or for a given window pixel coordinate. +** skip-chars-forward and skip-chars-backward now handle +character classes such as [:alpha:], along with individual characters +and ranges. + ** Function pos-visible-in-window-p now returns the pixel coordinates and partial visiblity state of the corresponding row, if the PARTIALLY arg is non-nil.