libX11: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Jul 18 14:02:40 PDT 2010


 specs/libX11/AppD.xml |   15 +++++-
 specs/libX11/CH01.xml |  119 +++++++++++++++++++++++++++++++++-----------------
 specs/libX11/CH02.xml |    5 +-
 specs/libX11/CH04.xml |    5 +-
 specs/libX11/CH06.xml |   10 +++-
 specs/libX11/CH07.xml |    5 +-
 specs/libX11/CH08.xml |    5 +-
 specs/libX11/CH10.xml |   20 ++++++--
 specs/libX11/CH12.xml |   10 +++-
 specs/libX11/CH14.xml |   25 ++++++++--
 specs/libX11/CH15.xml |    5 +-
 specs/libX11/CH16.xml |   35 +++++++++++---
 12 files changed, 192 insertions(+), 67 deletions(-)

New commits:
commit c944a8521f5760b485192658b921145159cdb439
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jul 18 13:12:20 2010 -0700

    specs/libX11: Fix up list of header files in Ch.1 & add index entries
    
    Combination of manual editing and automatic substitution via:
    
    perl -i -p -00 -e 's{<varlistentry>(\s+)<term>&lt;X11/([^&]+)&gt;</term>(\s+)<listitem>(\s+)<para>}{<varlistentry id="Standard_Header_Files:$2">$1<term><filename class="headerfile">&lt;X11/$2&gt;</filename></term>$3<listitem>$4<indexterm type="file"><primary><filename class="headerfile">X11/$2</filename></primary></indexterm>$4<indexterm><primary>Files</primary><secondary>&lt;X11/$2&gt;</secondary></indexterm>$4<indexterm><primary>Headers</primary><secondary>&lt;X11/$2&gt;</secondary></indexterm>$4<para>}g' CH01.xml
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit bb66e8f1ce330043278d3e8cbc7d5d3bc56ee030
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jul 18 12:47:27 2010 -0700

    specs/libX11: Add indexterms for headerfiles that .hN used to provide
    
    Automatic substitution performed via:
    perl -i -p -e 's{^&lt;<filename class="headerfile">([^<]+)</filename>&gt;(.*)$}{<filename class="headerfile">&lt;$1&gt;</filename>$2\n<indexterm type="file"><primary><filename class="headerfile">$1</filename></primary></indexterm>\n<indexterm><primary>Files</primary><secondary><filename class="headerfile">&lt;$1&gt;</filename></secondary></indexterm>\n<indexterm><primary>Headers</primary><secondary><filename class="headerfile">&lt;$1&gt;</filename></secondary></indexterm>}' *.xml
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list