Skip to content

Version 1.1

Compare
Choose a tag to compare
@bmag bmag released this 13 Feb 15:31
· 285 commits to master since this release

Major changes:

  • Changed implementation of purpose-switch.el. Now using advices to override the behavior of switch-to-buffer and other switching and popping functions.
  • Frames are supported (both for switching and for saving/loading layout).
  • Better prompts - using IDO's original prompts when ido-mode is enabled.
  • New fallback behavior for purpose--action-function, controlled by variable purpose-display-fallback. Default is to pop a new frame.
  • Requires Emacs 24.4, because Purpose uses advice-add and advice-remove.
  • New macros without-purpose and without-purpose-command replace old macros for executing code with purpose inactive.