From 33399cafc75fac866c20dc6b3cc6760e0654bc5a Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sun, 10 May 2015 17:33:18 +1000 Subject: Change log. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 @@ JoMazM Markus Moser Stefan Küng + + Jiří Techet

@@ -492,6 +494,10 @@ On Qt, use fractional positioning calls and avoid rounding to ensure consistency.

  • + C++ lexer fixes empty backquoted string. + Bug #1711. +
  • +
  • Fix link error on Windows when SCI_NAMESPACE used.