diff options
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4515b189b..0e9a50b31 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -511,6 +511,14 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1575/">Bug #1575</a>. </li> <li> + Fix a crash in SciTE when the command line is just "-close:". + <a href="http://sourceforge.net/p/scintilla/bugs/1675/">Bug #1675</a>. + </li> + <li> + Fix unexpected dialog in SciTE on Windows when the command line has a quoted filename then ends with a space. + <a href="http://sourceforge.net/p/scintilla/bugs/1673/">Bug #1673</a>. + </li> + <li> On Windows and GTK+, use indicators for inline IME. </li> </ul> |