diff options
| author | Richard M. Stallman | 2004-06-21 03:10:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-06-21 03:10:40 +0000 |
| commit | 5b3dedccf3e03c6943e362e6f96810b75e789849 (patch) | |
| tree | 51f991de781d7393fe6d12ab82cbe4d7ebe21a96 | |
| parent | acd81db980f183af036638b0aac9d3ecfaf3ca15 (diff) | |
| download | emacs-5b3dedccf3e03c6943e362e6f96810b75e789849.tar.gz emacs-5b3dedccf3e03c6943e362e6f96810b75e789849.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -2178,6 +2178,10 @@ current input method to input a character. | |||
| 2178 | click-event-style position information for a given visible buffer | 2178 | click-event-style position information for a given visible buffer |
| 2179 | position or for a given window pixel coordinate. | 2179 | position or for a given window pixel coordinate. |
| 2180 | 2180 | ||
| 2181 | ** skip-chars-forward and skip-chars-backward now handle | ||
| 2182 | character classes such as [:alpha:], along with individual characters | ||
| 2183 | and 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 |
| 2182 | and partial visiblity state of the corresponding row, if the PARTIALLY | 2186 | and partial visiblity state of the corresponding row, if the PARTIALLY |
| 2183 | arg is non-nil. | 2187 | arg is non-nil. |