diff options
author | Neil <nyamatongwe@gmail.com> | 2014-10-14 09:54:06 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-10-14 09:54:06 +1100 |
commit | dd34f0cdf1b413107c1360d1531170ea262e0768 (patch) | |
tree | a3d3b78f636a658556f49ac46333993d4c9bc321 | |
parent | b74ecec127137116ed3ed2bcb8b40268abc438b4 (diff) | |
download | scintilla-mirror-dd34f0cdf1b413107c1360d1531170ea262e0768.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4b459c277..12fa7123a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -504,6 +504,10 @@ For GTK+ on Windows, avoid extra space when pasting from external application. </li> <li> + On GTK+ 2.x allow Scintilla to be used inside tool tips by changing when preedit window created. + <a href="http://sourceforge.net/p/scintilla/bugs/1662/">Bug #1662</a>. + </li> + <li> Support MinGW compilation under Linux. <a href="http://sourceforge.net/p/scintilla/feature-requests/1077/">Feature #1077.</a> </li> |