diff options
| -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> | 
