Enhancement - config error highlights

- Configuration variables that are unrecognized are now highlighted
  in color, as well as being listed out.
This commit is contained in:
Paul Beckingham 2010-02-16 00:16:51 -05:00
parent e923282181
commit c34aeba5a4
2 changed files with 50 additions and 38 deletions

View file

@ -1,5 +1,9 @@
------ current release ---------------------------
2.0.0 ()
+ The 'config' command now highlights problems in color.
------ old releases ------------------------------
1.9.0 ()
+ Added feature #283 that makes it possible to control the verbosity
@ -103,8 +107,6 @@
+ Fixed bug #372 which incorrectly mapped 16-color backgrounds into the
256-color space.
------ old releases ------------------------------
1.8.5 (12/05/2009) a6c7236ff34e5eee3ef1693b97cb1367e6e3c607
+ Added feature to allow the user to quit when asked to confirm multiple
changes. Now task asks "Proceed with change? (Yes/no/all/quit)".