aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f4447da7010..374da469203 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12012-05-28 Eli Zaretskii <eliz@gnu.org>
2
3 * w32term.c (my_bring_window_to_top): New function.
4 (x_raise_frame): Use handle returned by DeferWindowPos, which
5 could be different from the original one. Call
6 my_bring_window_to_top instead of my_set_foreground_window.
7 (Bug#11513)
8
9 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
10 by calling BringWindowToTop.
11
12 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
13 (WM_EMACS_END): Increase by one.
14
12012-05-28 Paul Eggert <eggert@cs.ucla.edu> 152012-05-28 Paul Eggert <eggert@cs.ucla.edu>
2 16
3 * bidi.c (bidi_mirror_char): Put eassert before conversion to int. 17 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.