From b6fc41f1cc699ebd82039748b952cf5e3feb4343 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 13 Apr 2019 07:46:20 +1000 Subject: Reordered items for 4.1.5 release. --- doc/ScintillaHistory.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ce9852790..dc7b4e81c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -561,21 +561,11 @@ Released 17 April 2019.
  • - Improve the styling of numbers in Nim. - Feature #1268. -
  • -
  • On Win32, removed special handling of non-0 wParam to WM_PAINT.
  • Implement high-priority idle on Win32 to make redraw smoother and more efficient.
  • -
  • - Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed - of character category features like determining whether a character is a space or number - at the expense of memory. - Feature #1259. -
  • Add vertical bookmark symbol SC_MARK_VERTICALBOOKMARK. Feature #1276. @@ -585,6 +575,16 @@ Feature #1272.
  • + Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed + of character category features like determining whether a character is a space or number + at the expense of memory. + Feature #1259. +
  • +
  • + Improve the styling of numbers in Nim. + Feature #1268. +
  • +
  • Fix exception when inserting DBCS text. Bug #2093.
  • -- cgit v1.2.3