diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-22 09:18:18 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-22 09:18:18 +1000 |
commit | 43d0d0caae0e525c7d66cf7871440d285ce20476 (patch) | |
tree | d74c4725a7d7d40b0a2375937f6d5529f1e1f842 | |
parent | 1be614aac1997385018601100b30feb154f2c431 (diff) | |
download | scintilla-mirror-rel-3-4-2.tar.gz |
Minor documentation updates for release.rel-3-4-2
-rw-r--r-- | doc/ScintillaHistory.html | 4 | ||||
-rw-r--r-- | doc/index.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f4c84ba7d..852503b86 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -537,6 +537,10 @@ <li> SciTE's highlight current word feature no longer matches the selection when it contains space. </li> + <li> + For building SciTE in Visual C++, the win\SciTE.vcxproj project file should be used. + The boundscheck directory and its project and solution files have been removed. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite341.zip?download">Release 3.4.1</a> diff --git a/doc/index.html b/doc/index.html index d0b416c5a..5c230fb36 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,7 +71,7 @@ </tr> </table> <ul id="versionlist"> - <li>Version 3.4.2 allows the application to filter input from the keyboard, paste, drag and drop and similar.</li> + <li>Version 3.4.2 allows the application to filter input from typing, paste, drag & drop and similar.</li> <li>Version 3.4.1 fixes a regression in 3.4.0 that stopped the caret moving when lines were wrapped.</li> <li>Version 3.4.0 finalises the Unicode line ends and substyles features provisionally added in 3.2.5.</li> </ul> |