summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-12-09 20:44:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-12-09 20:44:07 (GMT)
commitc4981617ac9afe19315d30fa22bbf9cd72f3f49e (patch)
tree13f8a3f79b611c6818a100d36f54ccbbdfdb0965 /ChangeLog
parent5327a1a02eb7eb43b35c01a1b4f190b0aad1d8ed (diff)
downloadtk-c4981617ac9afe19315d30fa22bbf9cd72f3f49e.zip
tk-c4981617ac9afe19315d30fa22bbf9cd72f3f49e.tar.gz
tk-c4981617ac9afe19315d30fa22bbf9cd72f3f49e.tar.bz2
Fix suite of small problems that prevented a build from working for me.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 21 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d6455f..c1acccb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-12-09 Donal K. Fellows <dkf@users.sf.net>
+
+ * win/configure.in: Adjusted code so that running configure does not
+ generate an error message when the full current directory name
+ contains a space.
+
+ * win/tkWinWm.c: Added set of #defs to make this file build with my
+ version of the SDK (i.e. with the msys suite we distribute).
+
2007-12-07 Joe English <jenglish@users.sourceforge.net>
* library/ttk/altTheme.tcl, library/ttk/classicTheme.tcl:
@@ -6,19 +15,18 @@
2007-12-07 Don Porter <dgp@users.sourceforge.net>
* unix/README: Mention the stub library created by `make` and warn
- about the effect of embedded paths in the installed binaries.
- Thanks to Larry Virden. [Tcl Bug 1794084]
+ about the effect of embedded paths in the installed binaries. Thanks
+ to Larry Virden. [Tcl Bug 1794084]
2007-12-05 Joe English <jenglish@users.sourceforge.net>
- * macosx/ttkMacOSXTheme.c: Fix TCombobox layout so as
- not to truncate long text when combobox is wider than
- requested [Bug 1845164].
+ * macosx/ttkMacOSXTheme.c: Fix TCombobox layout so as not to truncate
+ long text when combobox is wider than requested. [Bug 1845164]
2007-12-05 Jeff Hobbs <jeffh@ActiveState.com>
- * library/demos/widget: reduce start size to 70% of screenheight
- from sh-200 for a more reasonable size.
+ * library/demos/widget: reduce start size to 70% of screenheight from
+ sh-200 for a more reasonable size.
* win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr and
* win/tkWinScrlbr.c, win/tkWinWm.c: GetWindowLongPtr only.
@@ -27,16 +35,16 @@
* win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)
* win/tkWinX.c: and simplify WNDCLASS to one style.
* win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow
- change only and set WS_EX_LAYERED as sticky (once set on a window,
- do not remove it) to reduce alpha transition flicker.
+ change only and set WS_EX_LAYERED as sticky (once set on a window, do
+ not remove it) to reduce alpha transition flicker.
- * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32
- -loleaut32 but not msvc for Tk's [send]. [Bug 1844749]
+ * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32 -loleaut32
+ but not msvc for Tk's [send]. [Bug 1844749]
2007-12-04 Joe English <jenglish@users.sourceforge.net>
- * doc/ttk_style.n: Remove nonsense about "this manpage has
- not yet been written"; everything supported is documented.
+ * doc/ttk_style.n: Remove nonsense about "this manpage has not yet
+ been written"; everything supported is documented.
2007-12-04 Donal K. Fellows <dkf@users.sf.net>