diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-06 10:48:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-06 10:48:28 (GMT) |
commit | b418672b14828cc0a6fed41d86b7f3e5f1c88718 (patch) | |
tree | 7e161ef2a78eb2fc23ac4e1618b11c8ce8f7d26b /ChangeLog | |
parent | 95e6b52c79f8fe383fc4d5f50e4b19878a55dd86 (diff) | |
download | tk-b418672b14828cc0a6fed41d86b7f3e5f1c88718.zip tk-b418672b14828cc0a6fed41d86b7f3e5f1c88718.tar.gz tk-b418672b14828cc0a6fed41d86b7f3e5f1c88718.tar.bz2 |
Implementation of TIP #197.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-12-06 Donal K. Fellows <dkf@users.sf.net> + + TIP #197 IMPLEMENTATION + + * generic/tkText.c (insertUnfocussedStrings, optionSpecs): + * generic/tkText.h (TkText, TkTextInsertUnfocussed): + * doc/text.n, tests/text.test: + Added definitions/tests/docs for "-insertunfocussed" field. + * generic/tkTextMark.c (TkTextInsertDisplayProc): + * generic/tkText.c (TextBlinkProc): + Added user-controlledrendering of insertion cursor when focus is not + in the text widget. + 2008-12-05 Pat Thoyts <patthoyts@users.sourceforge.net> * library/ttk/ttk.tcl: Added vista theme to iron out the visual |