aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2008-03-14 03:57:37 +0000
committernyamatongwe <devnull@localhost>2008-03-14 03:57:37 +0000
commitedc75e0dbdc9871420898621482b4d03cc1adcc4 (patch)
treebdba3a1b7b3c9b345b3adcef104445b1ef9edec6
parentaddec170822412d7e1cd30ec766c4b7a15ad2729 (diff)
downloadscintilla-mirror-edc75e0dbdc9871420898621482b4d03cc1adcc4.tar.gz
More updates.
-rw-r--r--doc/ScintillaHistory.html18
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 96e5f8e5c..af36733bf 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -364,17 +364,29 @@
Perl lexer handles defined-or operator "//".
</li>
<li>
+ Octave lexer fixes "!=" operator.
+ </li>
+ <li>
+ Optimized selection change drawing to not redraw as much when not needed.
+ </li>
+ <li>
+ SciTE on GTK+ no longer echoes Lua commands so is same as on Windows.
+ </li>
+ <li>
+ Automatic vertical scrolling limited to one line at a time so is not too fast.
+ </li>
+ <li>
Crash fixed when line states set beyond end of line states. This occurred when lexers did not
set a line state for each line.
</li>
<li>
- SciTE disables translucent features on Windows 9x due to crashes reported when using translucency.
+ Crash in SciTE on Windows fixed when search for 513 character string fails.
</li>
<li>
- Bug fixed where whitespace background was not seen on wrapped lines.
+ SciTE disables translucent features on Windows 9x due to crashes reported when using translucency.
</li>
<li>
- Octave lexer fixes "!=" operator.
+ Bug fixed where whitespace background was not seen on wrapped lines.
</li>
</ul>
<h3>