aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-10-05 16:59:29 +1100
committerNeil <nyamatongwe@gmail.com>2021-10-05 16:59:29 +1100
commit1be9c7cb3c1063d60ee3b9ef7b05eb4649e04d4a (patch)
tree6057035dbad7a3d09700d63a80231fd6134be572
parent9e06aef78c343476ee39698c0f17aa49b7e49999 (diff)
downloadscintilla-mirror-1be9c7cb3c1063d60ee3b9ef7b05eb4649e04d4a.tar.gz
Add entry for 'Add DEL to standard set of space characters' and fix order.
-rw-r--r--doc/ScintillaHistory.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 21fd81f8c..e78ef1070 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -568,26 +568,29 @@
</table>
<h2>Releases</h2>
<h3>
- <a href="https://www.scintilla.org/scintilla513.zip">Release 5.1.3</a>
+ <a href="https://www.scintilla.org/scintilla514.zip">Release 5.1.4</a>
</h3>
<ul>
<li>
Released 29 September 2021.
</li>
<li>
- Fix bug with SCI_STYLESETCHECKMONOSPACED on Cocoa that led to incorrect
- layout with overlapping text.
+ Add DEL to standard set of space characters for word operations.
+ </li>
+ <li>
+ On GTK, fix potential crash when closing Scintilla instances due to releasing global settings object.
</li>
</ul>
<h3>
- <a href="https://www.scintilla.org/scintilla514.zip">Release 5.1.4</a>
+ <a href="https://www.scintilla.org/scintilla513.zip">Release 5.1.3</a>
</h3>
<ul>
<li>
Released 29 September 2021.
</li>
<li>
- On GTK, fix potential crash when closing Scintilla instances due to releasing global settings object.
+ Fix bug with SCI_STYLESETCHECKMONOSPACED on Cocoa that led to incorrect
+ layout with overlapping text.
</li>
</ul>
<h3>