From ee56d57806f34841d0451ad8dc135c9f4bd55e28 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 10 Feb 2010 07:09:42 +0000 Subject: Preparing for 2.03 --- doc/ScintillaDownload.html | 10 +++++----- doc/ScintillaHistory.html | 36 +++++++++++++++++++++++++----------- doc/index.html | 17 +++++++++++------ 3 files changed, 41 insertions(+), 22 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 72b84eeb0..c897d35f3 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,9 +25,9 @@ @@ -41,7 +41,7 @@ containing very few restrictions.

- Release 2.02 + Release 2.03

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 35d7301bd..3286cc4bd 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -359,7 +359,7 @@

Release 2.02 @@ -446,7 +460,7 @@ Fixed bug with handling upper-case file extensions SciTE on GTK+.
  • - Fixed SciTE loading files from sessions with folded folds where it would not + Fixed SciTE loading files from sessions with folded folds where it would not be scrolled to the correct location. Bug #2882775.
  • @@ -526,7 +540,7 @@ Fixed SciTE bug where double clicking on a tab closed the file.
  • - Fixed SciTE brace matching commands to only work when the caret is next to the brace, not when + Fixed SciTE brace matching commands to only work when the caret is next to the brace, not when it is in virtual space. Bug #2885560.
  • @@ -606,7 +620,7 @@ Resource leak fixed in SciTE for Windows when printing fails. Bug #2816524.
  • - Bug fixed on Windows where the system caret was destroyed during destruction when another window + Bug fixed on Windows where the system caret was destroyed during destruction when another window was using the system caret. Bug #2830223.
  • @@ -641,9 +655,9 @@
  • Memory exhaustion and other exceptions handled by placing an error value into the - status property rather than crashing. + status property rather than crashing. Scintilla now builds with exception handling enabled and requires exception handling to be enabled.
    - This is a major change and application developers should consider how they will deal with Scintilla exhausting + This is a major change and application developers should consider how they will deal with Scintilla exhausting memory since Scintilla may not be in a stable state.
  • @@ -679,7 +693,7 @@ APIs added for finding the character at a point rather than an inter-character position. Feature #2646738.
  • - A new marker SC_MARK_BACKGROUND_UNDERLINE is drawn in the text area as an underline + A new marker SC_MARK_BACKGROUND_UNDERLINE is drawn in the text area as an underline the full width of the window.
  • @@ -873,7 +887,7 @@ to libraries like regular expression libraries.
  • - Scintilla on Windows can interpret keys as Unicode even when a narrow character + Scintilla on Windows can interpret keys as Unicode even when a narrow character window with SCI_SETKEYSUNICODE.
  • @@ -898,7 +912,7 @@ CSS lexer updated and works with non-ASCII.
  • - Diff lexer adds style for changed lines, handles subversion diffs better and + Diff lexer adds style for changed lines, handles subversion diffs better and fixes styling and folding for lines containing chunk dividers ("---").
  • @@ -908,7 +922,7 @@ Haskell lexer allows hexadecimal literals.
  • - HTML lexer improves PHP and JavaScript folding. + HTML lexer improves PHP and JavaScript folding. PHP heredocs, nowdocs, strings and comments processed more accurately. Internet Explorer's non-standard >comment< tag supported. Script recognition in XML can be controlled with lexer.xml.allow.scripts property. @@ -953,7 +967,7 @@ SciTE bug fixed where eol.mode not used for initial buffer.
  • - SciTE bug fixed where a file could be saved as the same name as another + SciTE bug fixed where a file could be saved as the same name as another buffer leading to confusing behaviour.
  • diff --git a/doc/index.html b/doc/index.html index 5183f6b80..45c3b4acd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ - +
  • - + Windows   - + GTK+/Linux