libX11: Changes to 'libX11-1.3-branch'

Daniel Stone daniels at kemper.freedesktop.org
Sun Sep 19 23:14:00 PDT 2010


 configure.ac         |   23 +--
 nls/locale.alias.pre |    2 
 src/Makefile.am      |    8 -
 src/StrKeysym.c      |   25 +++
 src/XKeysymDB        |  380 ---------------------------------------------------
 src/util/makekeys.c  |  127 +++++++++++------
 6 files changed, 127 insertions(+), 438 deletions(-)

New commits:
commit 7f5a8fac9ca8b4e90b1feea43cd562265837ed4c
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Mon Sep 20 16:04:42 2010 +1000

    libX11 1.3.6
    
    Signed-off-by: Daniel Stone <daniel at fooishbar.org>

commit 6838a5beeb6c6c614e371fe7df5fa7804065e55e
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Aug 23 18:08:10 2010 -0700

    Bug 29773: aliases for nb_NO.utf8 and nn_NO.utf8
    
    <https://bugs.freedesktop.org/show_bug.cgi?id=29773>
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e90ec71b870ac15f52e41162e61974d16b63d3a2
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Fri Jul 9 18:13:13 2010 +0100

    XStringToKeysym: Cope with 0x1234cafe-style input
    
    If we get input in the style of 0xdeadbeef, just return that exact
    keysym.  Introduces a dependency on strtoul, which I'm told is OK on all
    the systems we care about.
    
    Signed-off-by: Daniel Stone <daniel at fooishbar.org>

commit b3ff091678e900128f209b9d64bfac36228a355b
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Thu Jul 8 16:49:51 2010 +0100

    XStringToKeysym: Check strdup() return value
    
    Signed-off-by: Daniel Stone <daniel at fooishbar.org>
    Reviewed-by: Keith Packard <keithp at keithp.com>

commit 50b4b07073bd46cbef3627c160a240bd2a2b99d5
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Tue Jun 15 18:49:43 2010 +0100

    Delete now-redundant XKeysymDB
    
    Since XStringToKeysym now supports all the vendor keysyms, just delete
    our XKeysymDB, which was incomplete at best, misleading at worst, and
    always an annoyance.
    
    Signed-off-by: Daniel Stone <daniel at fooishbar.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a32370c0854c8ad6f526dd997f14dbe3f466d4db
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Tue Jun 15 18:48:48 2010 +0100

    makekeys: Scan vendor keysyms as well as core
    
    Since we can't really live without vendor keysyms, scan them all in to
    generate ks_tables.h, rather than only doing the core ones, and leaving
    the vendor syms to be manually synchronised with XKeysymDB.
    
    Signed-off-by: Daniel Stone <daniel at fooishbar.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 77cb2bda308b39dc0a8267f18d92e7b4bf178aa1
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Tue Jun 15 18:47:37 2010 +0100

    XStringToKeysym: Special case for XF86 keysyms
    
    Some XFree86 keysyms were in XKeysymDB as XF86_foo, despite really being
    XF86foo.  So, if we get to the bottom of XStringToKeysym and haven't
    found our XF86_foo, try it again as XF86foo.
    
    Signed-off-by: Daniel Stone <daniel at fooishbar.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list