From 7cc2f9baf6cf20fb9a87c5521dddc03f0a88401f Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 10 Feb 2024 09:10:21 +1100 Subject: Add undo features to change log. --- doc/ScintillaHistory.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9b842e278..59373c8e2 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -591,10 +591,13 @@ Released 27 December 2023.
  • - Reduce memory used for undo actions. + Significantly reduce memory used for undo actions, often to a half or quarter of previous versions. Feature #1458.
  • + Add APIs for saving and restoring undo history. +
  • +
  • For ScintillaEdit on Qt, fix reference from ScintillaDocument to Document to match change in 5.4.1 using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
  • -- cgit v1.2.3