diff options
author | nyamatongwe <devnull@localhost> | 2009-04-25 00:03:45 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-04-25 00:03:45 +0000 |
commit | b78f1d3ee0ad5b87c2c9a9e24bdffab0e4c20104 (patch) | |
tree | 9bf293ffc1c990de1ec92141115f5e433f41455e /doc/ScintillaHistory.html | |
parent | 8224f04de0800f952a499303f3488d62b7facc9b (diff) | |
download | scintilla-mirror-b78f1d3ee0ad5b87c2c9a9e24bdffab0e4c20104.tar.gz |
Updates for 1.78.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3de887ff5..c5ec27d84 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -348,7 +348,7 @@ </h3> <ul> <li> - Released on 27 April 2009. + Released on 28 April 2009. </li> <li> Annotation lines may be added to each line. @@ -421,6 +421,9 @@ Shell lexer fixes heredoc problem caused by line endings. Bug #2635257. </li> <li> + TeX lexer handles comment at end of line correctly. Bug #2698766. + </li> + <li> SciTE retains selection range when performing a replace selection command. Feature #2339160. </li> <li> |