aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-19Remove details of internal changes from CHANGELOG.gcv
2022-03-19Update CHANGELOG with `persp-merge` and `persp-unmerge` information.gcv
2022-03-19Minor cleanup (whitespace, spelling, documentation).gcv
2022-03-19Merge branch 'master' of https://github.com/NicholasBHubbard/perspective-el i...gcv
2022-03-15Make persp-merge-list restorable regardless of frame count.Nicholas Hubbard
2022-03-15Add persp-merge and persp-unmerge to perspective-map.Nicholas Hubbard
2022-03-12Fix byte-compiler warning.gcv
2022-03-12Minor touch-up for consult-buffer support.gcv
2022-03-10Finally should have proper merge-list loading.Nicholas Hubbard
2022-03-10Fixed bug with merge-list frame parameter not being loaded.Nicholas Hubbard
2022-03-10Document persp--state-complete-v2.Nicholas Hubbard
2022-03-10Document persp--state-complete-v2.Nicholas Hubbard
2022-03-10Add support to persp-state-{save,load} to saving merge lists.Nicholas Hubbard
2022-03-10Documentation grammar.Nicholas Hubbard
2022-03-08Undo changes to state saving.Nicholas Hubbard
2022-03-08Implement persp-merge-list as a frame parameter.Nicholas Hubbard
2022-03-08Wrap persp-consult-source in with-eval-after-loadIvan Popovych
2022-03-08Clarify usage of narrowing in README, add missing quotesIvan Popovych
2022-03-06Add consult integrationIvan Popovych
2022-03-04Remove brackets around perspective-merging header.Nicholas Hubbard
2022-03-03Document perspective merging.Nicholas Hubbard
2022-03-02Fixed typo in error message.Nicholas Hubbard
2022-03-01Fixed variable name typo.Nicholas Hubbard
2022-03-01Test persp-merge and persp-unmerge.Nicholas Hubbard
2022-03-01Add perspective buffer list merging.Nicholas Hubbard
2022-03-01Clarify the distinction between persp-mode-map and perspective-map.gcv
2022-02-25Change suggested use-package form to use :init.gcv
2022-02-25Rewrite persp-other-buffer to respect ido-ignore-buffers.gcv
2021-12-12Add metadata to persp-kill-buffer*.gcv
2021-12-12Merge pull request #172 from intramurz/fix/multibyte-buffer-names-restoregcv
2021-12-11Fix restore of multibyte buffer names when loading state from file.Sergey V. Firsov
2021-11-21Mention Vertico in the README.gcv
2021-11-21Put last-buffer kill check behind a feature flag.gcv
2021-11-21Reenable check for killing last buffer, but attempt to optimize it.gcv
2021-11-21Merge pull request #170 from aaronjensen/do-not-requiregcv
2021-11-21Do not require xref, respond to it being requiredAaron Jensen
2021-11-21Do not require which-key, respond to it being requiredAaron Jensen
2021-11-03Update changelog.Constantine Vetoshev
2021-11-02Add 'buffer category to persp-switch-to-buffer*.Constantine Vetoshev
2021-11-01Temporarily remove persp-maybe-kill-buffer from kill-buffer-query-functions â...Constantine Vetoshev
2021-11-01Working on a real fix to #163 and #167.Constantine Vetoshev
2021-10-31Try to fix https://github.com/nex3/perspective-el/issues/167Constantine Vetoshev
2021-10-23Merge branch 'mehw-scratch_buffer_properly_create'Constantine Vetoshev
2021-10-21basic-persp-header-line-format-default-value: fix typoMatthew White
2021-10-21basic-persp-switch-to-scratch-buffer: test *scratch* switchingMatthew White
2021-10-21persp-switch-to-scratch-buffer: switch to the scratch bufferMatthew White
2021-10-21persp-other-buffer: use persp-get-scratch-buffer if neededMatthew White
2021-10-21basic-persp-get-scratch-buffer: test persp-get-scratch-bufferMatthew White
2021-10-21persp-get-scratch-buffer: get or create a scratch bufferMatthew White
2021-10-21persp-new: enable initial-major-mode only if neededMatthew White