diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 | ||
| 7 | 2014-03-23 Daniel Colascione <dancol@dancol.org> | 12 | 2014-03-23 Daniel Colascione <dancol@dancol.org> |
| 8 | 13 | ||