diff options
| author | nyamatongwe <devnull@localhost> | 2013-05-02 11:47:14 +1000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2013-05-02 11:47:14 +1000 | 
| commit | bf3eb596d5cd6405fea1dd8aea7ab8a9038101b4 (patch) | |
| tree | a94494f8c24c41ac6caddff2a50727b21d1d6efd | |
| parent | ba6c456e3de4d4d9a18f3a1f4aae56713967b862 (diff) | |
| download | scintilla-mirror-bf3eb596d5cd6405fea1dd8aea7ab8a9038101b4.tar.gz | |
Adding to change log.
| -rw-r--r-- | doc/ScintillaHistory.html | 14 | 
1 files changed, 12 insertions, 2 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3cb00e271..c5ffdbdfb 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -450,11 +450,11 @@  	appearance used for Asian language input composition.  	</li>  	<li> -	On Cocoa implement font quality setting. +	On Cocoa, implement font quality setting.  	<a href="http://sourceforge.net/p/scintilla/feature-requests/988/">Feature #988.</a>  	</li>  	<li> -	On Cocoa implement automatic enabling of commands and added clear command. +	On Cocoa, implement automatic enabling of commands and added clear command.  	<a href="http://sourceforge.net/p/scintilla/feature-requests/987/">Feature #987.</a>  	</li>  	<li> @@ -462,6 +462,10 @@  	<a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459 </a>.  	</li>  	<li> +	LaTeX lexer bug fixed for Unicode character following '\'. +	<a href="http://sourceforge.net/p/scintilla/bugs/1468/">Bug #1468 </a>. +	</li> +	<li>  	PowerShell lexer recognises here strings and doccomment keywords.  	#region folding added.  	<a href="http://sourceforge.net/p/scintilla/feature-requests/985/">Feature #985.</a> @@ -484,6 +488,12 @@  	<a href="http://sourceforge.net/p/scintilla/bugs/1466/">Bug #1466</a>.  	</li>  	<li> +	Fix Qt window positioning to not assume the top right of a monitor is at 0, 0. +	</li> +	<li> +	Fix Qt to not track mouse when widget is hidden. +	</li> +	<li>  	Fix drawing on Windows with Direct2D when returning from lock screen.  	The render target had to be recreated and an area would be black since the drawing was not retried.  	</li> | 
