summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 15 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 24db4f5..54c883c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-03 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * doc/menubutton.n:
+ * library/menu.tcl (::tk::MbPost): make menubuttons that post
+ above or below reverse direction when not enough space is available.
+
2004-02-01 David Gravereaux <davygrvy@pobox.com>
* win/lamp.bmp (deleted): using win/rc/lamp.bmp instead.
@@ -18,14 +24,14 @@
2004-01-27 Daniel Steffen <das@users.sourceforge.net>
- * generic/tkTextIndex.c: added '#include <tclInt.h>' since the
- code uses the TclUtfToUniChar macro from that file. [Bug 874745]
+ * generic/tkTextIndex.c: added '#include <tclInt.h>' since the
+ code uses the TclUtfToUniChar macro from that file. [Bug 874745]
- * macosx/Wish.pbproj/project.pbxproj: removed erroneous reference
- to mkpsenc.tcl in bundle resources phase (mkpsenc.tcl is already
- part of the copy files phase to Resources/Scripts).
+ * macosx/Wish.pbproj/project.pbxproj: removed erroneous reference
+ to mkpsenc.tcl in bundle resources phase (mkpsenc.tcl is already
+ part of the copy files phase to Resources/Scripts).
- * macosx/Makefile: added support for 'xcodebuild' on Mac OS X 10.3.
+ * macosx/Makefile: added support for 'xcodebuild' on Mac OS X 10.3.
2004-01-25 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
@@ -174,9 +180,9 @@
2003-12-31 Daniel Steffen <das@users.sourceforge.net>
- * macosx/Wish.pbproj/project.pbxproj: added missing private headers
- to installed Tk.framework, so that tkInt.h can be included
- sucessfully from Tk.framework/PrivateHeaders.
+ * macosx/Wish.pbproj/project.pbxproj: added missing private headers
+ to installed Tk.framework, so that tkInt.h can be included
+ sucessfully from Tk.framework/PrivateHeaders.
* generic/tkPort.h: corrected include of tkMacOSXPort.h
2003-12-28 Mo DeJong <mdejong@users.sourceforge.net>