x11proto: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Dec 4 16:30:13 PST 2010


 specs/encoding.xml |  390 +++++-----
 specs/sect1-9.xml  | 2005 ++++++++++++++++++++++++++++-------------------------
 2 files changed, 1266 insertions(+), 1129 deletions(-)

New commits:
commit 19e314d95219d64aea079eb9d2b378533b6efdcd
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Dec 4 16:28:48 2010 -0800

    Replace ASCII -> arrows with Unicode â–¶
    
    Matches formatting used in current extension specs like randr
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fa2daaceb0fe5324589b9fca9d156b41697d3a52
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Dec 4 16:06:37 2010 -0800

    spec: Make request names in text hyperlinks to request definition sections
    
    Same basic process as previous commit for event names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 998f64c6c986feee7a745a5169152025b229c6d8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Dec 4 15:31:21 2010 -0800

    spec: Make event names in text hyperlinks to event definition sections
    
    Started by taking list of event names and generating a list of perl
    commands such as:
    s{^\<emphasis role='bold'\>KeyPress\</emphasis\>}{<link linkend="events:KeyPress"><emphasis role='bold'>KeyPress</emphasis></link>}g;
    
    and running that with perl -i -p /tmp/e.pl *.xml
    
    Many of those changes were then manually reverted to avoid having
    the same link appear multiple times in a paragraph or to avoid having
    the definition sections link to themselves.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c4be93c2188c9d8b1b186dde4d80ef91b31f4123
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Dec 4 14:31:08 2010 -0800

    spec: Convert Events chapter into sections
    
    Started with a similar replace-regexp as the Requests chapter, but
    with a lot more manual editing due to the sections with multiple
    events grouped into a set.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit eb772110ff1a4f6fc6d574bd23679b0408621ef3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Dec 4 13:22:04 2010 -0800

    spec: Convert Requests chapter to have a section per request
    
    Bulk of change performed with emacs replace-regexp:
    <para id="requests:[^"]+">
    <emphasis role='bold'>\([^<]+\)</emphasis>
    <indexterm significance="preferred"><primary>[^<]+</primary></indexterm>
    </para>
    with:
       </section>
      <section id="requests:\1">
        <title>\1</title>
        <indexterm significance="preferred"><primary>\1</primary></indexterm>
    
    Plus manual editing of the first & last section, and manual
    conversion of GrabButton & GrabServer due to extra indexterm lines.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 14a0efb08c5e5ca12c8afce213d457e07900b5e6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Dec 4 11:45:48 2010 -0800

    spec: Fix a bunch of the .RB -> <emphasis> mappings
    
    Cleans up the opening { of enum lists that the closing was handled
    by commit 68bf1a7a0c89
    
    perl -i -p -e 's{^<emphasis([^>]*)>(\W+?\s+)}{$2<emphasis$1>}g' *.xml
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list