libX11: Changes to 'master'

Matt Dew marcoz at kemper.freedesktop.org
Sun Jan 22 15:23:58 PST 2012


 specs/XIM/xim.xml                  |  420 ++++++++++-----------
 specs/XKB/ch01.xml                 |   17 
 specs/XKB/ch02.xml                 |  104 ++---
 specs/XKB/ch04.xml                 |  110 ++---
 specs/XKB/ch05.xml                 |  150 ++++---
 specs/XKB/ch06.xml                 |   87 ++--
 specs/XKB/ch07.xml                 |   13 
 specs/XKB/ch08.xml                 |  255 ++++++------
 specs/XKB/ch09.xml                 |  174 ++++----
 specs/XKB/ch10.xml                 |  727 +++++++++++++++++++-----------------
 specs/XKB/ch11.xml                 |   58 +-
 specs/XKB/ch12.xml                 |  107 ++---
 specs/XKB/ch13.xml                 |  625 +++++++++++++++++--------------
 specs/XKB/ch14.xml                 |  207 +++++-----
 specs/XKB/ch15.xml                 |  346 +++++++++--------
 specs/XKB/ch16.xml                 |  735 +++++++++++++++++++------------------
 specs/XKB/ch17.xml                 |  194 +++++----
 specs/XKB/ch18.xml                 |  175 ++++----
 specs/XKB/ch19.xml                 |   19 
 specs/XKB/ch20.xml                 |  184 ++++-----
 specs/XKB/ch21.xml                 |  232 ++++++-----
 specs/XKB/ch22.xml                 |   38 +
 specs/i18n/framework/framework.xml |  165 ++++----
 specs/i18n/localedb/localedb.xml   |  155 ++++---
 specs/i18n/trans/trans.xml         |  403 ++++++++++----------
 specs/libX11/AppA.xml              |   26 -
 specs/libX11/CH03.xml              |   40 +-
 specs/libX11/CH06.xml              |   19 
 specs/libX11/CH07.xml              |   63 +--
 specs/libX11/CH10.xml              |   83 ++--
 specs/libX11/CH11.xml              |   15 
 specs/libX11/CH12.xml              |    7 
 specs/libX11/CH13.xml              |  234 ++++++-----
 specs/libX11/CH14.xml              |   23 -
 34 files changed, 3294 insertions(+), 2916 deletions(-)

New commits:
commit cadcbd376f0a5d17a71a2fe2f8ced5d93232921a
Author: Matt Dew <marcoz at osource.org>
Date:   Sat Jan 21 17:59:51 2012 -0700

    informaltable & table cleanup
    
    On certain tables, add top and bottom borders to table header
    and a bottom border to the table. This matches what those
    tables in the old pdfs looked like.
    
    the <?dbfo keep-together='always'> prevents tables from
    splitting across pages. Useful for tiny tables.
    
    Converting the colwidth to a floating point, IE, 1* -> 1.0*
    cleans up these build errors:
    WARNING: table-layout="fixed" and column-width unspecified =>
    falling back to proportional-column-width(1)
    
    Signed-off-by: Matt Dew <marcoz at osource.org>



More information about the xorg-commit mailing list