diff options
author | nyamatongwe <devnull@localhost> | 2007-06-15 02:56:56 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-06-15 02:56:56 +0000 |
commit | 5acf6fa7b16795a0a001bba0384fa27211ab997f (patch) | |
tree | bae62eb6fb1e80c29fb792ca45f086a1d14879f8 | |
parent | a2c9a1075864c9db560f6b19b25d1c2651df9d16 (diff) | |
download | scintilla-mirror-5acf6fa7b16795a0a001bba0384fa27211ab997f.tar.gz |
Ligatures.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index bf448e472..6cee6351a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -314,6 +314,9 @@ Bug fixed in XML folding where tags were not being folded because they are singletons in HTML. </li> <li> + Layout bug fixed on GTK+ where fonts have ligatures available. + </li> + <li> SciTE hang fixed when using UNC path with directory properties feature. </li> <li> |