diff options
author | nyamatongwe <unknown> | 2006-06-18 03:29:51 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-06-18 03:29:51 +0000 |
commit | e35ab7a1346ff465e00b09eb9e0411ff948e0074 (patch) | |
tree | 359d4e464fb947c0c103c600ff9222c2da892195 | |
parent | 64ef3697f4ff2f7edf5e72056183882a0868ebd3 (diff) | |
download | scintilla-mirror-e35ab7a1346ff465e00b09eb9e0411ff948e0074.tar.gz |
Updated for 1.70.
-rw-r--r-- | doc/ScintillaHistory.html | 27 | ||||
-rw-r--r-- | doc/index.html | 3 |
2 files changed, 27 insertions, 3 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 15ec95835..4861e8c63 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -238,9 +238,32 @@ Released on 20 June 2006. </li> <li> - SciTE supports. + On GTK+, character set conversion is performed using an option that allows approximate conversions rather + than failures when a character can not be converted. This may lead to similar characters being inserted or + when no similar character is available a '?' may be inserted. </li> - <ul> + <li> + On GTK+, the internationalised IM (Input Method) feature is used for all typed input for all character sets. + </li> + <li> + Scintilla has new margin types SC_MARGIN_BACK and SC_MARGIN_FORE that use the default + style's background and foreground colours (normally white and black) as the background to the margin. + </li> + <li> + Scintilla/GTK+ allows file drops on Windows when drop is of type DROPFILES_DND + as well as text/uri-list. + </li> + <li> + Code page can only be set to one of the listed valid values. + </li> + <li> + Text wrapping fixed for cases where insertion was not wide enough to trigger + wrapping before being styled but was after styling. + </li> + <li> + SciTE find marks are removed before printing or exporting to avoid producing incorrect styles. + </li> + </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite169.zip?download">Release 1.69</a> </h3> diff --git a/doc/index.html b/doc/index.html index a984266e6..dc262491a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -54,7 +54,8 @@ <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0"> <tr> <td width="100%"> - <span class="versionlist">Version 1.70 is new.</span> + <span class="versionlist">Version 1.70 allows, on GTK+, approximate character set conversions + for pasting and uses internationalised input at all times.</span> </td> </tr> <tr> |