summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-01-06 02:18:41 (GMT)
committerhobbs <hobbs>2000-01-06 02:18:41 (GMT)
commit099514fd0cbd6126e4515620fe46382607c8755d (patch)
tree5f431f21c54b7aee105563989e8a80cf51ce414c /ChangeLog
parentd5709a0bd11d8d2f0b50901058b0aba540904c30 (diff)
downloadtk-099514fd0cbd6126e4515620fe46382607c8755d.zip
tk-099514fd0cbd6126e4515620fe46382607c8755d.tar.gz
tk-099514fd0cbd6126e4515620fe46382607c8755d.tar.bz2
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92b8cb8..e6869d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2000-01-05 Jeff Hobbs <hobbs@scriptics.com>
+
+ * doc/text.n:
+ * generic/tkText.c:
+ * generic/tkText.h:
+ * generic/tkTextBTree.c:
+ * generic/tkTextDisp.c:
+ * generic/tkTextTag.c: removed the -state option for text tags,
+ and reoriented it around -elide, as -state disabled was never
+ implemented, and -state hidden is better as -elide.
+
+ * mac/tkMacClipboard.c: fixed i18n problems with clipboard [Bug: 3544]
+
+ * entry.tcl:
+ * focus.tcl:
+ * listbox.tcl:
+ * scale.tcl:
+ * scrlbar.tcl:
+ * tearoff.tcl:
+ * text.tcl:
+ * tkfbox.tcl:
+ * xmfbox.tcl: fixed unprotected arg parsing through eval/after
+ [Bug: 3943]
+
+ * unix/Makefile.in: added unix/aclocal.m4 to distribution [Bug: 3938]
+ * unix/aclocal.m4: changed NetBSD SHLIB_CFLAGS from -fpic to -fPIC
+
+ * win/tkWinImage.c: added static declaration to function
+
1999-12-22 Jeff Hobbs <hobbs@scriptics.com>
* changes: updated changes file