<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luaotfload/Makefile, branch v1.23</title>
<subtitle>Font handling for Luatex, Plain and LaTeX</subtitle>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/'/>
<entry>
<title>Implement general font blacklisting mechanism</title>
<updated>2010-06-25T07:58:06+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-06-25T07:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=eeba4e7b4c68ecef42bd7831d951371f6269f068'/>
<id>eeba4e7b4c68ecef42bd7831d951371f6269f068</id>
<content type='text'>
Blacklisted fonts are listed one per line in a file named
"otfl-blacklist.cnf", there can be as much copies of this file as kpse
can find (we look for "tex" format despite of the file extension, so it
can exist any where a .tex file can) and all found files will be loaded
an read.

The parser is rather dump, it assumes a good formated file; one font
per line, no trailing spaces, no inline comments, lines starting with
"%" and empty lines will be ignored, any other lines will end in the
blacklist table without any further processing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Blacklisted fonts are listed one per line in a file named
"otfl-blacklist.cnf", there can be as much copies of this file as kpse
can find (we look for "tex" format despite of the file extension, so it
can exist any where a .tex file can) and all found files will be loaded
an read.

The parser is rather dump, it assumes a good formated file; one font
per line, no trailing spaces, no inline comments, lines starting with
"%" and empty lines will be ignored, any other lines will end in the
blacklist table without any further processing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move fontconfig test to check-all</title>
<updated>2010-06-07T04:30:20+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-06-07T04:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=088ae4bf05db0f3eb4fa0203d3854c3f9b1c9eb6'/>
<id>088ae4bf05db0f3eb4fa0203d3854c3f9b1c9eb6</id>
<content type='text'>
It can't find the conf file here and thus failing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can't find the conf file here and thus failing.
</pre>
</div>
</content>
</entry>
<entry>
<title>split "check": tl vs system fonts</title>
<updated>2010-05-31T12:49:36+00:00</updated>
<author>
<name>Manuel Pégourié-Gonnard</name>
<email>mpg@elzevir.fr</email>
</author>
<published>2010-05-31T12:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=969cdae71dddfda718f365ed7720743d843e00d5'/>
<id>969cdae71dddfda718f365ed7720743d843e00d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tune "make check"</title>
<updated>2010-05-30T16:05:03+00:00</updated>
<author>
<name>Manuel Pégourié-Gonnard</name>
<email>mpg@elzevir.fr</email>
</author>
<published>2010-05-30T16:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=dd12ed812b0766956878386ba00d96cdeb91a45c'/>
<id>dd12ed812b0766956878386ba00d96cdeb91a45c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a check target, make ctan depend on it.</title>
<updated>2010-05-30T14:04:55+00:00</updated>
<author>
<name>Manuel Pégourié-Gonnard</name>
<email>mpg@elzevir.fr</email>
</author>
<published>2010-05-30T14:04:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=59d003f00357dc794ac125d5dcfcacbc760737df'/>
<id>59d003f00357dc794ac125d5dcfcacbc760737df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "remove NEWS from the Makefile"</title>
<updated>2010-05-21T02:43:20+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-05-21T02:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=7714c6972814b0ff3175479b09d0139dd67c6ab0'/>
<id>7714c6972814b0ff3175479b09d0139dd67c6ab0</id>
<content type='text'>
This reverts commit 248d50f46dee46b17119f5f6c212bf42f77c5e80.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 248d50f46dee46b17119f5f6c212bf42f77c5e80.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove NEWS from the Makefile</title>
<updated>2010-05-20T09:23:21+00:00</updated>
<author>
<name>Will Robertson</name>
<email>wspr81@gmail.com</email>
</author>
<published>2010-05-20T09:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=248d50f46dee46b17119f5f6c212bf42f77c5e80'/>
<id>248d50f46dee46b17119f5f6c212bf42f77c5e80</id>
<content type='text'>
(still hope it's okay with everyone)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(still hope it's okay with everyone)</pre>
</div>
</content>
</entry>
<entry>
<title>change script location</title>
<updated>2010-05-15T09:04:07+00:00</updated>
<author>
<name>Manuel Pégourié-Gonnard</name>
<email>mpg@elzevir.fr</email>
</author>
<published>2010-05-15T09:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=da6c7629aa7dd37a6c2386bb5ae6b59420c19e78'/>
<id>da6c7629aa7dd37a6c2386bb5ae6b59420c19e78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All caps file name</title>
<updated>2010-05-09T18:12:35+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-05-09T18:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=d08d71ffc88afbf641685e5ebe69bdf0ef4d0f51'/>
<id>d08d71ffc88afbf641685e5ebe69bdf0ef4d0f51</id>
<content type='text'>
For, foolish, consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For, foolish, consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>renaming in the Makefile too</title>
<updated>2010-03-01T10:19:29+00:00</updated>
<author>
<name>eroux</name>
<email>elie.roux@telecom-bretagne.eu</email>
</author>
<published>2010-03-01T10:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=ddc33bbbb9240422c28bb2ed917ed4f397d0521a'/>
<id>ddc33bbbb9240422c28bb2ed917ed4f397d0521a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
