diff options
author | nyamatongwe <devnull@localhost> | 2004-10-29 22:39:58 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-10-29 22:39:58 +0000 |
commit | b852f4698741844656e19538d730f5fb0d367fc5 (patch) | |
tree | fa95ebfc3c0734ec8bdcfa8f705973f8c6cdebf5 | |
parent | fa13b66e4cb62dc480bab47924effe82710c09bf (diff) | |
download | scintilla-mirror-b852f4698741844656e19538d730f5fb0d367fc5.tar.gz |
Additions.
-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> |