diff options
author | hobbs <hobbs> | 2002-02-26 01:58:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-02-26 01:58:25 (GMT) |
commit | 05e0b34d1bb3f1651679f1ff76cf154156ac936c (patch) | |
tree | 2d0524aaed85e93900474b95ac060424fd2fb884 /ChangeLog | |
parent | 7dfdadc282105c5d6f50ebedb6f623cdb4a56f15 (diff) | |
download | tk-05e0b34d1bb3f1651679f1ff76cf154156ac936c.zip tk-05e0b34d1bb3f1651679f1ff76cf154156ac936c.tar.gz tk-05e0b34d1bb3f1651679f1ff76cf154156ac936c.tar.bz2 |
* generic/tkText.c (ConfigureText): reenable the blinking cursor
on state change where necessary. [Bug #503772]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2002-02-25 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkText.c (ConfigureText): reenable the blinking cursor + on state change where necessary. [Bug #503772] + + * tests/listbox.test: + * generic/tkListbox.c: corrected error handling when setting to an + invalid listvar value. [Bug #503613] + + * library/scale.tcl: mirror B2 bindings to B3 on Windows to better + accomodate two button mice. [Patch #493145] + + * library/panedwindow.tcl: improved proxy sash handling. (boudaillier) + 2002-02-25 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tests/filebox.test: Reorganised and fixed so that tests are |