aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.