aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-03-23 04:45:17 -0700
committerDaniel Colascione2014-03-23 04:45:17 -0700
commit577b2ffd2d787506261ed758b086fb4257116dba (patch)
tree93edf0eb56438caf85d0663150fde4f1fdf0c67e /src/ChangeLog
parent4b0c9ad43c0f64d7dc120e2f24afed6488c78997 (diff)
parentd2933655023701a8f994d0887ea07b5fef5066c2 (diff)
downloademacs-577b2ffd2d787506261ed758b086fb4257116dba.tar.gz
emacs-577b2ffd2d787506261ed758b086fb4257116dba.zip
Further improve XIM init
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 509875d87ea..dc07ba0b320 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,7 +2,12 @@
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.
7 (supported_xim_styles): Make const.
8 (best_xim_style): Remove first parameter: it's always just
9 supported_xim_styles. Change to look at supported_xim_styles
10 directly.
6 11
72014-03-23 Daniel Colascione <dancol@dancol.org> 122014-03-23 Daniel Colascione <dancol@dancol.org>
8 13