diff options
author | Neil <nyamatongwe@gmail.com> | 2013-09-10 09:12:56 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-09-10 09:12:56 +1000 |
commit | 358ba1e32449f09fc706afebca847a996ab5e364 (patch) | |
tree | 66692e506d3573c484df83a5e5a978955bb758fc | |
parent | 32017d0cd200cca9f575e25cbd56f0f3f991ef9a (diff) | |
download | scintilla-mirror-358ba1e32449f09fc706afebca847a996ab5e364.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1342e0926..13db1839d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -456,11 +456,34 @@ StyleFromSubStyle and PrimaryStyleFromStyle methods were added to ILexerWithSubStyles so each lexer can implement these. </li> <li> + For SCI_SETIDENTIFIERS allow \t, \r, and \n as well as space between identifiers. + <a href="http://sourceforge.net/p/scintilla/bugs/1521/">Bug #1521</a>. + </li> + <li> On Cocoa, the ScintillaView.h header now hides internal implementation details from Platform.h and ScintillaCocoa.h. + dealloc removed from @interface. + Control ID included in WM_NOTIFY callback to be compatible with other platforms. + </li> + <li> + On Cocoa, memory leak fixed for MarginView. + </li> + <li> + On Cocoa, don't send selection change notification when scrolling. + <a href="http://sourceforge.net/p/scintilla/bugs/1522/">Bug #1522</a>. </li> <li> On Qt, turn off idle events on destruction to prevent repeatedly calling idle. </li> + <li> + Compilation errors fixed on Windows and GTK+ with SCI_NAMESPACE. + </li> + <li> + On Windows, building with gcc will check if Direct2D headers are available and enable Direct2D if they are. + </li> + <li> + Fix linking SciTE on non-Linux Unix systems with GNU toolchain by linking to libdl. + <a href="http://sourceforge.net/p/scintilla/bugs/1523/">Bug #1523</a>. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite335.zip?download">Release 3.3.5</a> |