diff options
author | nyamatongwe <devnull@localhost> | 2007-06-17 04:00:45 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-06-17 04:00:45 +0000 |
commit | af3f36f0635780dfc0af0e64ed5902956680b353 (patch) | |
tree | d1bae3397d3b7dfaae348c259de8f97f6eed02db | |
parent | 1ace56abcb30d28dac6d50c20797b81b04ec7d79 (diff) | |
download | scintilla-mirror-af3f36f0635780dfc0af0e64ed5902956680b353.tar.gz |
More updates for 1.74.rel-1-74
-rw-r--r-- | doc/ScintillaHistory.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c4c037008..24221f385 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -351,6 +351,7 @@ SciTE session files have changed format to be like other SciTE .properties files and now use the extension .session. Bookmarks and folds may optionally be saved in session files. + Session files created with previous versions of SciTE will not load into this version. </li> <li> SciTE's extension and scripting interfaces add OnKey, OnDwellStart, and OnClose methods. @@ -376,9 +377,15 @@ Bug fixed in XML folding where tags were not being folded because they are singletons in HTML. </li> <li> + Bug fixed when many font names used. + </li> + <li> Layout bug fixed on GTK+ where fonts have ligatures available. </li> <li> + Bug fixed with SCI_LINETRANSPOSE on a blank line. + </li> + <li> SciTE hang fixed when using UNC path with directory properties feature. </li> <li> @@ -390,6 +397,9 @@ SciTE bug on GTK+ fixed where Stop Executing did not work when more than a single process started. </li> <li> + SciTE bug on GTK+ fixed where mouse wheel was not switching between buffers. + </li> + <li> Minor line end fix to PostScript lexer. </li> </ul> |