=== 0.4.1 / 2011-07-29 * Bugfixes: * Fix crash with double tab and an empty line buffer. GH-26 [phasis68] * Accessing rl_line_buffer before initialization. GH-27 [phasis68] * Fix hanging bug when completer finds a quote char. [Spakman] * Filename completion on paths with directory components. GH-35 [Spakman] * Attempted completion function now returns correct array. GH-34 [Spakman] * Ensure @rl_filname_dequoting_function is used if defined. [Spakman] * Remove deprecations with recent versions of RubyGems. [luislavena] === 0.4.0 / 2011-01-10 * Enhancements: * Provides convenience gem for 3rd parties. * Provides access to readline line_buffer (to support Bond). * Initial support for gemification of the library. * Reduce keyboard input delay to kill sluggishness. === 0.3.0 / 2010-12-27 * Enhancements: * Yield procesor to other threads on Windows. [jduck] * Bugfixes: * Fix 1.8 and 1.9 code compatibility issues. [jduck] * Changes on Encoding detection. [jduck] * Handle ^L properly. [jduck] * Instance variable/typos cleanup. [jduck] === 0.2.2 / 2010-10-19 * Enhancements: * Implemented missing _rl_input_available. [Spakman] * Made code look more Ruby than C. [Spakman] * Bugfixes: * Fix bugs in the reverse search. Closes GH-14. [Spakman] * Do not eval inputrc defitions. Closes GH-17 === 0.2.1 / 2010-08-22 * Bugfixes: * Use stdcall as default calling convention under Ruby 1.9 [GH-15] * Fix TERM under Windows === 0.2.0 * Bugfixes: * Accept 'cygwin' as valid terminal [rogerdpack] * Accept 'dumb' as valid terminal. Closes GH-7 * Fix crash when performing reverse look search. Closes GH-6 === 0.1.2 / 2009-05-18