A better-documented download with a changelog should appear tomorrow.
Neil
Since the last drop, the Cocoa build files were updated to include
the AviSynth lexer and version numbers, dates and documentation have
been updated.
The change log:
Printing works on GTK+ version 2.x as well as 3.x.
Lexer added for the AviSynth language. Feature #3475611.
Lexer added for the Take Command / TCC scripting language. Feature #3462462.
CSS lexer gains support for SCSS. Feature #3268017.
CPP lexer fixes problems in the preprocessor structure caused by
continuation lines. Bug #3458508.
Errorlist lexer handles column numbers for GCC format diagnostics. In
SciTE, Next Message goes to column where this can be decoded from GCC
format diagnostics. Feature #3453075.
HTML folder fixes spurious folds on some tags. Bug #3459262.
Ruby lexer fixes bug where '=' at start of file caused whole file to
appear as a comment. Bug #3452488.
SQL folder folds blocks of single line comments. Feature #3467425.
On Windows using Direct2D, defer invalidation of render target until
completion of painting to avoid failures.
Further support of fractional positioning. Spaces, tabs, and single
character tokens can take fractional space and wrapped lines are
positioned taking fractional positions into account. Bug #3471998.
On Windows using Direct2D, fix extra carets appearing. Bug #3471998.
For autocompletion lists Page Up and Down move by the list height
instead of by 5 lines. Bug #3455493.
For SCI_LINESCROLLDOWN/UP don't select into virtual space. Bug #3451681.
Fix fold highlight not being fully drawn. Bug #3469936.
Fix selection margin appearing black when starting in wrap mode.
Fix crash when changing end of document after adding an annotation.
Bug #3476637.
Fix problems with building to make RPMs. Bug #3476149.
Fix problem with building on GTK+ where recent distributions could
not find gmodule. Bug #3469056.
Fix problem with installing SciTE on GTK+ due to icon definition in
.desktop file including an extension. Bug #3476117.
Fix SciTE bug where new buffers inherited some properties from
previously opened file. Bug #3457060.
Fix focus when closing tab in SciTE with middle click. Focus moves to
edit pane instead of staying on tab bar. Bug #3440142.
For SciTE on Windows fix bug where Open Selected Filename for URL
would append a file extension. Feature #3459185.
For SciTE on Windows fix key handling of control characters in
Parameters dialog so normal editing (Ctrl+C, ...) works. Bug #3459345.
Fix SciTE bug where files became read-only after saving. Drop the "*"
dirty marker after save completes. Bug #3467432.
For SciTE handling of diffs with "+++" and "---" lines, also handle
case where not followed by tab. Go to correct line for diff "+++"
message. Bug #3467143. Bug #3467178.
SciTE on GTK+ now performs threaded actions even on GTK+ versions before 2.12.
Neil