Releases: bmag/emacs-purpose
Releases · bmag/emacs-purpose
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.
Version 1.0
The first release of Purpose.
Major features:
- Automatic purpose detection for buffers and windows.
- Dedicate windows for purposes.
- Smart switching functions that respect purposes (pu:switch-buffer, pu:pop-buffer, pu:find-file, ...)
- Save and load window layouts from files.