diff options
author | Chong Yidong <cyd@gnu.org> | 2012-08-13 13:11:19 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-08-13 13:11:19 +0800 |
commit | 170aedb97ebee3edb81d2c447e6baa465978b03f (patch) | |
tree | 3c44dc3a506481b20b7ecfcfce3a5a55452d6920 /src/ChangeLog | |
parent | c17d5a38db885685aa57bf5560e9dedb1f494819 (diff) | |
download | emacs-170aedb97ebee3edb81d2c447e6baa465978b03f.tar.gz |
Backport fix for Bug#11677 from trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3a0ea19c1b1..96c6d244bd1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2012-08-13 Eli Zaretskii <eliz@gnu.org> + + * window.c (Fdelete_other_windows_internal) + (Fdelete_window_internal): Don't access frame's mouse highlight + info of the initial frame. (Bug#11677) + 2012-08-12 Jan Djärv <jan.h.d@swipnet.se> * nsterm.m (ns_read_socket): Return early if there is a modal |