aboutsummaryrefslogtreecommitdiff
path: root/perspective.el
AgeCommit message (Expand)Author
2020-11-09Bump to version 2.12.2.12Constantine Vetoshev
2020-11-08Make C-k respect perspectives in persp-ivy-switch-buffer.Constantine Vetoshev
2020-11-06fix error symbol’s value as variable is void: unionjing
2020-08-27Bump to version 2.11.2.11Constantine Vetoshev
2020-08-19Second attempt to address bad 'emacsclient -c' behavior.Constantine Vetoshev
2020-08-13Bump version to 2.10.2.10Constantine Vetoshev
2020-08-11Respect initial-buffer-choice when opening a new frame with emacsclient.Constantine Vetoshev
2020-08-11Work around a crash when closing a frame created by emacsclient.Constantine Vetoshev
2020-08-10Special handling for frames created by emacsclient.Constantine Vetoshev
2020-08-10Clean up whitespace.Constantine Vetoshev
2020-08-10Attempt to fix strange initial buffer behavior with new frames.Constantine Vetoshev
2020-07-20Bump version to 2.9.2.9Constantine Vetoshev
2020-07-19Workaround for new Helm buffer listing behavior (v3.6.3+).Constantine Vetoshev
2020-05-13Bump version to 2.8.2.8Constantine Vetoshev
2020-05-12Fix up commit 4998c118: pull the scratch buffer into perspective.Constantine Vetoshev
2020-05-12Stop scratch buffer renames when a buffer with the new name exists.Constantine Vetoshev
2020-04-18Bump version to 2.7.2.7Constantine Vetoshev
2020-04-14Clarify use of completing-read.Constantine Vetoshev
2020-04-14Simplify regex handling.Constantine Vetoshev
2020-04-13Fix behavior when persp-mode is inactive.Constantine Vetoshev
2020-04-13Fix Perspective-native switch-to-buffer and add kill-buffer.Constantine Vetoshev
2020-04-13Add support for completing-read in persp-remove-buffer.Constantine Vetoshev
2020-04-13Refactor ignore buffer handling.Constantine Vetoshev
2020-04-13Add persp-switch-to-buffer* function and documentation.Constantine Vetoshev
2020-03-26Bump version to 2.6.2.6Constantine Vetoshev
2020-03-13Make error reporting more consistent.Constantine Vetoshev
2020-03-10Bump version to 2.5.2.5Constantine Vetoshev
2020-03-09Fix compiler warning.Constantine Vetoshev
2020-03-09Fix upgrade process problems caused by eager macroexpansion.Constantine Vetoshev
2020-03-08Fix click events when displaying perspective in header line.Constantine Vetoshev
2020-03-03Fix comments.Constantine Vetoshev
2020-03-01Bump version to 2.4.2.4Constantine Vetoshev
2020-02-24Merge pull request #124 from nex3/cv/prevent-empty-persp-namesgcv
2020-02-24Merge pull request #123 from nex3/cv/add-persp-rename-hooksgcv
2020-02-24Merge pull request #122 from nex3/cv/fix-frame-delete-cleanupgcv
2020-02-04Add persp-ivy-switch-buffer.David Edmondson
2020-02-04Preselect the other buffer in persp-counsel-switch-buffer.David Edmondson
2020-01-27Lock out empty perspective names on switch and rename.Constantine Vetoshev
2020-01-27Add before and after hooks for persp-rename.Constantine Vetoshev
2020-01-27Add a cleanup hook for frame deletion.Constantine Vetoshev
2020-01-24Fix byte-compiler errors and warnings.Constantine Vetoshev
2020-01-24Convert use of rx macro to its underlying rx-to-string function.Constantine Vetoshev
2020-01-23Fix byte-compile errorAaron Jensen
2020-01-23Remove compatibility with pre-release persp-state files.Constantine Vetoshev
2020-01-22Merge pull request #119 from nex3/cv/remove-buffer-historygcv
2019-12-15Remove buffer-name-history from perspective state.Constantine Vetoshev
2019-12-15Write documentation.Constantine Vetoshev
2019-12-15Add persp-state-save and persp-state-load to perspective-map.Constantine Vetoshev
2019-12-15Make persp-interactive-completion-function a customizable variable.Constantine Vetoshev
2019-12-14Add Perspective-aware buffer switching for bs.el, IBuffer, and Ivy/Counsel.Constantine Vetoshev