Version 1.1
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 variablepurpose-display-fallback
. Default is to pop a new frame. - Requires Emacs 24.4, because Purpose uses
advice-add
andadvice-remove
. - New macros
without-purpose
andwithout-purpose-command
replace old macros for executing code with purpose inactive.