Skip to content

Version 0.5

Compare
Choose a tag to compare
@bmag bmag released this 11 Feb 12:04
· 33 commits to master since this release

News

  • Change key bindings: TAB expands/collapse entries, SHIFT+TAB is not bound.
  • New option imenu-list-auto-resize: when non-nil, Ilist window is resized automatically to fit the contents when the imenu list is updated. Enabled by default.
  • New hook imenu-list-update-hook: runs after the imenu list is updated.
  • Bug fix: always bury Ilist buffer when imenu-list-minor-mode is turned off. See #15.
  • Bug fix: pressing RET on a heading expand/collapses the subtree even if the cursor is on the + at the beginning of the header. See #17.
  • Bug fix: don't make emacs --daemon hang. See #14.
  • Bug fix: handle special imenu entries when looking for current entry. See #20.
  • Bug fix: handle modes that customize imenu to use unusual values for the position parameter of imenu entries. Unsupported customizations can be handled on the user side via imenu-list-custom-position-translator, or on the package side by adding support in imenu-list-position-translator. See #20.