diff options
-rw-r--r-- | doc/ScintillaDownload.html | 2 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 3ec7cea65..b616a3ea8 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -49,7 +49,7 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in <ul> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.zip?download">zip format</a> (610K) commonly used on Windows</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.zip?download">zip format</a> (655K) commonly used on Windows</li> <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.tgz?download">tgz format</a> (530K) commonly used on Linux and compatible operating systems</li> </ul> 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 c90452828..5664e915d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -261,7 +261,8 @@ More accurate lexing of numbers in PHP and Caml. </li> <li> - Perl can fold POD and package sections. Globbing syntax recognized better. + Perl can fold POD and package sections. POD verbatim section style. + Globbing syntax recognized better. </li> <li> Context menu moved slightly on GTK+ so that it will be under the mouse and will |