aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2024-02-10 09:10:21 +1100
committerNeil <nyamatongwe@gmail.com>2024-02-10 09:10:21 +1100
commit7cc2f9baf6cf20fb9a87c5521dddc03f0a88401f (patch)
tree1833494ce66bab2b3d141be21ab97ea01b422154 /doc
parentbd53ffcbefe4e7a22fc493b1916939bae5f9dc1d (diff)
downloadscintilla-mirror-7cc2f9baf6cf20fb9a87c5521dddc03f0a88401f.tar.gz
Add undo features to change log.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 4 insertions, 1 deletions
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.
</li>
<li>
- Reduce memory used for undo actions.
+ Significantly reduce memory used for undo actions, often to a half or quarter of previous versions.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1458/">Feature #1458</a>.
</li>
<li>
+ Add APIs for saving and restoring undo history.
+ </li>
+ <li>
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.
</li>