diff options
| author | Chinh Nguyen <devnull@localhost> | 2015-12-10 13:31:32 +1100 |
|---|---|---|
| committer | Chinh Nguyen <devnull@localhost> | 2015-12-10 13:31:32 +1100 |
| commit | bed632c133c35bb22676c99efd52a27da8b3cf48 (patch) | |
| tree | f86686fff3f802d4ca4ceaeab7244d41865d316c /doc/ScintillaHistory.html | |
| parent | ae13a9a2121de5dd4c4f1c464edf5ef0352b97d7 (diff) | |
| download | scintilla-mirror-bed632c133c35bb22676c99efd52a27da8b3cf48.tar.gz | |
Bug [#1788]. Fix crash when autocompletion list closed during scroll bounce-back
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4b1b43f2a..955c79674 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -516,6 +516,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1784/">Bug #1784</a>. </li> <li> + On Cocoa, fix crash when autocompletion list closed during scroll bounce-back. + <a href="http://sourceforge.net/p/scintilla/bugs/1788/">Bug #1788</a>. + </li> + <li> On Windows, fix non-BMP input through WM_CHAR and allow WM_UNICHAR to work with non-BMP characters and on non-Unicode documents. <a href="http://sourceforge.net/p/scintilla/bugs/1779/">Bug #1779</a>. |
