[Fontconfig] fontconfig: Branch 'master' - 2 commits

Akira TAGOH akira at tagoh.org
Tue Jul 2 03:09:02 PDT 2013


On Tue, Jul 2, 2013 at 6:55 PM, Akira TAGOH
<tagoh at kemper.freedesktop.org> wrote:
> commit 0907589a79d05aeed9bc6bff783838b0eb25736b
> Author: Akira TAGOH <akira at tagoh.org>
> Date:   Fri Jun 28 15:54:38 2013 +0900
>
>     Fix the behavior of intermixed tests end edits in match
>
>     to get the following recipe working:
>
>     <match>
>       <test1 .../>
>       <edit1 .../>
>       <test2 .../>
>       <edit2 .../>
>     </match>
>
>     as:
>
>     <match>
>       <test1 .../>
>       </edit1 .../>
>     </match>
>     <match>
>       <test1 .../>
>       <test2 .../>
>       <edit2 .../>
>     </match>

Doh, I meant to just check it in locally temporarily and reworking to
do tests and apply edits in one-pass.

-- 
Akira TAGOH


More information about the Fontconfig mailing list