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