diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-08-04 21:46:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-08-04 21:46:03 (GMT) |
commit | 5c94eccefc673baa9b8592afc9997cbf298a6399 (patch) | |
tree | db565e5ec87041e2642b76334f286431fe3b2b4a /ChangeLog | |
parent | 147857b0ccf20f9f973389eeb039f86d6bd7a16b (diff) | |
download | tk-5c94eccefc673baa9b8592afc9997cbf298a6399.zip tk-5c94eccefc673baa9b8592afc9997cbf298a6399.tar.gz tk-5c94eccefc673baa9b8592afc9997cbf298a6399.tar.bz2 |
Fix word-wrapping of non-breaking spaces in the text widget to work reliably.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +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-01 Donal K. Fellows <dkf@users.sf.net> * unix/tkUnixWm.c (WmIconphotoCmd): [Bug 2830420]: Assemble the image |