aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-09-16 13:35:45 +0200
committerJoakim Verona2013-09-16 13:35:45 +0200
commit2f3ee26f12984352f2777cd51a00eceec196fd4c (patch)
treeb813a05b6b9acec8c1f49fda2271590e8cf8ff53 /src/ChangeLog
parent2676aa6d82f3b92f060daa088cffbfdb4c56904d (diff)
parent83a119f8d892a790b25bd0d856df82fb25b0ba72 (diff)
downloademacs-2f3ee26f12984352f2777cd51a00eceec196fd4c.tar.gz
emacs-2f3ee26f12984352f2777cd51a00eceec196fd4c.zip
merge from trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4b862f27a02..d53f1414917 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12013-09-16 Dmitry Antipov <dmantipov@yandex.ru> 12013-09-16 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * xterm.c (toolkit_scroll_bar_interaction): Use bool for boolean.
4 (ignore_next_mouse_click_timeout): Use Time as X does.
5 (handle_one_xevent): Avoid cast and use unsigned comparison.
6
72013-09-16 Dmitry Antipov <dmantipov@yandex.ru>
8
3 Do not copy X event in handle_one_xevent except KeyPress case. 9 Do not copy X event in handle_one_xevent except KeyPress case.
4 Wnen XEvent is processed, it is unlikely to be changed except 10 Wnen XEvent is processed, it is unlikely to be changed except
5 KeyPress case, so we can avoid copying and use const pointer to 11 KeyPress case, so we can avoid copying and use const pointer to