@@ -1,8 +1,8 @@ - FILE: "/diska/home/joze/src/tclreadline/README" - LAST MODIFICATION: "Mon Aug 23 19:42:31 1999 (joze)" + FILE: "/home/joze/src/tclreadline/README" + LAST MODIFICATION: "Sat Aug 28 23:30:56 1999 (joze)" (C) 1998, 1999 by Johannes Zellner, $Id$ --- tclreadline -- gnu readline for tcl @@ -74,10 +74,35 @@ does the rest. 4. History and Changes. ----------------------- + +tclreadline-0.9.2: (Aug 1999) + + changes: + - history event `!' expansion on + - if tclreadline::historyLength >= 0, + tclreadline::write will truncate the historyfile + to this value. + By default tclreadline::historyfile == -1, that + is no truncation occurs. + + fixes: + - after having at least one character typed, X events + were not processed any more until pressing . + + +tclreadline-0.9.1: (Aug 1999) + + changes: + - new variable tclreadline_patchLevel + - tclreadline::Loop takes an optional + + fixes: + - tying to fix configure problems. + tclreadline-0.9: (Aug 1999) changes: - tclreadline::readline customcompleter @@ -97,12 +122,14 @@ bug fixes: - lines added to tcl's history. (were only in readline's hist.) - macro mappings didn't work. (only when hitting mapped characters more than once.) - various changes and fixes in configure.in + tclreadline-0.8: (May 1999) - adapted for tcl8.1. - minor bug fixes. + tclreadline-0.7: (Feb 1999) first `public release'.