From afa0d59ee53561ecbbc3c83d56f694491fa31c02 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 1 Nov 2013 22:27:27 +0100 Subject: [PATCH] * docs/CHANGES: Updated. --- ChangeLog | 4 ++++ docs/CHANGES | 23 ++++++++++++++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 757abd904..75cec5157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-01 Werner Lemberg + + * docs/CHANGES: Updated. + 2013-11-01 Werner Lemberg [truetype] Minor code refactoring. diff --git a/docs/CHANGES b/docs/CHANGES index 81a8eeb3d..51ac320b7 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -31,12 +31,23 @@ CHANGES BETWEEN 2.5 and 2.5.1 - `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. @@ -58,6 +69,8 @@ CHANGES BETWEEN 2.5 and 2.5.1 - Support for x64 builds with Visual C++ has been contributed by Kenneth Miller + - Manual pages for most demo programs have been added. + ======================================================================