summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-12-08 20:34:23 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-12-08 20:34:23 (GMT)
commit23e96237d65ce3c376c137556d831dbd7d0a30b1 (patch)
tree35e4fd484a5e5bc2ea797ceef274e896083ff6d4 /ChangeLog
parent0497ee90f268c6a29d29c88057e594fc8a93c487 (diff)
downloadtk-23e96237d65ce3c376c137556d831dbd7d0a30b1.zip
tk-23e96237d65ce3c376c137556d831dbd7d0a30b1.tar.gz
tk-23e96237d65ce3c376c137556d831dbd7d0a30b1.tar.bz2
[Bug 2864685] Set correct extended window manager hints on Tk menus.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog42
1 files changed, 24 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 8177875..8440f49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,29 +1,35 @@
+2009-12-08 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * unix/tkUnixWm.c: [Bug 2864685] Apply suitable extended window
+ manager hints to the menus so that modern unix window managers
+ can use the correct animation modes.
+
2009-12-02 Jan Nijtmans <nijtmans@users.sf.net>
- * win/configure (regenerated)
- * win/Makefile.in Use tktest86.dll for all tests.
- * win/tkWinInt.h mark various functions MODULE_SCOPE
- * generic/tkInt.decls make TkWinChildProc available in private
- stub table. [Bug #220600] and [Bug #220690].
- * generic/tkIntPlatDecls.h (regenerated)
- * generic/tkStubInit.c (regenerated)
+ * win/configure: (regenerated)
+ * win/Makefile.in: Use tktest86.dll for all tests.
+ * win/tkWinInt.h: mark various functions MODULE_SCOPE
+ * generic/tkInt.decls: make TkWinChildProc available in private
+ stub table. [Bug #220600] and [Bug #220690].
+ * generic/tkIntPlatDecls.h: (regenerated)
+ * generic/tkStubInit.c: (regenerated)
2009-11-30 Jan Nijtmans <nijtmans@users.sf.net>
- * win/Makefile.in Better dependancies in case of static
- build. Generate tktest86.dll and tktest86.lib.
+ * win/Makefile.in: Better dependancies in case of static
+ build. Generate tktest86.dll and tktest86.lib.
2009-11-29 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tkInt.h Make all internal initialization
- * generic/tkTest.c routines MODULE_SCOPE
- * generic/tkOldTest.c
- * generic/tkSquare.c
- * carbon/tkMaxOSXTest.c
- * macosx/tkMaxOSXTest.c
- * win/tkWinTest.c
- * win/tcl.m4 (copied from Tcl 8.6)
- * win/configure (regenerated)
+ * generic/tkInt.h: Make all internal initialization
+ * generic/tkTest.c: routines MODULE_SCOPE
+ * generic/tkOldTest.c:
+ * generic/tkSquare.c:
+ * carbon/tkMaxOSXTest.c:
+ * macosx/tkMaxOSXTest.c:
+ * win/tkWinTest.c:
+ * win/tcl.m4: (copied from Tcl 8.6)
+ * win/configure: (regenerated)
2009-11-25 Stuart Cassoff <stwo@users.sf.net>