<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luaotfload, branch v1.07</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>Documentation updates</title>
<updated>2010-05-12T18:41:55+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-05-12T18:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=944e88703bcba2ca878219981db549fd5d7f1fb9'/>
<id>944e88703bcba2ca878219981db549fd5d7f1fb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Showing a log message only once (it used to be present 10s of times in the log)</title>
<updated>2010-05-11T13:24:54+00:00</updated>
<author>
<name>Elie Roux</name>
<email>elie.roux@telecom-bretagne.eu</email>
</author>
<published>2010-05-11T13:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=441b4d98ed5edb423b1de9095770789a8f1cfd3c'/>
<id>441b4d98ed5edb423b1de9095770789a8f1cfd3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure the font exists on the disk</title>
<updated>2010-05-11T11:20:37+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-05-11T11:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=6c669a52cf5503bac7e507ccfb0ca04d0ddf3378'/>
<id>6c669a52cf5503bac7e507ccfb0ca04d0ddf3378</id>
<content type='text'>
Sometimes the database is outdated in the font no longer exits in the
saved path, now we make sure the file exists before returning path to
luatex. This way the user gets the good old "font not loadable" error,
instead of mysterious backend error and program exit. Later we may try to
update the database at this point.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes the database is outdated in the font no longer exits in the
saved path, now we make sure the file exists before returning path to
luatex. This way the user gets the good old "font not loadable" error,
instead of mysterious backend error and program exit. Later we may try to
update the database at this point.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid too long lines</title>
<updated>2010-05-11T10:19:24+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-05-11T10:19:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=ee90fe0345edd9aef912bec57f952974d7c578b3'/>
<id>ee90fe0345edd9aef912bec57f952974d7c578b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip names database for TFM fonts</title>
<updated>2010-05-11T05:20:38+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-05-11T05:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=7f48b3967c6af3b47728d756e235e2d735f1fe0d'/>
<id>7f48b3967c6af3b47728d756e235e2d735f1fe0d</id>
<content type='text'>
if a tfm (or ofm) files exists with the same name, skip font names
database.

closes #3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if a tfm (or ofm) files exists with the same name, skip font names
database.

closes #3
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix call to callback.add.</title>
<updated>2010-05-10T21:38:27+00:00</updated>
<author>
<name>Manuel Pégourié-Gonnard</name>
<email>mpg@elzevir.fr</email>
</author>
<published>2010-05-10T20:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=05060aebf23d9262f43876060924d2dd95e56423'/>
<id>05060aebf23d9262f43876060924d2dd95e56423</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>luaextra -&gt; lualibs</title>
<updated>2010-05-10T21:23:16+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-05-10T21:23:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=dd322f3db2a1be5cf3e98e8ace51069d73a198c2'/>
<id>dd322f3db2a1be5cf3e98e8ace51069d73a198c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor</title>
<updated>2010-05-10T19:43:25+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-05-10T19:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=81ab9bb66a45b463d6a41b4d48f1151e5e642d63'/>
<id>81ab9bb66a45b463d6a41b4d48f1151e5e642d63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Not using luadirect anymore</title>
<updated>2010-05-10T19:33:27+00:00</updated>
<author>
<name>Elie Roux</name>
<email>elie.roux@telecom-bretagne.eu</email>
</author>
<published>2010-05-10T19:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=2bdc068918f4543aa3306d1b5b0b9ca1f7365b52'/>
<id>2bdc068918f4543aa3306d1b5b0b9ca1f7365b52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapting to the new luatexbase package</title>
<updated>2010-05-10T19:31:28+00:00</updated>
<author>
<name>Elie Roux</name>
<email>elie.roux@telecom-bretagne.eu</email>
</author>
<published>2010-05-10T19:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=ab35b6ced319a49f8cb60912adf67a239570e122'/>
<id>ab35b6ced319a49f8cb60912adf67a239570e122</id>
<content type='text'>
 * using the new luatexbase callback functions
 * fixing a tiny bug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * using the new luatexbase callback functions
 * fixing a tiny bug
</pre>
</div>
</content>
</entry>
</feed>
