diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2014-03-28 08:38:12 +1100 | 
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2014-03-28 08:38:12 +1100 | 
| commit | 2ae219e1f111cd7908bbad4ab1a4a5a030ccb206 (patch) | |
| tree | eac4593ab776cdbac35fa9d61f5eaeac46b44dee | |
| parent | 2d4b59b2b1f3a8b31f0362f4bdf2434e37b28a8f (diff) | |
| download | scintilla-mirror-2ae219e1f111cd7908bbad4ab1a4a5a030ccb206.tar.gz | |
Change log.
| -rw-r--r-- | doc/ScintillaHistory.html | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 86008495d..4d081cb5a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -483,6 +483,21 @@  	<a href="http://sourceforge.net/p/scintilla/bugs/1587/">Bug #1587</a>.  	</li>  	<li> +	Bug fixed with SciTE on Windows XP where black stripes appeared inside the find and +	replace strips. +	</li> +	<li> +	Crash fixed in SciTE with recursive properties files. +	<a href="http://sourceforge.net/p/scintilla/bugs/1507/">Bug #1507</a>. +	</li> +	<li> +	Bug fixed with SciTE where Ctrl+E before an unmatched end brace jumps to file start. +	<a href="http://sourceforge.net/p/scintilla/bugs/315/">Bug #315</a>. +	</li> +	<li> +	Fixed scrolling on Cocoa to avoid display glitches and be smoother. +	</li> +	<li>  	Fixed crash on Cocoa when character composition used when autocompletion list active.  	</li>      </ul>  | 
