aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-03-23 04:35:21 -0700
committerDaniel Colascione2014-03-23 04:35:21 -0700
commitd2933655023701a8f994d0887ea07b5fef5066c2 (patch)
tree962ea4cbced52992b537859c5ec6b1868a2f0712 /src/ChangeLog
parentdf3964ce56e2ceb4aa528098db5dada1a9222954 (diff)
downloademacs-d2933655023701a8f994d0887ea07b5fef5066c2.tar.gz
emacs-d2933655023701a8f994d0887ea07b5fef5066c2.zip
Further improve create_frame_xic patch
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 509875d87ea..951c4b7887f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,7 +2,8 @@
2 2
3 * xfns.c (create_frame_xic): Pass XNStatusAttributes to XCreateIC 3 * xfns.c (create_frame_xic): Pass XNStatusAttributes to XCreateIC
4 only if xic_style calls for it. This change allows Emacs to work 4 only if xic_style calls for it. This change allows Emacs to work
5 with ibus. Also, don't leak resources if create_frame_xic fails. 5 with ibus. Also, don't leak resources if create_frame_xic fails,
6 and stop caching xic_style across different displays.
6 7
72014-03-23 Daniel Colascione <dancol@dancol.org> 82014-03-23 Daniel Colascione <dancol@dancol.org>
8 9