diff options
author | Neil <nyamatongwe@gmail.com> | 2013-08-07 17:37:55 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-08-07 17:37:55 +1000 |
commit | ef143062cbcb32fb05faa02f33903a2601afebf2 (patch) | |
tree | 79a66cb77d77182f83551e25faedf2f70e47ec48 | |
parent | 95d21718f867cd8ce39bd3ec14e6c473f2767151 (diff) | |
download | scintilla-mirror-ef143062cbcb32fb05faa02f33903a2601afebf2.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 eea36f502..c03598f05 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -473,6 +473,10 @@ Easier access to printing on Qt with formatRange method. </li> <li> + Fixed SciTE failure to save initial buffer in single buffer mode. + <a href="http://sourceforge.net/p/scintilla/bugs/1339/">Bug #1339</a>. + </li> + <li> Fixed compilation problem with Visual C++ in non-English locales. <a href="http://sourceforge.net/p/scintilla/bugs/1506/">Bug #1506</a>. </li> |