aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2015-03-17 15:13:51 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2015-03-17 15:13:51 +1100
commit0981a025bad27ed9b829e19f9062197f232ba6cb (patch)
treedc01cfd5d6554a3994d3b6d26ab674a894a5e48f /doc/ScintillaHistory.html
parente0d6ca2994212e693887098d4877e6560654c87b (diff)
downloadscintilla-mirror-0981a025bad27ed9b829e19f9062197f232ba6cb.tar.gz
Bug [#1706]. Release list box objects when autocompletion closed.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 1d27d3d3d..03e453995 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -499,6 +499,10 @@
switching calltips and the new calltip required a taller window.
</li>
<li>
+ Fix leak on Cocoa with autocompletion lists.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1706/">Bug #1706</a>.
+ </li>
+ <li>
Fix bug on Windows when compiling with MinGW-w64 which caused text to not be drawn
when in wrap mode.
<a href="http://sourceforge.net/p/scintilla/bugs/1705/">Bug #1705</a>.