diff options
author | nyamatongwe <unknown> | 2013-06-18 16:02:22 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-06-18 16:02:22 +1000 |
commit | 6422e1d673310be995dd580f14a03020e4e56bb8 (patch) | |
tree | 5f61aef098ffc6291bb9ad8aae1c98c48a5cbae2 | |
parent | 9b463e519e1984da414cdf87b95add7cb96a5e7a (diff) | |
download | scintilla-mirror-6422e1d673310be995dd580f14a03020e4e56bb8.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 058437278..6035179f8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -461,6 +461,12 @@ Word wrap bug fixed where the last line could be shown twice. </li> <li> + Word wrap bug fixed for lines wrapping too short on Windows and GTK+. + </li> + <li> + Word wrap performance improved. + </li> + <li> Minor memory leak fixed. <a href="http://sourceforge.net/p/scintilla/bugs/1487/">Bug #1487</a>. </li> |