diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-07-19 K. Handa <handa@gnu.org> | 10 | 2014-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 |