From 8150b2de47ed866988c8c4d381198d313fcccbbf Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 30 Jun 2014 10:45:30 +1000 Subject: Update change log. --- doc/ScintillaHistory.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5bc67f40c..ab42ecf1b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -481,6 +481,16 @@ C++ lexer fixes raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW.
  • + The Postscript lexer no longer marks token edges with indicators as this used style byte indicators. +
  • +
  • + The Scriptol lexer no longer displays indicators for poor indentation as this used style byte indicators. +
  • +
  • + TCL lexer fixes names of keyword sets. + Bug #1615. +
  • +
  • Shell lexer fixes fold matching problem caused by "<<<". Bug #1605.
  • @@ -495,6 +505,26 @@ Fix crash on GTK+ with Ubuntu 12.04 and overlay scroll bars.
  • + Avoid creating a Cairo context when measuring text on GTK+ as future versions of GTK+ + may prohibit calling gdk_cairo_create except inside drawing handlers. This prohibition may + be required on Wayland. +
  • +
  • + On Cocoa, the registerNotifyCallback method is now marked as deprecated so client code that + uses it will display an error message. + Client code should use the delegate mechanism or subclassing instead. + The method will be removed in the next version. +
  • +
  • + On Cocoa, package Scintilla more in compliance with platform conventions. + Only publish public headers in the framework headers directory. + Only define the Scintilla namespace in Scintilla.h when compiling as C++. + Use the Cocoa NS_ENUM and NS_OPTIONS macros for exposed enumerations. + Hide internal methods from public headers. + These changes are aimed towards publishing Scintilla as a module which will allow it to + be used from the Swift programming language, although more changes will be needed here. +
  • +
  • Fix crash in SciTE when stream comment performed at line end. Bug #1610.
  • @@ -503,7 +533,7 @@ Bug #156.
  • - For SciTE on GTK+ fix bug wih initialisation of toggle buttons in find and replace strips. + For SciTE on GTK+ fix bug with initialisation of toggle buttons in find and replace strips. Bug #1612.
  • -- cgit v1.2.3