aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaiki Ueno2014-07-16 13:11:08 +0900
committerDaiki Ueno2014-07-16 13:11:08 +0900
commit1c6fefc9557ac174cea6b2d41f0eb3bdb1cced3a (patch)
tree6e560c0d010d720080a7f01b9feda503ec93b966 /src/ChangeLog
parent7e6d13fea41769d1e66dd1c9cd8b6d61f96da39b (diff)
downloademacs-1c6fefc9557ac174cea6b2d41f0eb3bdb1cced3a.tar.gz
emacs-1c6fefc9557ac174cea6b2d41f0eb3bdb1cced3a.zip
Consolidate XChar2b macros for the X, W32, and NS
Suggested by Jan Djärv in: https://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00203.html * w32gui.h (XChar2b, STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Move the fallback definitions to dispextern.h. * nsgui.h (XChar2b, STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Likewise. Share the same definition with W32. * xterm.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Move to ... * dispextern.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): ... here for the consistency with W32 and NS.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 87dd0eacc04..70c76e34c8c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12014-07-16 Daiki Ueno <ueno@gnu.org>
2
3 Consolidate XChar2b macros for the X, W32, and NS
4 Suggested by Jan Djärv in:
5 https://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00203.html
6 * w32gui.h (XChar2b, STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
7 Move the fallback definitions to dispextern.h.
8 * nsgui.h (XChar2b, STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
9 Likewise. Share the same definition with W32.
10 * xterm.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Move to ...
11 * dispextern.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
12 ... here for the consistency with W32 and NS.
13
12014-07-15 Dmitry Antipov <dmantipov@yandex.ru> 142014-07-15 Dmitry Antipov <dmantipov@yandex.ru>
2 15
3 * xmenu.c (toplevel): Use LWLIB_ID for next_menubar_widget_id. 16 * xmenu.c (toplevel): Use LWLIB_ID for next_menubar_widget_id.