diff options
author | Neil <unknown> | 2015-05-23 12:37:26 +1000 |
---|---|---|
committer | Neil <unknown> | 2015-05-23 12:37:26 +1000 |
commit | 91acb2a286619bc556723f4336340ed46bf03661 (patch) | |
tree | ad7c3e06e1c189e68093202c5da0ea0054ff677d | |
parent | 06d04fb37a82847f1270bd93d0148acd4e41777d (diff) | |
download | scintilla-mirror-91acb2a286619bc556723f4336340ed46bf03661.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 07cf6093e..791acff77 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -528,6 +528,11 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1710/">Bug #1710</a>. </li> <li> + Fix bug on GTK+ 2.x for Windows where there was an ABI difference between + compiler version. + <a href="http://sourceforge.net/p/scintilla/bugs/1726/">Bug #1726</a>. + </li> + <li> Fix undo bug on Cocoa that could lose data.. </li> <li> |