diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-07 11:49:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-07 11:49:49 (GMT) |
commit | 1060bf49c769aa05a31a6c8a5970d3640d01dfdd (patch) | |
tree | f7c1cabd31df600299cff182b94a49c05d3d0490 /ChangeLog | |
parent | 129c51ddc0f82377e4e4ef3600ab4639035192e1 (diff) | |
download | tk-1060bf49c769aa05a31a6c8a5970d3640d01dfdd.zip tk-1060bf49c769aa05a31a6c8a5970d3640d01dfdd.tar.gz tk-1060bf49c769aa05a31a6c8a5970d3640d01dfdd.tar.bz2 |
Middle button no longer double pastes into text! Also cleaned some code up.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-03-07 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * library/text.tcl (TextPasteSelection): Renaming of TextPaste to + prevent confusion with tk_textPaste. Stopped code from inserting + selections twice, which seems to have happened with TIP#26, and + reorganized code to reduce amount of stuff protected by catch + which is tricky to maintain. + (tk_textPaste): Reduce amount of code protected by catch. + 2002-03-06 Mo DeJong <mdejong@users.sourceforge.net> * win/tkWinX.c: Define _WIN32_IE as 0x0300 |