aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-07 11:37:41 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-07 11:37:41 +1000
commitfa358efdca7967a595abbc81d838be9a0bde1e91 (patch)
tree2b5df1b1980e879b4adbed858a2c186ef3623d32
parenta758cf5b78f0ec3bf4c0924edcbbbcef03154ab1 (diff)
downloadscintilla-mirror-fa358efdca7967a595abbc81d838be9a0bde1e91.tar.gz
Backport: Add item and reorder.
Backport of changeset 6675:ac57ef9d455e.
-rw-r--r--doc/ScintillaHistory.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index dec0e265e..f4c5ce4e6 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -619,11 +619,14 @@
On Win32, the standard makefiles build a libscintilla static library as well as the existing dynamic libraries.
</li>
<li>
- Fix building on Mingw/MSYS to perform file copies and deletions.
- <a href="https://sourceforge.net/p/scintilla/bugs/1993/">Bug #1993</a>.
+ Fix move-extends-selection mode for rectangular and line selections.
</li>
<li>
- Fix move-extends-selection mode for rectangular and line selections.
+ On GTK+, change lifetime of selection widget to avoid runtime warnings.
+ </li>
+ <li>
+ Fix building on Mingw/MSYS to perform file copies and deletions.
+ <a href="https://sourceforge.net/p/scintilla/bugs/1993/">Bug #1993</a>.
</li>
<li>
Lexer added for the Maxima computer algebra language.