summaryrefslogtreecommitdiff
path: root/NEWS
blob: 68ef8cd0eaf63d881c4ce7d27c19a1cb6676e8fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Change History
--------------

2010/06/09, luaotfload v1.11:
    * when asking for a font with style that doesn't exist, we would return
      nothing, now we fallback to the regular font

2010/06/07, luaotfload v1.10:
    * provide a fonts.names.scan(dir) function that temporally loads fonts
      from the specified dir into the names database
    * Log loaded font file before attempting to open it
    * fix XeTeX's square brackets syntax so that it doesn't trigger database
      update
    * fix loading fonts with absolute path
    * add \fontdimen8 support, for XeTeX compatibility
    * be more verbose when updating the font database
    * improve fonts.conf parsing
    * make sure when a TFM font is requested we don't end up loading a non-TFM
      font with a similar name instead
    * Remove --fc-cache option from mkluatexfontdb.lua, since we no longer use
      fontconfig tools
    * misc. bug fixes

2010/05/30, luaotfload v1.09:
    * the last release didn't even load
    * fix passing --destdir to mkluatexfontdb

2010/05/28, luaotfload v1.08a:
    * revert experimental code that was committed by mistake

2010/05/28, luaotfload v1.08:
    * fix misc. bugs with system fonts scanning
    * parse fontconfig configuration directly, no longer dependant on 'fc-list'
    * now if no font names database is found, luaotfload will generate it, also
      it will force an update of the database if the asked font can not be
      found
    * avoid loading non-tfm fonts when the user asks for tfm font
    * update the documentation
    * blacklist .ttc and LastResort font on mac.
    * sync with ConTeXt beta 2010.05.22
    * fix attribute handling
    * clarify license
    * misc. bug fixes

2010/05/10, luaotfload v1.07:
    * using the new luatexbase package
    * synchronizing with latest ConTeXt stable 2010.05.08
    * adding support for microtypography
    * adding support for color and transparency
    * adding a script to generate a font database with TeX and system fonts
    * more verbose log file

2010/02/07, luaotfload v1.06a:
    * more complete tlig and trep
    * defaults options changed to "+ccmp;+locl;+rlig;+liga;+clig;+kern;
         +mark;+mkmk;"
    * supporting windows absolute path

2009/12/01, luaotfload v1.06:
    * synchronizing with ConTeXt stable 2009.11.26
    * adding backward compatibility with LuaTeX 0.40.6