Fixed the terminal not fully functional error
[utio.git] / ChangeLog
blob7ff99b74acb806e6f88929eded2f54aefe49e1bd
1 Release 1.3
2         Now compiles with gcc 4.1+
3                 This required changing all the optimization casts to
4                 noalias_cast, hence uSTL 1.1.0 is now required :(
6 2006-11-18 Release 1.2.0 (svn 98)
7         Removed scrollback disabling code.
8                 In kernel 2.6+ you have to be root to change the keymap;
9                 as a result, this feature no longer works for anyone but.
10         Added CGC::Color(fg,bg).
11         CGC::MakeDiffFrom now returns a bool.
12         All CGC operations don't crash on an zero-size canvas.
14 2005-11-10 Release 1.1.0
15         Fixed crash when looking up keys in uninitialized CKeyboard.
16         Reset errno if EINTR is received in WaitForKeydata.
17         Support for reading terminfos on big-endian systems.
18         Updated configure to search for ustl library.
19         Updated demo Makefile to not link with libsupc++ if not needed.
20         Updated to ustl-0.8.0.
22 Release 1.0.0
23         Initial release.