aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-06Bump version to 1.1.1.1Nathan Weizenbaum
2010-06-06Fix persp-frame-local-let to properly handle variables that are not already d...Nathan Weizenbaum
2010-05-16Add headers for ELPA.1.0Nathan Weizenbaum
2010-05-16Checkdoc fixes.Nathan Weizenbaum
2010-05-16Add commentary.Nathan Weizenbaum
2010-05-16Emacs 23.2 compatibility.Nathan Weizenbaum
2010-05-16Update the copyright.Nathan Weizenbaum
2009-09-21Fix recursive editing.Nathan Weizenbaum
2009-08-12Make persp-add-buffer work interactively.Nathan Weizenbaum
2009-07-27Add support for displaying persps in the header.Nathan Weizenbaum
2009-07-27Add a bunch of hooks.Nathan Weizenbaum
2009-07-17Add a persp-make-variable-persp-local function.Nathan Weizenbaum
2009-01-27Properly scope make-persp.Nathan Weizenbaum
2009-01-18Update make-persp and persp-activate to have nicer APIs.Nathan Weizenbaum
2009-01-17Add a check to make sure we don't activate killed persps in general.Nathan Weizenbaum
2009-01-17Really don't let killed persps hang around in persp-last.Nathan Weizenbaum
2009-01-16Unset persp-last when we delete the relevant perspective.Nathan Weizenbaum
2009-01-16Update modeline string after killing a perspective.Will Farrington
2009-01-16Use initial-major-mode for scratch buffers.Nathan Weizenbaum
2009-01-16Properly handle internal buffers with persp-set-ido-buffers.Nathan Weizenbaum
2009-01-15Be a little more efficient when choosing which buffers to display for persp-r...Nathan Weizenbaum
2009-01-15Screw it, I'm using cl wholesale.Nathan Weizenbaum
2009-01-15Bind persp-add-buffer to C-x x a.Nathan Weizenbaum
2009-01-15Make persp-add-buffer able to import buffers not already in the persp.Nathan Weizenbaum
2009-01-15Fix persp-add-buffer so that it doesn't make dups.Nathan Weizenbaum
2009-01-15Merge branch 'master' of git@github.com:nex3/perspective-elNathan Weizenbaum
2009-01-15Fix a stupid typo.Nathan Weizenbaum
2009-01-15Fix persp-set-ido-buffers so it doesn't choke on killed buffers.Nathan Weizenbaum
2009-01-15Support ido for buffer matching within persps.Nathan Weizenbaum
2009-01-14Add docs for buffer-history field of perspective.Nathan Weizenbaum
2009-01-14Save buffer history per-persp.Nathan Weizenbaum
2009-01-14persp-mode *is* a mode.Nathan Weizenbaum
2009-01-14Make perspectives be a mode rather than some non-standard activated thing.Nathan Weizenbaum
2009-01-14Use a struct for perspectives.Nathan Weizenbaum
2009-01-11Add a persp-read-buffer function to use as read-buffer-function.Nathan Weizenbaum
2009-01-04Add with-selected-frame for Emacs 22 compat.Nathan Weizenbaum
2008-11-27Fix perspective.el for most recent CVS Emacs.Nathan Weizenbaum
2008-10-03Fix a bug in persp-save.Nathan Weizenbaum
2008-09-16Add a keybinding for persp-import.Nathan Weizenbaum
2008-09-16Make sure persp-remove-buffer doesn't kill a buffer that's in use by another ...Nathan Weizenbaum
2008-09-16Allow perspectives to be imported without switching to them.Nathan Weizenbaum
2008-09-16Add a function to import perspectives from other frames.Nathan Weizenbaum
2008-09-15Allow quick keys to cycle between perspectives with the same first letter.Nathan Weizenbaum
2008-09-14Make perspectives work with multiple frames.Nathan Weizenbaum
2008-09-14Remove abort-recusive-edit advice, which was screwing stuff up.Nathan Weizenbaum
2008-09-13Add mouse support for the modeline display.Nathan Weizenbaum
2008-09-13Didn't mean to commit that...Nathan Weizenbaum
2008-09-13Don't do anything to {abort,exit}-recursive-edit if we aren't actually in one.Nathan Weizenbaum
2008-09-13Merge commit 'origin/master'Nathan Weizenbaum
2008-09-13Compatibility with recursive editing.Nathan Weizenbaum