diff options
author | nyamatongwe <unknown> | 2003-02-15 03:29:47 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-02-15 03:29:47 +0000 |
commit | 632f2f9def1713b8d1c1aa3e1e186b8176494663 (patch) | |
tree | 4087e5d8d5b035becd4a85c8fcbdcf01f799bef9 | |
parent | bfa0c68453621eba2d24cf67ee93b994bc8815a0 (diff) | |
download | scintilla-mirror-632f2f9def1713b8d1c1aa3e1e186b8176494663.tar.gz |
Improved order.
-rw-r--r-- | doc/ScintillaHistory.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e18f5ec83..f470ce781 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -187,21 +187,21 @@ deadlock. Output from tools can be used to replace the selection. </li> <li> - Crash fixed in SciTE brace matching. + SciTE on GTK+ automatically substitutes '|' for '/' in menu items as '/' + is used to define the menu hierarchy. </li> <li> - Bug fixed where automatic scrolling past end of document - flipped back to the beginning. + Optional buffer number in SciTE title bar. </li> <li> - Bug fixed where wrapping caused text to disappear. + Crash fixed in SciTE brace matching. </li> <li> - SciTE on GTK+ automatically substitutes '|' for '/' in menu items as '/' - is used to define the menu hierarchy. + Bug fixed where automatic scrolling past end of document + flipped back to the beginning. </li> <li> - Optional buffer number in SciTE title bar. + Bug fixed where wrapping caused text to disappear. </li> <li> Bug fixed on Windows where images in autocompletion lists were |