diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-08-04 21:19:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-08-04 21:19:27 (GMT) |
commit | 17644679ccfb5282c131a7181c9618d92191e7a8 (patch) | |
tree | 1f0676388b30d178a633f3e202a04537bee143ae /ChangeLog | |
parent | 08a5c69704132511cb35781483e60ef2e5e534f7 (diff) | |
download | tk-17644679ccfb5282c131a7181c9618d92191e7a8.zip tk-17644679ccfb5282c131a7181c9618d92191e7a8.tar.gz tk-17644679ccfb5282c131a7181c9618d92191e7a8.tar.bz2 |
Fix word-wrapping of non-breaking spaces in the text widget to work reliably.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,16 +1,22 @@ +2009-08-04 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkTextDisp.c (TkTextCharLayoutProc): Make the line breaking + algorithm (in the word-wrap case) do the right thing with non-breaking + spaces by restricting what we break on to ASCII spaces, which is good + enough for most purposes. + 2009-08-02 Jan Nijtmans <nijtmans@users.sf.net> - * win/tkWinClipboard.c correct check for winNT - * win/tkWinDialog.c eliminate many gcc warnings + * win/tkWinClipboard.c Correct check for winNT + * win/tkWinDialog.c Eliminate many gcc warnings * win/tkWinImage.c: * win/tkWinMenu.c: * win/tkWinWm.c: * win/tkWinX.c: - * win/ttkWinXPTheme.c: eliminate msvc warnings + * win/ttkWinXPTheme.c: Eliminate msvc warnings * win/tcl.m4: * win/configure - * win/.cvsignore: prevent files from being checked - in by accident. + * win/.cvsignore: Prevent files from being checked in by accident 2009-08-01 Donal K. Fellows <dkf@users.sf.net> |