aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 51569f14f31..d4f6321faf7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.
4 * xfns.c (x_window): Use it to allow xfree later.
5 (x_encode_text): Drop 3rd arg; unused. Tweak comment and adjust users
6 where appropriate. Use bool for booleans and remove redundant checks.
7 (Fx_backspace_delete_keys_p): Use XkbFreeKeyboard; explain why.
8 * xterm.c (x_free_frame_resources): Free shell_position.
9
12014-07-19 K. Handa <handa@gnu.org> 102014-07-19 K. Handa <handa@gnu.org>
2 11
3 * xfaces.c (realize_x_face): Call font_load_for_lface with no 12 * xfaces.c (realize_x_face): Call font_load_for_lface with no