aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-04-09Fix a parenthesis bug.Nathan Weizenbaum
2008-04-09Add emacs21 compatibility.Nathan Weizenbaum
2008-03-25Get rid of a couple typos. Oops.Nathan Weizenbaum
2008-03-25Make `persp-init' interactive.Nathan Weizenbaum
2008-03-25Revert "Add a `turn-on-persp' method for lazy autoloading."Nathan Weizenbaum
2008-03-25Move checks for persp-show-modestring into persp-update-modestring.Nathan Weizenbaum
2008-03-18Add `interactive' to all new methods, because I was never good at using my br...Will Farrington
2008-03-18Fix a bug where creating a new perspective didn't update the modestring.Will Farrington
2008-03-18Add a `turn-on-persp' method for lazy autoloading.Will Farrington
2008-03-18Add methods to turn on and turn off the modestring.Will Farrington
2008-03-18Add `persp-show-modestring' and check for it before updating or showing the m...Will Farrington
2008-03-08Add a function to make C-S-letter switch perspectives.Nathan Weizenbaum
2008-03-08Add an unbound function for switching perspectives based on a single char.Nathan Weizenbaum
2008-03-08Change the binding for persp-kill.Nathan Weizenbaum
2008-03-08Changed a few keybindings.Nathan Weizenbaum
2008-03-08Add a persp-rename function.Nathan Weizenbaum