Files | Admin

Notes:

Release Name: 0.3.1

Notes: This release fixes some Readline incompatibilities and a bug specific to Ruby 1.8.6.


Changes: * Renamed completion_append_char to complation_append_character (Readline compatibility). * Fixed minor bugs in HistoryBuffer (push and << methods are now redefined properly). * The string returned by Editor#read (and Rawline#readline) does not contain a trailing newline character anymore (Readline compatibility) * It is now possible to set Line#word_separator to an empty string or nil (Readline compatibility). * Fixed #6 (Fixnum#ord not defined on Ruby 1.8.6) * Fixed #7 (Win32Console gem not required) * Fixed #8 (Rawline.version not defined) * Fixed #9 (Readline compatibility issues)