diff options
author | Unknown <neilh@scintilla.org> | 2013-11-14 10:35:52 +1100 |
---|---|---|
committer | Unknown <neilh@scintilla.org> | 2013-11-14 10:35:52 +1100 |
commit | 29828ee21f036ffeaaf23e0501489638dca02eb5 (patch) | |
tree | 3bb12ccaf14499179395045f63c32ee2977f4bff | |
parent | 78a5bcfb660421f627449b3d9e252477e838e11b (diff) | |
download | scintilla-mirror-29828ee21f036ffeaaf23e0501489638dca02eb5.tar.gz |
Change log and credit.
-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 b2cc9c40f..0bff86c92 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -435,6 +435,8 @@ <td>Erik</td> <td>TJF</td> <td>Mark Robinson</td> + </tr><tr> + <td>Thomas Martitz</td> </tr> </table> <p> @@ -502,6 +504,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1541/">Bug #1541</a>. </li> <li> + On GTK+, chain up to superclass finalize so that all finalization is performed. + <a href="http://sourceforge.net/p/scintilla/bugs/1549/">Bug #1549</a>. + </li> + <li> On GTK+, fix horizontal scroll bar range to not be double the needed width. <a href="http://sourceforge.net/p/scintilla/bugs/1546/">Bug #1546</a>. </li> |