From: Richard M. Stallman Date: Mon, 21 Jun 2004 03:10:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5709 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b3dedccf3e03c6943e362e6f96810b75e789849;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 0bef10b88f5..ca9abe254ec 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2178,6 +2178,10 @@ current input method to input a character. 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.