summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-12-10 15:26:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-12-10 15:26:27 (GMT)
commit59b0dccffd9916a035d249c572c9b424790e9826 (patch)
treebe34f6daac1550c5c275b17094288a4fdb4fac8b
parent61f41b5c4b55c74ea319e7c3f88599f3130c57f3 (diff)
downloadtk-59b0dccffd9916a035d249c572c9b424790e9826.zip
tk-59b0dccffd9916a035d249c572c9b424790e9826.tar.gz
tk-59b0dccffd9916a035d249c572c9b424790e9826.tar.bz2
Ensure list of hidden commands is correct. [Bug 1847925]
-rw-r--r--ChangeLog23
1 files changed, 14 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bec35f..1f96b59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,21 @@
+2007-12-10 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * tests/safe.test: Ensure list of hidden commands is correct. [Bug
+ 1847925]
+
2007-12-10 Pat Thoyts <patthoyts@users.sourceforge.net>
- * win/tkWin.h: We must specify the lowest Windows version we
- intend to support. In particular the SystemParametersInfo API
- doesn't like to receive structures that are larger than it expects
- which affects the font assignements. Set to Win98 support.
+ * win/tkWin.h: We must specify the lowest Windows version we intend to
+ support. In particular the SystemParametersInfo API doesn't like to
+ receive structures that are larger than it expects which affects the
+ font assignements. Set to Win98 support.
- * win/tkWinFont.c: Handle failure to read the system parameters.
- This causes ttk/fonts.tcl to set any missing named fonts.
+ * win/tkWinFont.c: Handle failure to read the system parameters. This
+ causes ttk/fonts.tcl to set any missing named fonts.
- * win/ttkWinMonitor.c: Only tkWin.h should include windows.h
- * win/ttkWinTheme.c: unless we have an explicit override of
- * tin/ttkWinXPTheme.c: the WINVER macro.
+ * win/ttkWinMonitor.c: Only tkWin.h should include windows.h unless
+ * win/ttkWinTheme.c: we have an explicit override of the WINVER
+ * tin/ttkWinXPTheme.c: macro.
* win/rules.vc: Handle MSVC 9 (aka: Visual Studio 2008)