File Release Notes and Changelog
Release Name: 0.2.3
Notes:
This is basically a bugfix release, with two new features, Tabs To Spaces/Spaces To Tabs and Uppercase/Lowercase/Toggle Case. Please see the Changelog for the list of bugs fixed.<p>
Known Bugs<br>
<ul>
<li>Katy doesn't handle access denied when loading files
<li>Selecting text on a line with a tab character after the selected text,
causes the rendered tab size to change thus the text is rendered
further to the right than it should be.
<li>Starting Katy from the commandline with the name of a file that does not
exist is not handled nicely
<li>Use Spaces For Tabs option is not being loaded from the config correctly
</ul>
Changes:
<pre>2000-04-29 Gordon Tyler (gtyler@iafrica.com)
* Fixed zero-length files cannot be edited
* Fixed Cut with no selection deletes a character
2000-04-26 Gordon Tyler (gtyler@iafrica.com)
* Fixed inserting a tab (with use spaces for tabs on) in the middle of text
moves the cursor too far
* Fixed updating of modified indicator on tabs and in window caption
2000-03-21 Gordon Tyler (gtyler@iafrica.com)
* Added Toggle Case Edit menu item
* Changed Uppercase and Lowercase Edit menu items to handle selected text
2000-03-21 Gordon Tyler (gtyler@iafrica.com)
* Added Tabs To Spaces/Spaces To Tabs feature
2000-03-21 Gordon Tyler (gtyler@iafrica.com)
* Fixed loading of files with extended characters (above ASCII 127) like
special Swedish characters for instance
* Fixed typing of extended characters
2000-03-19 Gordon Tyler (gtyler@iafrica.com)
* Fixed loading of files with mixed end-of-line characters
2000-02-21 Gordon Tyler (gtyler@iafrica.com)
* Changed handling of Enter key in Overwrite mode to split lines and insert
new lines
</pre>