diff options
| author | nyamatongwe <devnull@localhost> | 2003-02-15 03:29:47 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-02-15 03:29:47 +0000 | 
| commit | 412fc0e4cf19e8ebe77236215fc1e138cc2ed6e4 (patch) | |
| tree | 4087e5d8d5b035becd4a85c8fcbdcf01f799bef9 | |
| parent | caaf17e147c895179a3aa3fab1aeb268dd54409c (diff) | |
| download | scintilla-mirror-412fc0e4cf19e8ebe77236215fc1e138cc2ed6e4.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 | 
