From d83a7f05a09947bbc874464e65dd44ec16b8b066 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg@phi-gamma.net>
Date: Sun, 29 Jan 2017 19:10:54 +0100
Subject: [doc] mention the designsize-dimen option in manpage

---
 doc/luaotfload.conf.rst | 40 +++++++++++++++++++++++-----------------
 1 file changed, 23 insertions(+), 17 deletions(-)

(limited to 'doc')

diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst
index 2af9cec..92c1e31 100644
--- a/doc/luaotfload.conf.rst
+++ b/doc/luaotfload.conf.rst
@@ -125,23 +125,25 @@ the variable is unset.
 Section ``db``
 -----------------------------------------------------------------------
 
-+-----------------+--------+---------------------------+
-|  variable       |  type  |  default                  |
-+-----------------+--------+---------------------------+
-|  compress       |   b    |  ``true``                 |
-+-----------------+--------+---------------------------+
-|  formats        |   s    |  ``"otf,ttf,ttc"``        |
-+-----------------+--------+---------------------------+
-|  max-fonts      |   n    |  ``2^51``                 |
-+-----------------+--------+---------------------------+
-|  scan-local     |   b    |  ``false``                |
-+-----------------+--------+---------------------------+
-|  skip-read      |   b    |  ``false``                |
-+-----------------+--------+---------------------------+
-|  strip          |   b    |  ``true``                 |
-+-----------------+--------+---------------------------+
-|  update-live    |   b    |  ``true``                 |
-+-----------------+--------+---------------------------+
++--------------------+--------+---------------------------+
+|  variable          |  type  |  default                  |
++--------------------+--------+---------------------------+
+|  compress          |   b    |  ``true``                 |
++--------------------+--------+---------------------------+
+|  designsize-dimen  |   b    |  ``bp``                   |
++--------------------+--------+---------------------------+
+|  formats           |   s    |  ``"otf,ttf,ttc"``        |
++--------------------+--------+---------------------------+
+|  max-fonts         |   n    |  ``2^51``                 |
++--------------------+--------+---------------------------+
+|  scan-local        |   b    |  ``false``                |
++--------------------+--------+---------------------------+
+|  skip-read         |   b    |  ``false``                |
++--------------------+--------+---------------------------+
+|  strip             |   b    |  ``true``                 |
++--------------------+--------+---------------------------+
+|  update-live       |   b    |  ``true``                 |
++--------------------+--------+---------------------------+
 
 The flag ``compress`` determines whether the font index (usually
 ``luaotfload-names.lua[.gz]`` will be stored in compressed forms.
@@ -150,6 +152,10 @@ If unset it is equivalent of passing ``--no-compress`` to
 and has no effect on the runtime behavior of Luaotfload, the flag
 should remain set. Most editors come with zlib support anyways.
 
+The setting ``designsize-dimen`` applies when looking up fonts from
+families with design sizes. The default of DTP-style “big points”
+can be changed for ``pt`` or even ``dd``.
+
 The list of ``formats`` must be a comma separated sequence of strings
 containing one or more of these elements:
 
-- 
cgit v1.2.3


From 31831b966ec0bef1bd1068fc8eb5db80dfae2ea2 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg@phi-gamma.net>
Date: Sun, 29 Jan 2017 20:24:22 +0100
Subject: [*] bump year and version

---
 doc/luaotfload-main.tex | 4 ++--
 doc/luaotfload-tool.rst | 4 ++--
 doc/luaotfload.conf.rst | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

(limited to 'doc')

diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index 406595a..c26235e 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -1,4 +1,4 @@
-%% Copyright (C) 2009-2016
+%% Copyright (C) 2009-2017
 %%
 %%      by  Elie Roux      <elie.roux@telecom-bretagne.eu>
 %%      and Khaled Hosny   <khaledhosny@eglug.org>
@@ -32,7 +32,7 @@
 \beginfrontmatter
 
   \setdocumenttitle  {The \identifier{luaotfload} package}
-  \setdocumentdate   {2016/06/16 v2.7}
+  \setdocumentdate   {2017/01/29 v2.8}
   \setdocumentauthor {Elie Roux · Khaled Hosny · Philipp Gesang\\
                       Home:    \hyperlink {https://github.com/lualatex/luaotfload}\\
                       Support: \email     {lualatex-dev@tug.org}}
diff --git a/doc/luaotfload-tool.rst b/doc/luaotfload-tool.rst
index 28f8e00..1eeba11 100644
--- a/doc/luaotfload-tool.rst
+++ b/doc/luaotfload-tool.rst
@@ -6,9 +6,9 @@
          generate and query the Luaotfload font names database
 -----------------------------------------------------------------------
 
-:Date:                  2016-06-16
+:Date:                  2017-01-28
 :Copyright:             GPL v2.0
-:Version:               2.7
+:Version:               2.8
 :Manual section:        1
 :Manual group:          text processing
 
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst
index 92c1e31..fbef8ec 100644
--- a/doc/luaotfload.conf.rst
+++ b/doc/luaotfload.conf.rst
@@ -6,9 +6,9 @@
                      Luaotfload configuration file
 -----------------------------------------------------------------------
 
-:Date:                  2016-06-16
+:Date:                  2017-01-29
 :Copyright:             GPL v2.0
-:Version:               2.7
+:Version:               2.8
 :Manual section:        5
 :Manual group:          text processing
 
-- 
cgit v1.2.3