summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-07 03:04:36 (GMT)
committerhobbs <hobbs>1999-12-07 03:04:36 (GMT)
commit99500b84a95eed7448896625fac1a870e2565227 (patch)
tree38a61c83fddfc9aed0431956973f58d5236768f1 /ChangeLog
parentfc5ee3e128c6725dc4b68210bfa5b5904e558c25 (diff)
downloadtk-99500b84a95eed7448896625fac1a870e2565227.zip
tk-99500b84a95eed7448896625fac1a870e2565227.tar.gz
tk-99500b84a95eed7448896625fac1a870e2565227.tar.bz2
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3331163..46880dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1999-12-06 Jeff Hobbs <hobbs@scriptics.com>
+
+ * library/comdlg.tcl: removed tclVerifyInteger and tclSortNoCase,
+ they weren't used, and were not actually correct
+
+ * mac/tkMacFont.c:
+ * mac/tkMacMenu.c:
+ * mac/tkMacWindowMgr.c: fixed greyed out menu items, handling of
+ ... elipsis, font mapping problem, and enabled generated menu
+ posting [Bug: 3705]
+
1999-12-02 Jeff Hobbs <hobbs@scriptics.com>
* generic/tkInt.h:
@@ -5,7 +16,7 @@
* generic/tkCmds.c: converted Tk_DestroyCmd, Tk_LowerCmd and
Tk_RaiseCmd to their ObjCmd equivalent.
- * library/tkfbox.tcl: added color icons for tk_messageBox on Unix
+ * library/msgbox.tcl: added color icons for tk_messageBox on Unix
and Mac when tk_strictMotif isn't set. (Hipp)
* library/tk.tcl: added window bounds checking to ::tk::PlaceWindow