diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 33a2e06c3..ae9a7db2c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -470,6 +470,8 @@  	<td>JoMazM</td>  	<td>Markus Moser</td>  	<td>Stefan Küng</td> +      </tr><tr> +	<td>Jiří Techet</td>      </tr>      </table>      <p> @@ -492,6 +494,10 @@  	On Qt, use fractional positioning calls and avoid rounding to ensure consistency.  	</li>  	<li> +	C++ lexer fixes empty backquoted string. +	<a href="http://sourceforge.net/p/scintilla/bugs/1711/">Bug #1711</a>. +	</li> +	<li>  	Fix link error on Windows when SCI_NAMESPACE used.  	</li>      <ul> | 
