From f97452bd5a2fe53085fbb9ada4949b5d7e0ebe66 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 13 Apr 2019 07:46:20 +1000 Subject: Backport: Reordered items for next release. Backport of changeset 7426:f25f64b0b8ba. --- doc/ScintillaHistory.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ba3929b3a..d6203af4c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -550,21 +550,11 @@ Released 7 March 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. @@ -574,6 +564,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