diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-16 17:32:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-16 17:32:27 (GMT) |
commit | f0b9df0a4c92b2125d0b7b5600aaeee90e9ed486 (patch) | |
tree | 000c610ff0872a7b29321daffdbde10cb6c09c81 /ChangeLog | |
parent | 9ec439ea706fd0a806b098a067f2de0638ed239a (diff) | |
download | tk-f0b9df0a4c92b2125d0b7b5600aaeee90e9ed486.zip tk-f0b9df0a4c92b2125d0b7b5600aaeee90e9ed486.tar.gz tk-f0b9df0a4c92b2125d0b7b5600aaeee90e9ed486.tar.bz2 |
* generic/tkConsole.c: Substantial rewrite of [console] support.
* generic/tkInt.h: Included Obj-ification of the [console] and
[consoleinterp] commands, and reworking of all the supporting data
structures for cleaner sharing and lifetime management especially
in multi-threaded configurations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2006-03-16 Don Porter <dgp@users.sourceforge.net> + + * generic/tkConsole.c: Substantial rewrite of [console] support. + * generic/tkInt.h: Included Obj-ification of the [console] and + [consoleinterp] commands, and reworking of all the supporting data + structures for cleaner sharing and lifetime management especially + in multi-threaded configurations. + 2006-03-16 Donal K. Fellows <dkf@users.sf.net> * library/msgs/pt.msg: Messages for Portuguese (strictly just for @@ -18,7 +26,7 @@ single pixels. Masses of thanks to George Staplin for helping to trace this down to the COMPLEX_ALPHA flag handling code. [Bug 1409140] -006-03-13 Don Porter <dgp@users.sourceforge.net> +2006-03-13 Don Porter <dgp@users.sourceforge.net> * tests/scrollbar.test: Corrected several broken calls to [testmetrics] that were crashing the test suite. |