libX11: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Sep 21 18:25:46 PDT 2010


 COPYING                          |    2 
 configure.ac                     |   62 ------
 cpprules.in                      |    2 
 nls/.gitignore                   |    2 
 nls/C/Makefile.am                |    3 
 nls/Makefile.am                  |   61 +++++-
 nls/am_ET.UTF-8/Makefile.am      |    3 
 nls/armscii-8/Makefile.am        |    3 
 nls/compose-chart.pl             |  389 +++++++++++++++++++++++++++++++++++++++
 nls/compose-check.pl             |    7 
 nls/el_GR.UTF-8/Makefile.am      |    3 
 nls/en_US.UTF-8/Makefile.am      |    3 
 nls/fi_FI.UTF-8/Makefile.am      |    3 
 nls/georgian-academy/Makefile.am |    3 
 nls/georgian-ps/Makefile.am      |    3 
 nls/ibm-cp1133/Makefile.am       |    3 
 nls/iscii-dev/Makefile.am        |    3 
 nls/isiri-3342/Makefile.am       |    3 
 nls/iso8859-1/Makefile.am        |    3 
 nls/iso8859-10/Makefile.am       |    3 
 nls/iso8859-11/Makefile.am       |    3 
 nls/iso8859-13/Makefile.am       |    3 
 nls/iso8859-14/Makefile.am       |    3 
 nls/iso8859-15/Makefile.am       |    3 
 nls/iso8859-2/Makefile.am        |    3 
 nls/iso8859-3/Makefile.am        |    3 
 nls/iso8859-4/Makefile.am        |    3 
 nls/iso8859-5/Makefile.am        |    3 
 nls/iso8859-6/Makefile.am        |    3 
 nls/iso8859-7/Makefile.am        |    3 
 nls/iso8859-8/Makefile.am        |    3 
 nls/iso8859-9/Makefile.am        |    3 
 nls/iso8859-9e/Makefile.am       |    3 
 nls/ja.JIS/Makefile.am           |    3 
 nls/ja.S90/Makefile.am           |    3 
 nls/ja.SJIS/Makefile.am          |    3 
 nls/ja.U90/Makefile.am           |    3 
 nls/ja/Makefile.am               |    3 
 nls/ja_JP.UTF-8/Makefile.am      |    3 
 nls/ko/Makefile.am               |    3 
 nls/ko_KR.UTF-8/Makefile.am      |    3 
 nls/koi8-c/Makefile.am           |    3 
 nls/koi8-r/Makefile.am           |    3 
 nls/koi8-u/Makefile.am           |    3 
 nls/localerules.in               |   13 -
 nls/microsoft-cp1251/Makefile.am |    3 
 nls/microsoft-cp1255/Makefile.am |    3 
 nls/microsoft-cp1256/Makefile.am |    3 
 nls/mulelao-1/Makefile.am        |    3 
 nls/nokhchi-1/Makefile.am        |    3 
 nls/pt_BR.UTF-8/Makefile.am      |    3 
 nls/ru_RU.UTF-8/Makefile.am      |    3 
 nls/tatar-cyr/Makefile.am        |    3 
 nls/th_TH.UTF-8/Makefile.am      |    3 
 nls/th_TH/Makefile.am            |    3 
 nls/tscii-0/Makefile.am          |    3 
 nls/vi_VN.tcvn/Makefile.am       |    3 
 nls/vi_VN.viscii/Makefile.am     |    3 
 nls/zh_CN.UTF-8/Makefile.am      |    3 
 nls/zh_CN.gb18030/Makefile.am    |    3 
 nls/zh_CN.gbk/Makefile.am        |    3 
 nls/zh_CN/Makefile.am            |    3 
 nls/zh_HK.UTF-8/Makefile.am      |    3 
 nls/zh_HK.big5/Makefile.am       |    3 
 nls/zh_HK.big5hkscs/Makefile.am  |    3 
 nls/zh_TW.UTF-8/Makefile.am      |    3 
 nls/zh_TW.big5/Makefile.am       |    3 
 nls/zh_TW/Makefile.am            |    3 
 specs/xmlrules.in                |   10 -
 69 files changed, 464 insertions(+), 264 deletions(-)

New commits:
commit 986bb6d1d54368fe91e3ea24f518d43ce6179782
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Sep 14 00:10:31 2010 -0700

    Bug 19379 - Provide docs with overview of all compose key combinations
    
    Adds compose-chart.pl to generate DocBook/XML documents listing compose
    keys, and Makefile rules to generate HTML & PDF output from them if xmlto
    is present.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=19379
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Reviewed-by: James Cloos <cloos at jhcloos.com>
    Tested-by: Gaetan Nadon <memsize at videotron.ca>

commit 3eb064071695ebf0f371163ed818a428dfeba8e6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 11 00:49:21 2010 -0700

    Make locale data build non-recursive / parallelizable
    
    On a 4 core CPU with gmake -j 16 the nls subdir builds in half the time,
    plus this simplifies the next set of changes.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Reviewed-by: James Cloos <cloos at jhcloos.com>
    Tested-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list