aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-07 17:21:59 +0400
committerDmitry Antipov2013-08-07 17:21:59 +0400
commitd2a95ffb4eeed87b00c9ac1c8eec7d39b06226e5 (patch)
tree5aed90856ab78eaa3ff59d5d42a043ab798fa5ac /src/ChangeLog
parent998ad848a4f1fd347fdbb1cf181035a0e174eddc (diff)
downloademacs-d2a95ffb4eeed87b00c9ac1c8eec7d39b06226e5.tar.gz
emacs-d2a95ffb4eeed87b00c9ac1c8eec7d39b06226e5.zip
Prefer selected_window to Fselected_window, likewise for frames.
* buffer.c (Fbuffer_swap_text): * data.c (Fvariable_binding_locus): * window.c (run_window_configuration_change_hook): Adjust users. * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data): Use decode_live_frame.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a090e02e74a..4f7646ea835 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12013-08-07 Dmitry Antipov <dmantipov@yandex.ru> 12013-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Prefer selected_window to Fselected_window, likewise for frames.
4 * buffer.c (Fbuffer_swap_text):
5 * data.c (Fvariable_binding_locus):
6 * window.c (run_window_configuration_change_hook): Adjust users.
7 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
8 Use decode_live_frame.
9
102013-08-07 Dmitry Antipov <dmantipov@yandex.ru>
11
3 Be more careful if selected window shows the buffer other than current, 12 Be more careful if selected window shows the buffer other than current,
4 use window_outdated only if this is not so. This change should also 13 use window_outdated only if this is not so. This change should also
5 address some weird issues discussed in Bug#13012. 14 address some weird issues discussed in Bug#13012.