comparison packages/redboot/current/ChangeLog @ 1419:fa9edbd9ccaa

Fix ^A handling
author gthomas
date Fri, 05 Dec 2003 12:51:55 +0000
parents 7ce0661f305c
children 9721661d7ecc
comparison
equal deleted inserted replaced
1418:879ff7a40226 1419:fa9edbd9ccaa
1 2003-12-05 Gary Thomas <gary@mlbassoc.com>
2
3 * src/io.c (_rb_gets_preloaded): ^A could have moved the cursor to
4 the wrong location on the screen if ^F/^B had been used.
5
1 2003-12-03 David Vrabel <dvrabel@arcom.com> 6 2003-12-03 David Vrabel <dvrabel@arcom.com>
2 7
3 * src/time_date.cxx (do_time_date): Use YYYY/MM/DD HH:MM:SS format 8 * src/time_date.cxx (do_time_date): Use YYYY/MM/DD HH:MM:SS format
4 throughout (instead of the American specific format). Expand 9 throughout (instead of the American specific format). Expand
5 range of valid years to 1970 - 2034 (instead of 2000 - 2034). 10 range of valid years to 1970 - 2034 (instead of 2000 - 2034).