ref: 689d68e5b34bb9ada5d1a3c3e65672d056175d39
parent: 234b987ef62676a5580ce90628ae63b11cf0fb75
author: Werner Lemberg <[email protected]>
date: Sat Apr 27 04:09:35 EDT 2013
docs/CHANGES: Add ftdemo changes.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2013-04-26 Werner Lemberg <[email protected]>
+2013-04-27 Werner Lemberg <[email protected]>
* docs/CHANGES: Updated.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -36,6 +36,33 @@
environment variable to specify a `make' binary. For backwards
compatibility, GNUMAKE still overrides MAKE, though.
+ - The `ftview' and `ftdiff' demo programs have been redesigned,
+ showing more options permanently on the screen, among other
+ minor improvements.
+
+ - Using the `H' key, it is now possible to select the CFF engine
+ in both `ftview' and `ftdiff'.
+
+ - It is now possible to directly select the LCD rendering mode
+ with the keys `A'-`F' in `ftview'. The key mapping for cycling
+ through LCD modes has been changed from `K' and `L' to `k' and
+ `l', and toggling custom LCD filtering is no longer mapped to
+ key `F' but to key `L'.
+
+ - In `ftdiff', key `x' toggles between layout modes: Either use
+ the advance width (this is new and now the default) or the
+ bounding box information to determine line breaks.
+
+ - For all demo tools, the new command line option `-v' shows the
+ version.
+
+ - For the demo tools with a GUI, the new command line options `-w'
+ and `-h' select the width and the height of the output window,
+ respectively.
+
+ - The `ttdebug' program was broken and has been reactivated. Note
+ that this program is not compiled by default.
+
======================================================================