libX11: Changes to 'master'

James Cloos cloos at kemper.freedesktop.org
Wed Jan 29 09:36:47 PST 2014


 nls/en_US.UTF-8/Compose.pre |   20 --------------------
 1 file changed, 20 deletions(-)

New commits:
commit 8757e2ac8e04f2932ff437127f3e2ae9ac20c1d7
Author: Ran Benita <ran234 at gmail.com>
Date:   Wed Jan 29 02:11:47 2014 +0200

    nls: remove duplicate 'ohorn' and 'uhorn' compose sequences
    
    Since <Ohorn> == <U01A0> and <ohorn> == <U01A1>, when translated to
    keysyms:
    
     #define XK_Ohorn                      0x10001a0  /* U+01A0 LATIN CAPITAL LETTER O WITH HORN */
     #define XK_ohorn                      0x10001a1  /* U+01A1 LATIN SMALL LETTER O WITH HORN */
    
    (and similarly for uhorn), there is no need to have both names. Remove
    the unicode literal ones.
    
    Signed-off-by: Ran Benita <ran234 at gmail.com>
    Signed-off-by: James Cloos <cloos at jhcloos.com>



More information about the xorg-commit mailing list