libX11: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 3 15:51:03 UTC 2022


 README.md                   |    7 
 nls/en_US.UTF-8/Compose.pre |11845 +++++++++++++++++++++-----------------------
 2 files changed, 5891 insertions(+), 5961 deletions(-)

New commits:
commit 9ef2551f0c201f9163b66d17189a98076b5be07a
Author: Benno Schulenberg <bensberg at telfort.nl>
Date:   Wed Feb 2 16:50:35 2022 +0100

    nls: do some manual adjustment of whitespace in the compose sequences
    
    This achieves a more consistent vertical alignment (per group) of the
    target character and the trailing comments.
    
    (Most blocks were aligned in some fashion, except the "Greek Extended"
    block, which has lines of greatly varying lengths.)
    
    Signed-off-by: Benno Schulenberg <bensberg at telfort.nl>

commit 0dad289ead6eb3412027c9365192441cc539d747
Author: Benno Schulenberg <bensberg at telfort.nl>
Date:   Wed Feb 2 14:08:22 2022 +0100

    nls: among the compose sequences, replace all runs of spaces with tabs
    
    It was done with this script:
    
        cat nls/en_US.UTF-8/Compose.pre |
        sed 's!\(^<.\{6,13\}>\)\s*:!\1\t\t\t\t:!' |
        sed 's!\(^<.\{14,21\}>\)\s*:!\1\t\t\t:!' |
        sed 's!\(^<.\{22,29\}>\)\s*:!\1\t\t:!' |
        sed 's!\(^<.\{30,37\}>\)\s*:!\1\t:!' |
        sed 's!\(: ".*"\)\s*!\1\t!' |
        sed 's!\(\s*# \)! # !' > trimmed &&
        mv  trimmed  nls/en_US.UTF-8/Compose.pre
    
    This saves 37 kilobytes of whitespace.
    
    Signed-off-by: Benno Schulenberg <bensberg at telfort.nl>

commit fc79e39c236501357e1fdbe8964882864eeef5d3
Author: Benno Schulenberg <bensberg at telfort.nl>
Date:   Wed Feb 2 14:06:29 2022 +0100

    docs: add missing word, wrap line, fix typo, and trim an excess space
    
    Signed-off-by: Benno Schulenberg <bensberg at telfort.nl>



More information about the xorg-commit mailing list