aboutsummaryrefslogtreecommitdiff
path: root/perspective.el
AgeCommit message (Expand)Author
2018-07-17Resolve common-header-mode-line compat. issue (#73)2.2Mark Stuart
2018-06-14Handle an invalid `persp-point-marker` when activating a perspective (#72)Nathaniel Nicandro
2018-06-13Bump version to 2.12.1Natalie Weizenbaum
2018-06-13Run `persp-switch-hook' only when a perspective was activated. (#71)Nathaniel Nicandro
2018-06-13When removing a buffer, bury it in all windows displaying it (#70)Nathaniel Nicandro
2018-06-05Bump version to 2.0Natalie Weizenbaum
2018-06-05Make perspectives-hash functionNatalie Weizenbaum
2018-06-05Give persp-curr and persp-last an optional frame parameterNatalie Weizenbaum
2018-06-05persp-current-persp -> persp-curr, persp-last-persp -> persp-lastNatalie Weizenbaum
2018-06-05Make frame parameter names privateNatalie Weizenbaum
2018-06-05Make persp--current-persp and persp--last-persp to publicJohn Louis Del Rosario
2018-06-03Handle nil last and current perspectivesJohn Louis Del Rosario
2018-06-03Add comment why header-line-format needs to be set to nilJohn Louis Del Rosario
2018-06-03Remove persp--perspectives-hashJohn Louis Del Rosario
2018-06-03Define persp-let-frame-parameters to temporarily set frame parametersJohn Louis Del Rosario
2018-06-02Set persp-last to (persp-find-some) instead of nilJohn Louis Del Rosario
2018-06-02Update docstrings to not refer to `persp-modestring'.John Louis Del Rosario
2018-06-02Wrap some (frame-parameter) calls in a functionJohn Louis Del Rosario
2018-06-02Remove commented out variablesJohn Louis Del Rosario
2017-12-18Remove `persp-frame-local-let`John Louis Del Rosario
2017-12-17Remove usage of `make-variable-frame-local'.John Louis Del Rosario
2016-06-09Merge pull request #47 from nex3/ido-ignoreNatalie Weizenbaum
2016-02-19Clarify the licensing.Natalie Weizenbaum
2016-02-19Fix my name one last time.Natalie Weizenbaum
2015-12-07add persp-switch-last commandSylvain Chouleur
2015-11-05Correct misspellingsSyohei YOSHIDA
2015-10-16advise set-window-bufferChristophe Rhodes
2015-07-27Define and run hook before switching perspectivesAntonio Santos
2015-05-08Increase version to 1.12.1.12Natalie Weizenbaum
2015-05-08Merge branch 'redshirtrob.save-point-marker'Natalie Weizenbaum
2015-05-08Clarify the documentation.Natalie Weizenbaum
2015-05-08Increase the version to 1.11.1.11Natalie Weizenbaum
2015-05-08Fix my name even more.Natalie Weizenbaum
2015-05-08Don't allow foreign buffers in when killing a buffer.Natalie Weizenbaum
2015-05-08Respect ido's ignored files.Natalie Weizenbaum
2015-05-08Add a persp-switch-to-buffer command.Natalie Weizenbaum
2015-05-08Merge branch 'redshirtrob.master'Natalie Weizenbaum
2015-05-08Clean up a docstring.Natalie Weizenbaum
2015-05-08Minor cleanup.Natalie Weizenbaum
2015-05-08Allow customization of the perspective prefix key.Albert Z. Wang
2015-05-08Fix my name.Natalie Weizenbaum
2015-03-25Save `point-marker' as part of perspectives.Robert S. Jones
2015-03-06Support perspective wrapping on `persp-next` and `persp-prev`Robert S. Jones
2015-01-05Merge pull request #37 from csrhodes/unglobal-next-prevNatalie Weizenbaum
2014-12-13don't use the global perspective list in persp-next/persp-prevChristophe Rhodes
2014-12-12Fixed a syntax error introduced in 6af3e46cScott Weldon
2014-12-12Merge pull request #38 from csrhodes/killing-perspectivesNatalie Weizenbaum
2014-12-08only kill live buffersChristophe Rhodes
2014-12-06added persp switch hook to be run after a `persp-switch` actionCayetano Santos
2014-12-05Add a comment to explain requiring clChen He