aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-20 20:14:58 +0400
committerDmitry Antipov2014-07-20 20:14:58 +0400
commita1edea0c88ac69acc1b386a67859a674dd5af5aa (patch)
treed261496c28269a6d608fac39cf55af4a5f15bca4 /src/ChangeLog
parenta54493b02fc90ab163aa88dfe68c2b5e44a2536e (diff)
downloademacs-a1edea0c88ac69acc1b386a67859a674dd5af5aa.tar.gz
emacs-a1edea0c88ac69acc1b386a67859a674dd5af5aa.zip
* frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.
* xfns.c (x_window): Use it to allow xfree later. (x_encode_text): Drop 3rd arg; unused. Tweak comment and adjust users where appropriate. Use bool for booleans and remove redundant checks. (Fx_backspace_delete_keys_p): Use XkbFreeKeyboard; explain why. * xterm.c (x_free_frame_resources): Free shell_position.
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