From 4e2ff17f9c02fbb62654e2346a94140953e4975c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 9 Apr 2013 13:53:22 +1000 Subject: Updating for 3.3.1. --- doc/ScintillaDownload.html | 10 +++++----- doc/ScintillaHistory.html | 23 ++++++++++++++++++++++- doc/index.html | 2 +- 3 files changed, 28 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 499730be7..c21fa5638 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,9 +25,9 @@ @@ -41,7 +41,7 @@ containing very few restrictions.

- Release 3.3.0 + Release 3.3.1

Source Code @@ -49,8 +49,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in Instructions for building on both Windows and Linux are included in the readme file.

diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 39bb8581d..3f48cd017 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -434,9 +434,17 @@

- 3.3.1 placeholder + Release 3.3.1

Release 3.3.0 diff --git a/doc/index.html b/doc/index.html index 1e50b448c..9d5875736 100644 --- a/doc/index.html +++ b/doc/index.html @@ -55,7 +55,7 @@ GTK+

- + Windows   - + GTK+/Linux   - Release version 3.3.0
+ Release version 3.3.1
Site last modified March 30 2013
-- cgit v1.2.3 From 0c7d071a2116dbdb069c6e8ec3b858d0c45af93c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 9 Apr 2013 15:22:02 +1000 Subject: Updates to history. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3f48cd017..7b952af85 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -444,6 +444,8 @@
  • Most lexers now lex an extra NUL byte at the end of the document which makes it more likely they will classify keywords at document end correctly. + Bug #574, + Bug #588.
  • Haskell lexer improved in several ways. @@ -469,6 +471,10 @@
  • Position of calltip and autocompletion lists fixed on Cocoa.
  • +
  • + While regular expression search in DBCS text is still not working, matching partial characters is now avoided + by moving end of match to end of character. +
  • Release 3.3.0 -- cgit v1.2.3