diff options
author | Neil <nyamatongwe@gmail.com> | 2015-08-23 12:29:01 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-08-23 12:29:01 +1000 |
commit | 57b4b1c45650b2fe44f3b7a72e9a0771c29262e3 (patch) | |
tree | dc938e9a8272f6ffedfe3a135cc87cdfa45b4425 | |
parent | 5ad7dbca3f17681fbc252aa6a511ac77f8615db8 (diff) | |
download | scintilla-mirror-57b4b1c45650b2fe44f3b7a72e9a0771c29262e3.tar.gz |
Change log.
-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 d53168e48..2095846db 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -515,6 +515,10 @@ On Cocoa, copy Sci_Position.h into the framework so clients can build. </li> <li> + On Cocoa fix bug with drag and drop that could lead to crashes. + <a href="http://sourceforge.net/p/scintilla/bugs/1751/">Bug #1751</a>. + </li> + <li> Fix find strip in SciTE on Windows XP to be visible. </li> <li> |