diff options
| author | Martin Rudalics | 2012-08-21 11:27:07 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2012-08-21 11:27:07 +0200 |
| commit | 5481664ac42e532f7636941e29cf31b3163587c6 (patch) | |
| tree | 634ff4414fd635d9bb7f7ec988546438092d5eb3 /src/ChangeLog | |
| parent | 9f1ee09efc42e82df21d0697cda35189f0618cd8 (diff) | |
| download | emacs-5481664ac42e532f7636941e29cf31b3163587c6.tar.gz emacs-5481664ac42e532f7636941e29cf31b3163587c6.zip | |
For selected window have (set-)window-point always operate on buffer's point.
* window.c (Fwindow_point): For the selected window always return
the position of its buffer's point.
(Fset_window_point): For the selected window always go in its
buffer to the specified position.
* window.el (window-point-1, set-window-point-1): Remove.
(window-in-direction, record-window-buffer)
(set-window-buffer-start-and-point, split-window-below)
(window--state-get-1, display-buffer-record-window): Replace
calls to window-point-1 and set-window-point-1 by calls to
window-point and set-window-point respectively.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5a7c6923029..15eac722f8e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-08-21 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (Fwindow_point): For the selected window always return | ||
| 4 | the position of its buffer's point. | ||
| 5 | (Fset_window_point): For the selected window always go in its | ||
| 6 | buffer to the specified position. | ||
| 7 | |||
| 1 | 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru> | 8 | 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 9 | ||
| 3 | Setter macros for fontsets. | 10 | Setter macros for fontsets. |