# HG changeset patch # User Richard M. Stallman # Date 1087787440 0 # Node ID 432785020c952c9df40d7a3753b36a894defde3d # Parent ce63b548f4909178a78eaa8c80de0d329b9b0c4d *** empty log message *** diff -r ce63b548f490 -r 432785020c95 etc/NEWS --- 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.