libX11: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Jul 8 23:23:07 PDT 2013


 modules/lc/gen/lcGenConv.c |   28 ----------------------------
 nls/C/XI18N_OBJS           |    2 +-
 nls/en_US.UTF-8/XI18N_OBJS |    5 ++---
 nls/iso8859-1/XI18N_OBJS   |    2 +-
 src/XlibInt.c              |    2 +-
 5 files changed, 5 insertions(+), 34 deletions(-)

New commits:
commit 383e2b0d029482a0f4c39fe00e15397538576fc1
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Tue Jun 25 18:33:56 2013 +0200

    Check for symbol existence with #ifdef, not #if
    
    Reviewed-by: Jamey Sharp <jamey at minilop.net>
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 9955d1c8de994a90fe7f2e3187e7362611d7d265
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Tue Jun 25 18:33:07 2013 +0200

    Use newer callback-based API for XIM.
    
    Let libX11 load and make available the newer (X11R6) callback-based
    API for XIM (expected by emacs).
    
    This patch updates the files to match the other nls/ files.
    
    Patch from Ian D. Leroux <idleroux at fastmail.fm> on pkgsrc-users at NetBSD.org
    following a hint by Nhat Minh Lê <nhat.minh.le at gmail.com>.
    
    Reviewed-by: James Cloos <cloos at jhcloos.com>
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a17ceb7100bd36c2db210473ee701deb5d515731
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Tue Jun 25 18:31:32 2013 +0200

    Stop truncating source to destination length if it is larger.
    
    It seems useless to do that since the code tests for both source
    length and destination to be non-zero. This fixes a cut'n'paste
    problem in xterm where the paste length was limited to 1024 (BUFSIZ)
    in button.c.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list