aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-06-21 03:10:40 +0000
committerRichard M. Stallman2004-06-21 03:10:40 +0000
commit5b3dedccf3e03c6943e362e6f96810b75e789849 (patch)
tree51f991de781d7393fe6d12ab82cbe4d7ebe21a96
parentacd81db980f183af036638b0aac9d3ecfaf3ca15 (diff)
downloademacs-5b3dedccf3e03c6943e362e6f96810b75e789849.tar.gz
emacs-5b3dedccf3e03c6943e362e6f96810b75e789849.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
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.
2178click-event-style position information for a given visible buffer 2178click-event-style position information for a given visible buffer
2179position or for a given window pixel coordinate. 2179position or for a given window pixel coordinate.
2180 2180
2181** skip-chars-forward and skip-chars-backward now handle
2182character classes such as [:alpha:], along with individual characters
2183and ranges.
2184
2181** Function pos-visible-in-window-p now returns the pixel coordinates 2185** Function pos-visible-in-window-p now returns the pixel coordinates
2182and partial visiblity state of the corresponding row, if the PARTIALLY 2186and partial visiblity state of the corresponding row, if the PARTIALLY
2183arg is non-nil. 2187arg is non-nil.