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 | 5cae5d81ac08a7c189798ce976a596a9d0a42e8f (patch) | |
tree | f5d4caec5aa4f98f56d47bacb5170661ae8f0cfe | |
parent | 17b8a11acf4ec667590d57e36ec92b92be03e53a (diff) | |
download | scintilla-mirror-5cae5d81ac08a7c189798ce976a596a9d0a42e8f.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> |