ref: afa0d59ee53561ecbbc3c83d56f694491fa31c02
parent: ebf52d6a902b88a375fb07637425c2032cabb801
author: Werner Lemberg <[email protected]>
date: Fri Nov 1 18:27:27 EDT 2013
* docs/CHANGES: Updated.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-11-01 Werner Lemberg <[email protected]>
+ * docs/CHANGES: Updated.
+
+2013-11-01 Werner Lemberg <[email protected]>
+
[truetype] Minor code refactoring.
Two benefits: The allocated FDEF (and IDEF) array gets slightly
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -31,13 +31,24 @@
- `ftgrid' has been updated to toggle various engines with the `H'
key, similar to `ftview' and `ftdiff'.
- - Some keys in `ttdebug' have been reassigned from lowercase to
- their uppercase equivalents; for example `q' to quit the program
- is now `Q'.
+ - The functionality of `ttdebug' has been greatly enhanced.
- - `ttdebug' now displays twilight and storage area data; key `T'
- shows the twilight point table, key `S' the storage data.
+ . It now displays twilight, storage, and control value data; key
+ `T' shows the twilight point table, key `S' the storage data,
+ and key `C' the control value table.
+ . Some keys have been reassigned from lowercase to their
+ uppercase equivalents; for example `q' to quit the program is
+ now `Q'.
+
+ . Key `f' finishes the current function.
+
+ . Key `R' restarts the debugger.
+
+ . Keys `b' and `p' set a breakpoint.
+
+ . Key `B' provides a function call backtrace.
+
- Better support of ARMv7 and x86_64 processors.
- Apple's `sbix' color bitmap format is now supported.
@@ -57,6 +68,8 @@
- Support for x64 builds with Visual C++ has been contributed by
Kenneth Miller <[email protected]>
+
+ - Manual pages for most demo programs have been added.
======================================================================