aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 20be5e5a8..b6ced2dea 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -537,6 +537,10 @@
Margin click to select line now clears rectangular and additional selections.
</li>
<li>
+ Fixed a NULL access bug on GTK+ where the scrollbars could be used during destruction.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1873/">Bug #1873</a>.
+ </li>
+ <li>
A potential bug on GTK+ fixed where asynchronous clipboard could be delivered after its
target Scintilla instance was destroyed.
</li>