Module Name: xsrc
Committed By: wiz
Date: Sun May 13 12:10:48 UTC 2012
Modified Files:
xsrc/external/mit/libX11/dist/nls/C: XI18N_OBJS
xsrc/external/mit/libX11/dist/nls/en_US.UTF-8: XI18N_OBJS
xsrc/external/mit/libX11/dist/nls/iso8859-1: XI18N_OBJS
Log Message:
Let libX11 load and make available the newer (X11R6) callback-based API
for XIM (expected by emacs).
Patch from Ian D. Leroux <[email protected]> on pkgsrc-users
following a hint by Nhat Minh LĂȘ <[email protected]>.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/libX11/dist/nls/C/XI18N_OBJS
cvs rdiff -u -r1.2 -r1.3 \
xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/XI18N_OBJS
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/libX11/dist/nls/iso8859-1/XI18N_OBJS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/libX11/dist/nls/C/XI18N_OBJS
diff -u xsrc/external/mit/libX11/dist/nls/C/XI18N_OBJS:1.1.1.1 xsrc/external/mit/libX11/dist/nls/C/XI18N_OBJS:1.2
--- xsrc/external/mit/libX11/dist/nls/C/XI18N_OBJS:1.1.1.1 Wed Jul 30 02:43:00 2008
+++ xsrc/external/mit/libX11/dist/nls/C/XI18N_OBJS Sun May 13 12:10:48 2012
@@ -3,6 +3,6 @@
# XI18N objects table for euro locales
#
XLC common/xlibi18n _XlcGenericLoader # XLC_open
-XIM common/ximcp _XimOpenIM # XIM_open
+XIM common/ximcp _XimOpenIM _XimRegisterIMInstantiateCallback _XimUnRegisterIMInstantiateCallback # XIM_open XIM_register XIM_unregister
XOM common/xomGeneric _XomGenericOpenOM # XOM_open
Index: xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/XI18N_OBJS
diff -u xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/XI18N_OBJS:1.2 xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/XI18N_OBJS:1.3
--- xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/XI18N_OBJS:1.2 Thu Aug 27 04:42:36 2009
+++ xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/XI18N_OBJS Sun May 13 12:10:48 2012
@@ -4,4 +4,4 @@
#
XLC common/xlcUTF8Load _XlcUtf8Loader # XLC_open
XOM common/xomGeneric _XomGenericOpenOM # XOM_open
-XIM common/ximcp _XimOpenIM # XIM_open
+XIM common/ximcp _XimOpenIM _XimRegisterIMInstantiateCallback _XimUnRegisterIMInstantiateCallback # XIM_open XIM_register XIM_unregister
Index: xsrc/external/mit/libX11/dist/nls/iso8859-1/XI18N_OBJS
diff -u xsrc/external/mit/libX11/dist/nls/iso8859-1/XI18N_OBJS:1.1.1.1 xsrc/external/mit/libX11/dist/nls/iso8859-1/XI18N_OBJS:1.2
--- xsrc/external/mit/libX11/dist/nls/iso8859-1/XI18N_OBJS:1.1.1.1 Wed Jul 30 02:43:04 2008
+++ xsrc/external/mit/libX11/dist/nls/iso8859-1/XI18N_OBJS Sun May 13 12:10:48 2012
@@ -3,6 +3,6 @@
# XI18N objects table for euro locales
#
XLC common/xlibi18n _XlcGenericLoader # XLC_open
-XIM common/ximcp _XimOpenIM # XIM_open
+XIM common/ximcp _XimOpenIM _XimRegisterIMInstantiateCallback _XimUnRegisterIMInstantiateCallback # XIM_open XIM_register XIM_unregister
XOM common/xomGeneric _XomGenericOpenOM # XOM_open