diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2011-10-28 23:32:34 +1100 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2011-10-28 23:32:34 +1100 |
commit | aaf1b69f0771dcea6551d194cdae24af9585cbe9 (patch) | |
tree | 538c02913f7fdef0c1419173586b1857dcf0f94b /doc/index.html | |
parent | 93bc5b8f9b0f34f38f2bc141d177a9ee2188edee (diff) | |
parent | 753fadcb5cb9e271cff4b02dfe6ba2069bbd4b50 (diff) | |
download | scintilla-mirror-aaf1b69f0771dcea6551d194cdae24af9585cbe9.tar.gz |
Merged.
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index ffda7eaf1..71f98e833 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,7 +71,12 @@ </tr> </table> <ul id="versionlist"> - <li>Version 3.0.0 has updated platform layers.</li> + <li>Version 3.0.0 has changed the platforms supported. + For OS X, Cocoa must be used instead of Carbon. + For recent versions of Windows, Direct2D and DirectWrite can be used. + For GTK+ all drawing is performed with Cairo as GDK drawing removed. + Palette support removed. + Font size and weight can be specified with more precision.</li> <li>Version 2.28 allows translucent images in RGBA format to be used for margin markers and in autocompletion lists.</li> <li>Version 2.27 fixes incorrect colours on some versions of GTK+.</li> </ul> |