diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 40b2e3840..fe161def5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -179,6 +179,7 @@  	<li>Niki Spahiev</li>  	<li>Carsten Sperber</li>  	<li>Phil Reid</li> +	<li>Iago Rubio</li>      </ul>      <p>         Images used in GTK+ version @@ -336,6 +337,10 @@  	colour.  	</li>  	<li> +	Bug fixed in HTML lexer to allow use of <?xml in strings in scripts without  +	triggering xml mode. +	</li> +	<li>  	Bug fixed in SciTE abbreviation expansion that could break indentation or crash.  	</li>  	<li> @@ -381,6 +386,9 @@  	Firefox could hang both applications.  	</li>  	<li> +	Crashing bug fixed on GTK+ when no font allocation succeeds. +	</li> +	<li>  	Crashing bug fixed when autocompleting word longer than 1000 characters.  	</li>  	<li> | 
