diff options
| author | Martin Rudalics | 2011-07-14 10:30:34 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-07-14 10:30:34 +0200 |
| commit | adc47434a27e5f4a9733e657584823508f8ab952 (patch) | |
| tree | 39e196ed7783f1d0b6dcd3716064ed585a073084 /src/ChangeLog | |
| parent | 7e5bfb8fec244ab07253d1dd95fcef0673b89cbc (diff) | |
| download | emacs-adc47434a27e5f4a9733e657584823508f8ab952.tar.gz emacs-adc47434a27e5f4a9733e657584823508f8ab952.zip | |
Fix bugs in vertical-motion and display-buffer-normalize-special.
* indent.c (Fvertical_motion): Set and restore w->pointm when
saving and restoring the window's buffer (Bug#9006).
* window.el (display-buffer-normalize-special): Replace
`dedicated' by `dedicate' to dedicate window (Bug#9072).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 36a7539b888..9a60ac5f541 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-14 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * indent.c (Fvertical_motion): Set and restore w->pointm when | ||
| 4 | saving and restoring the window's buffer (Bug#9006). | ||
| 5 | |||
| 1 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * editfns.c (Fstring_to_char): Clarify just what is returned | 8 | * editfns.c (Fstring_to_char): Clarify just what is returned |