aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2012-08-27 10:31:19 +0200
committerMartin Rudalics2012-08-27 10:31:19 +0200
commitc4b6914d3621942393a3a69d5cee3e39e13c6227 (patch)
tree9bd128ee1592b4b4b24dc7f20844de13cae05252 /src/ChangeLog
parent35aaa1ea263181d058228a6ea232197c7c88a7a1 (diff)
downloademacs-c4b6914d3621942393a3a69d5cee3e39e13c6227.tar.gz
emacs-c4b6914d3621942393a3a69d5cee3e39e13c6227.zip
Address two problems in Fset_window_configuration (Bug#8789) and (Bug#12208).
* window.c (Fset_window_configuration): Record any window's old buffer if it's replaced (see Bug#8789). If the new current buffer doesn't appear in the selected window, go to its old point (Bug#12208).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ec7267913d6..ee0aeed86f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-08-27 Martin Rudalics <rudalics@gmx.at>
2
3 * window.c (Fset_window_configuration): Record any window's old
4 buffer if it's replaced (see Bug#8789). If the new current
5 buffer doesn't appear in the selected window, go to its old
6 point (Bug#12208).
7
12012-08-27 Dmitry Antipov <dmantipov@yandex.ru> 82012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2 9
3 Special MEM_TYPE_SPARE to denote reserved memory. 10 Special MEM_TYPE_SPARE to denote reserved memory.