<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luaotfload/src/fontloader/misc, branch v2.7-fix-2</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>[fontloader] sync with Context as of 2016-05-02</title>
<updated>2016-05-02T16:39:42+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-05-02T16:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=9deb7fdf2296191efffd3324bb4d77e3d2bb224f'/>
<id>9deb7fdf2296191efffd3324bb4d77e3d2bb224f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] sync with Context as of 2016-04-27</title>
<updated>2016-04-27T17:09:28+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-27T17:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=05c1a1f336a3148f9f8e3b02e3944deaebb0357f'/>
<id>05c1a1f336a3148f9f8e3b02e3944deaebb0357f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] sync with Context as of 2016-04-25</title>
<updated>2016-04-25T21:21:28+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-25T21:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=f5ae057cbe8d00ec09269080ee152fd52dfa931f'/>
<id>f5ae057cbe8d00ec09269080ee152fd52dfa931f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] sync with Context as of 2016-04-24</title>
<updated>2016-04-24T18:08:29+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-24T18:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=4f5a4f429479ce16964f7637fe3d92a1d19650af'/>
<id>4f5a4f429479ce16964f7637fe3d92a1d19650af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] sync with Context as of 2016-04-21</title>
<updated>2016-04-21T19:40:32+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-21T19:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=ff1cc8f4d4e1d52cc1e9df9fd01f74395c782db5'/>
<id>ff1cc8f4d4e1d52cc1e9df9fd01f74395c782db5</id>
<content type='text'>
Hans fixed a couple issues due to our reports. Also, brand new Lua based
PFB loader.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hans fixed a couple issues due to our reports. Also, brand new Lua based
PFB loader.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] sync with Context as of 2016-04-19</title>
<updated>2016-04-19T05:14:59+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-19T05:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=e5490055dfd11a6c6f25a2225cdeee6be4d27a61'/>
<id>e5490055dfd11a6c6f25a2225cdeee6be4d27a61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[db,fontloader] fix subfont table handling (by Dohyun Kim)</title>
<updated>2016-04-18T19:03:02+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-18T19:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=8631d1c4944f2cde0ba2dea1e1f0ac92e2538382'/>
<id>8631d1c4944f2cde0ba2dea1e1f0ac92e2538382</id>
<content type='text'>
TTC subfonts must be considered if there is at least one subfont.
Discovered and fixed by @dohyunkim; the fix for ``font-otr.lua`` goes
upstream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TTC subfonts must be considered if there is at least one subfont.
Discovered and fixed by @dohyunkim; the fix for ``font-otr.lua`` goes
upstream.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] sync with Context as of 2016-04-18</title>
<updated>2016-04-18T18:24:16+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-18T18:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=b8b264a266beed6f95e53ea1801bd96f345fc745'/>
<id>b8b264a266beed6f95e53ea1801bd96f345fc745</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] quick fix by Hans for issue #326</title>
<updated>2016-04-17T13:22:12+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-17T13:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=43f70e0cb460dc46391664191f56e07b281e5698'/>
<id>43f70e0cb460dc46391664191f56e07b281e5698</id>
<content type='text'>
Addresses #326

This is a hot-fix with non-official code. The actual fix will come
downstream later from Context as usual.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #326

This is a hot-fix with non-official code. The actual fix will come
downstream later from Context as usual.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] sync with Context as of 2016-04-17</title>
<updated>2016-04-17T10:36:59+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-17T10:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=97ec9e582e5be33001c136a9c69b5eebee4fdb2a'/>
<id>97ec9e582e5be33001c136a9c69b5eebee4fdb2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
