diff options
author | nyamatongwe <devnull@localhost> | 2013-06-18 16:02:22 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-06-18 16:02:22 +1000 |
commit | a51c4a5b838f7c6b30d06032ec472ef6d97f17ec (patch) | |
tree | 77c09ff0bf30af05d94306aefe0a109c10818655 | |
parent | 9afa4a694847e054ef9d5308a29df5d97fd55a9f (diff) | |
download | scintilla-mirror-a51c4a5b838f7c6b30d06032ec472ef6d97f17ec.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> |