libX11: Changes to 'master'

Daniel Stone daniels at kemper.freedesktop.org
Thu Jul 8 08:31:10 PDT 2010


 configure.ac        |   33 ++--
 src/Makefile.am     |    8 -
 src/StrKeysym.c     |   13 +
 src/XKeysymDB       |  380 ----------------------------------------------------
 src/util/makekeys.c |  127 +++++++++++------
 5 files changed, 118 insertions(+), 443 deletions(-)

New commits:
commit eb023c0f8919e809b8b609e1467b14d20a290aa7
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 00175397480b76d32bf82b0c7c94c91a2a95954e
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 ebd6ef0a4db0ddef0ae17ad14571518ccdeea5ba
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>

commit 8c2ffce9e5c6eef8a04f7e2732db46b3b62e13bb
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Tue Jun 15 17:20:48 2010 +0100

    configure.ac: Change from deprecated AC_DEFINE_DIR to AX_
    
    AC_DEFINE_DIR is deprecated as it's squatting on the autoconf-builtin
    namespace, so start using the more proper AX_DEFINE_DIR instead.
    
    Signed-off-by: Daniel Stone <daniel at fooishbar.org>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list