diff options
author | Neil <nyamatongwe@gmail.com> | 2014-07-14 12:49:11 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-07-14 12:49:11 +1000 |
commit | 865fc9645773c48dbc0eee924c15bb04a651dcdb (patch) | |
tree | ca828f5f51ff51c860659b6f5b2f2d2b8a52d76b | |
parent | 165f965ccd9e24f8c53be2f658f6695e9c5e1c14 (diff) | |
download | scintilla-mirror-865fc9645773c48dbc0eee924c15bb04a651dcdb.tar.gz |
Updated change log.
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 52de6d21b..08615b5cf 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -469,6 +469,10 @@ Released 3 July 2014. </li> <li> + SciTE adds a "Clean" command to the "Tools" menu which is meant to be bound to a command like + "make clean". + </li> + <li> KiXtart lexer adds a block comment state. <a href="http://sourceforge.net/p/scintilla/feature-requests/1053/">Feature #1053.</a> </li> @@ -480,6 +484,9 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1618/">Bug #1618</a>. </li> <li> + On GTK+, use the full character width for the overstrike caret for multibyte characters. + </li> + <li> Fix SciTE bug where toggle bookmark did not work after multiple lines with bookmarks merged. <a href="http://sourceforge.net/p/scintilla/bugs/1617/">Bug #1617</a>. </li> |