aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-26Fixed a docstring with a parenthetical that was messing up paredit?!?!Ryan Davis
2019-11-25Fix crash when initial-scratch-message is nil.Constantine Vetoshev
2019-11-25Use suggestions from https://github.com/nex3/perspective-el/pull/107.Constantine Vetoshev
2019-11-23Merge pull request #97 from npjg/masterRyan Davis
2019-11-23Merge pull request #102 from nex3/zenspider/version-bump2.3Ryan Davis
2019-11-19Merge pull request #104 from gcv/fix-uninitialized-frame-crashesRyan Davis
2019-10-26Merge pull request #80 from gcv/mastergcv
2019-10-26Document the window-state-get walker used for persp-state.Constantine Vetoshev
2019-10-26Rename hooks for consistency.Constantine Vetoshev
2019-10-26Add a test for persp-state-save and persp-state-load.Constantine Vetoshev
2019-10-26Use a more terse create-or-overwrite-file idiom.Constantine Vetoshev
2019-10-26Add persp-state-* hooks.Constantine Vetoshev
2019-10-26Replace the posframe detection workaround with something better.Constantine Vetoshev
2019-10-26Retain perspective order in persp-state.Constantine Vetoshev
2019-10-26Add persp-state support for dired buffers.Constantine Vetoshev
2019-10-26Do not save ivy-posframe frames.Constantine Vetoshev
2019-10-26Clean up exit behavior with persp-mode off.Constantine Vetoshev
2019-10-26Make state restore work with frames smaller than when saved.Constantine Vetoshev
2019-10-26Update documentation for persp-state.Constantine Vetoshev
2019-10-26Add support for persp-state-default-file variable.Constantine Vetoshev
2019-10-26Add support for saving and restoring perspectives to disk.Constantine Vetoshev
2019-10-24Merge pull request #106 from nex3/zenspider/test-cleanupRyan Davis
2019-10-24Extend persp-find-some to respect current perspective ordering when persp-las...Ryan Davis
2019-10-22Clean up buffer cleanup test code.Ryan Davis
2019-10-22Allow persp-last to return nil again. Write clarifying comments.Constantine Vetoshev
2019-10-19Bumped the version to 2.3 for my last merge.Ryan Davis
2019-10-19Untabify.Ryan Davis
2019-10-10Fix two more spots which assume 'persp--hash exists on all frames.Constantine Vetoshev
2019-10-10Fix errors resulting from uninitialized frames.Constantine Vetoshev
2019-10-10Fix test suite bug.Constantine Vetoshev
2019-10-10Merge pull request #82 from gcv/fix-persp-remove-buffer-nilgcv
2019-10-10Merge pull request #81 from gcv/fix-persp-rename-scratchgcv
2019-10-02The test suite found a bug!Constantine Vetoshev
2019-10-02Add testing utilities. Add more basic feature tests.Constantine Vetoshev
2019-10-01Add a couple of very basic functionality tests.Constantine Vetoshev
2019-09-27Add a test.Constantine Vetoshev
2019-09-27Rename perspective-specific scratch buffer with perspective.Constantine Vetoshev
2019-09-27Fix whitespace.Constantine Vetoshev
2019-09-27Merge pull request #98 from nex3/tweak-test-setupgcv
2019-09-27Add a test wrapper macro to reset persp environment between tests.Constantine Vetoshev
2019-09-27Clarify which Emacs versions to automatically test.Constantine Vetoshev
2019-09-27Use of subr-x means Emacs 24.4 is required.Constantine Vetoshev
2019-09-27Refine issue #85 testNathaniel Nicandro
2019-09-27Add test frameworkNathaniel Nicandro
2019-09-24insert initial scratch message into new perspectivesNathanael Gentry
2019-09-18Refactor persp-reactivate-buffersNathaniel Nicandro
2019-09-18Set `persp-buffers` to living buffers when reactivatingNathaniel Nicandro
2019-09-15Added basic .gitignoreRyan Davis
2019-09-15Generalizes sorting of perspectives and adds sort-by-creation-time.Ryan Davis
2019-02-25Fix error when persp-remove-buffer gets nil as argument.Constantine Vetoshev