diff options
author | hobbs <hobbs> | 2000-01-06 02:18:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-06 02:18:41 (GMT) |
commit | 099514fd0cbd6126e4515620fe46382607c8755d (patch) | |
tree | 5f431f21c54b7aee105563989e8a80cf51ce414c | |
parent | d5709a0bd11d8d2f0b50901058b0aba540904c30 (diff) | |
download | tk-099514fd0cbd6126e4515620fe46382607c8755d.zip tk-099514fd0cbd6126e4515620fe46382607c8755d.tar.gz tk-099514fd0cbd6126e4515620fe46382607c8755d.tar.bz2 |
see log
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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 |