libX11: Changes to 'libX11-1.3-branch'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Aug 10 17:43:36 PDT 2010


 nls/en_US.UTF-8/Compose.pre |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 4b17b61421e81dd8acc0e410c37b76e674c2ddf7
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Jul 29 11:11:21 2010 -0400

    nls: Switch one of the interrobang sequences to gnaborretni
    
    Since gnaborretni is primarily used in LTR locales, the ? part of the
    sequence reflects the position of the bulge in the ?.  When scanning an
    inverted interrobang left-to-right, you see the bulge first, so the
    compose sequence ?! is used; upright interrobang shows the bulge
    last, so it's !?.
    
    This is a change in behaviour, but I was unable to come up with anything
    better.  ??!! or !!?? would match the patterns for ¿ and ¡, but they
    would delay evaluation of them; "¿Qué?" wouldn't show the ¿ until you hit
    Q.  Likewise ?!?! and !?!? would delay showing the interrobang itself.
    ~!? and ~?! were considered but are arguably less intuitive.
    
    Reviewed-by: James Cloos <cloos at jhcloos.com>
    Signed-off-by: Adam Jackson <ajax at redhat.com>
    (cherry picked from commit f70527f05677aaf6a493ba42d2d95f738aaebafa)

commit 0f70c845ad336a235e2f2f5d966b421d9a9d653d
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Tue Jul 20 12:34:48 2010 +0100

    NLS: Add \o/ Compose sequence
    
    Unicode is even more pointlessly awesome! Add a binding for Compose-\o/
    to U+1F64C PERSON RAISING BOTH HANDS IN CELEBRATION.
    
    Signed-off-by: Daniel Stone <daniel at fooishbar.org>
    (cherry picked from commit 554da76ece85d0fc0cada45a86860e69c2107e9a)

commit 5c99e5b7f26e209de3430397784db443051d6eff
Author: Juliusz Chroboczek <jch at pps.jussieu.fr>
Date:   Tue Jun 29 18:32:42 2010 +0200

    Make Compose-comma map to ogonek for I and U in UTF-8 locales.
    
    With the preceding patch, it makes the UTF-8 compose map consistent with
    the ISO 8859-4 and -13 maps.
    (cherry picked from commit 241a990afcf9c967c587ad6fd245df21b68b1ad9)

commit ce7e5309bd227c14f6569fbccd8523e992c2bf07
Author: Juliusz Chroboczek <jch at pps.jussieu.fr>
Date:   Tue Jun 29 18:20:18 2010 +0200

    Make Compose-comma map to Ogonek for A and E in UTF-8 locales.
    
    This makes the UTF-8 compose file consistent with the ISO 8859-2 compose file
    as far as Polish is concerned.  We only sacrifice one pair of characters,
    e-cedilla, which is not used in any language.
    (cherry picked from commit af55e582f485a668c2bf43129be972bc65f03c60)



More information about the xorg-commit mailing list