Skip to content

Releases: bmag/emacs-purpose

Version 1.1

13 Feb 15:31
Compare
Choose a tag to compare

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.

Version 1.0

08 Feb 10:10
Compare
Choose a tag to compare

The first release of Purpose.
Major features:

  1. Automatic purpose detection for buffers and windows.
  2. Dedicate windows for purposes.
  3. Smart switching functions that respect purposes (pu:switch-buffer, pu:pop-buffer, pu:find-file, ...)
  4. Save and load window layouts from files.