diff options
| author | nyamatongwe <unknown> | 2010-05-26 09:01:33 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-05-26 09:01:33 +0000 | 
| commit | 05236ccdd2076f64e8f64b8f8e3c72aa7b8abff1 (patch) | |
| tree | 0153192079b37be60019e3158b516f5d40a0dffa | |
| parent | ca3c8e213a474ca8258fe0413e4d15fc0f397811 (diff) | |
| download | scintilla-mirror-05236ccdd2076f64e8f64b8f8e3c72aa7b8abff1.tar.gz | |
Added changelog.
| -rw-r--r-- | doc/ScintillaHistory.html | 57 | 
1 files changed, 56 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d79998c9f..a71e8af76 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -364,7 +364,62 @@  	Released 1 June 2010.  	</li>  	<li> -	Fixes stuff. +	Drawing optimizations improve speed and fix some visible flashing when scrolling. +	</li> +	<li> +	Copy Path command added to File menu in SciTE. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=2986745&group_id=2439">Feature #2986745.</a> +	</li> +	<li> +	Optional warning displayed by SciTE when saving a file which has been modified by another process. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=2975041&group_id=2439">Feature #2975041.</a> +	</li> +	<li> +	Flagship lexer for xBase languages updated to follow the language much more closely. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=2992689&group_id=2439">Feature #2992689.</a> +	</li> +	<li> +	When new line inserted at start of line, markers are moved down. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2986727&group_id=2439">Bug #2986727.</a> +	</li> +	<li> +	On Windows, dropped text has its line ends converted, similar to pasting. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3005328&group_id=2439">Bug #3005328.</a> +	</li> +	<li> +	Fixed bug with middle-click paste in block select mode where text was pasted next to selection rather than at cursor. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2984460&group_id=2439">Bug #2984460.</a> +	</li> +	<li> +	Fixed SciTE crash where a style had a size parameter without a value. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3003834&group_id=2439">Bug #3003834.</a> +	</li> +	<li> +	Debug assertions in multiple lexers fixed. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3000566&group_id=2439">Bug #3000566.</a> +	</li> +	<li> +	CSS lexer fixed bug where @font-face displayed incorrectly +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2994224&group_id=2439">Bug #2994224.</a> +	</li> +	<li> +	CSS lexer fixed bug where open comment caused highlighting error. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1683672&group_id=2439">Bug #1683672.</a> +	</li> +	<li> +	Shell file lexer fixed highlight glitch with here docs where the first line is a comment. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2830239&group_id=2439">Bug #2830239.</a> +	</li> +	<li> +	Bug fixed in SciTE openpath property that caused Open Selected File to fail to open the selected file. +	</li> +	<li> +	Fixed SciTE on Windows printing bug where the $(CurrentTime), $(CurrentPage) variables were not expanded. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2994612&group_id=2439">Bug #2994612.</a> +	</li> +	<li> +	Full Screen mode in Windows Vista/7 improved to hide Start button and size borders a little better. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3002813&group_id=2439">Bug #3002813.</a>  	</li>      </ul>      <h3> | 
