aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-03Added persp-current-name helper.Ryan Davis
2019-12-03Added with-current-perspective helper macro.Ryan Davis
2019-12-03Added persp-buffer-filter helper.Ryan Davis
2019-12-03Added persp-is-current-buffer helper.Ryan Davis
2019-12-03Added persp-mode-guard and added check for persp-curr.Ryan Davis
2019-12-03Added persp-current-buffers helper method.Ryan Davis
2019-12-03Remove with-selected-frame definition.Ryan Davis
2019-12-03Switch to vanilla read for persp-state deserialization. Close #113.Constantine Vetoshev
2019-12-02Merge pull request #109 from nex3/zenspider/byte-compile-cleanupRyan Davis
2019-12-02Merge pull request #112 from nex3/zenspider/lexical-scopeRyan Davis
2019-12-02Switched the test to lexical-binding as wellRyan Davis
2019-12-02Reindented the lets.Ryan Davis
2019-12-02Removed lexical-let and lexical-let*Ryan Davis
2019-12-02First pass setting up lexical scope.Ryan Davis
2019-12-02Removed warnings that come up from byte compiling.Ryan Davis
2019-11-27Merge pull request #95 from dzop/reactivate-buffersgcv
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