NEWS 918 B

1234567891011121314151617181920
  1. This is a terse description of the new features added to readline-6.2 since
  2. the release of readline-6.1.
  3. a. The history library does not try to write the history filename in the
  4. current directory if $HOME is unset. This closes a potential security
  5. problem if the application does not specify a history filename.
  6. b. New bindable variable `completion-display-width' to set the number of
  7. columns used when displaying completions.
  8. c. New bindable variable `completion-case-map' to cause case-insensitive
  9. completion to treat `-' and `_' as identical.
  10. d. There are new bindable vi-mode command names to avoid readline's case-
  11. insensitive matching not allowing them to be bound separately.
  12. e. New bindable variable `menu-complete-display-prefix' causes the menu
  13. completion code to display the common prefix of the possible completions
  14. before cycling through the list, instead of after.