summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/kerntest/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/kerntest/ChangeLog')
-rw-r--r--macros/latex/contrib/kerntest/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/macros/latex/contrib/kerntest/ChangeLog b/macros/latex/contrib/kerntest/ChangeLog
new file mode 100644
index 0000000000..23698cf27b
--- /dev/null
+++ b/macros/latex/contrib/kerntest/ChangeLog
@@ -0,0 +1,38 @@
+v1.32 2004/04/13 Harald Harders (h.harders@tu-bs.de)
+ - Direct access on glyph names instead of parsing \getpsname.
+ - Speed up \writemtxkern, \defglyphclass, \ifglyphinclass, and
+ - \@ifglyphinclass (in total, app. factor 20).
+ - Allow to set relative kerning widths in glyph classes.
+ - Do not scale Helvetica by default because this breaks
+ testing Helvetica.
+
+v1.31 2004/04/13 Harald Harders (h.harders@tu-bs.de)
+ - Use \setleftkerning and \setrightkerning instead of writing
+ every kerning pair.
+
+v1.30 2004/04/12 Harald Harders (h.harders@tu-bs.de)
+ - Add encodings OT1, T2A, T2B, and LY1.
+ - Template for OT1 encoding.
+ - Parameter-dependent encodings (for example with or without
+ ligatures).
+ - New option designsize for giving the design size of the font
+ explicitely.
+
+v1.11 2004/04/06 Harald Harders (h.harders@tu-bs.de)
+ - Allow to give glyphs by number (decimal, hex, octal) or by
+ PostScript name.
+ - Write glyph name to table.
+ - Find and complain inconsistent kerning data.
+ - Introduce glyph classes to set the kerning for similar glyph
+ shapes by once.
+ - Reduce left margin.
+
+v1.11 2004/04/06 Harald Harders (h.harders@tu-bs.de)
+ - Add literature to bibliography.
+
+v1.10 2004/04/06 Harald Harders (h.harders@tu-bs.de)
+ - Add option `writeall'.
+ - Load configuration file `kerntest.cfg'.
+
+v1.00 2004/04/01 Harald Harders (h.harders@tu-bs.de)
+ - Total new implementation.