aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-18Version 2.17.2.17Constantine Vetoshev
2021-08-20Fix Helm integration loading order bug.Constantine Vetoshev
2021-08-18Add a changelog.Constantine Vetoshev
2021-08-18Improve Helm integration.Constantine Vetoshev
2021-08-12Fix capitalization consistency.Constantine Vetoshev
2021-08-12Fix TOC entry with link.Constantine Vetoshev
2021-08-12Add TOC.Constantine Vetoshev
2021-08-11Simplify and improve Ivy and Counsel integration.Constantine Vetoshev
2021-07-31Bump to version 2.16.2.16Constantine Vetoshev
2021-07-09Update window splitting hint to use display-buffer-base-action.Constantine Vetoshev
2021-07-09Merge pull request #159 from ↵gcv
mehw/properly_restore_default_value_of_header-line-format disabling persp-mode should not mix a buffer's header-line-format with its default (aka global) value
2021-07-08Change CONTRIBUTING link to point to GitHub Actions.Constantine Vetoshev
2021-07-09persp-mode: properly restore header-line-format default valueMatthew White
Do not use the buffer local value of 'header-line-format' when setting its default value upon disabling 'persp-mode'. This solves a weird behavior. Disabling 'persp-mode' sets the default value of 'header-line-format' to the buffer local value. i.e. turning off 'persp-mode' while in *Buffer List* will set the header of buffers which do not use a local value to the same header of *Buffer List*.
2021-07-09basic-persp-header-line-format-default-value: new ert testMatthew White
Test whether disabling 'persp-mode' while in a buffer with a locally modified 'header-line-format' uses the latter's to update the global default value of 'header-line-format'. Because it shouldn't.
2021-07-08Merge pull request #158 from mehw/fix_macro_persp-test-with-perspgcv
persp-test-with-persp: use delete rather than delq to remove strings (equal vs eq)
2021-07-08persp-test-with-persp: use delete, not delq, to remove stringsMatthew White
Strings comparison requires 'equal', not 'eq', i.e. 'delq' will not remove "main" (aka 'persp-initial-frame-name') from '("main" "A")'. Using 'delq', 'persp-test-with-persp' will try to improperly kill a scratch buffer named "*scratch* (main)", if 'persp-names' returns a list like '("main" "A")'.
2021-07-06Replace Travis with GitHub Actions.Constantine Vetoshev
travis-ci.org was deprecated on 2021-06-15.
2021-07-06Add persp-kill-others.Constantine Vetoshev
2021-06-09Make backwards-compatible with Emacs 24.Constantine Vetoshev
2021-06-09Revert "Drop support for Emacs 24.4, since xref is only available in >25."Constantine Vetoshev
This reverts commit 9cfc070245ea4d31b3099bf5de9b727a57337d85.
2021-06-09Clean up the xref marker ring for removed perspectives.Constantine Vetoshev
2021-06-09Drop support for Emacs 24.4, since xref is only available in >25.Constantine Vetoshev
2021-06-09Update documentation: remove explicit xref activation, mention Burly.Constantine Vetoshev
2021-06-09Make xref integration work by default.Constantine Vetoshev
2021-06-09Move xref integration documentation and rename variables.Constantine Vetoshev
2021-06-08Merge branch 'TxGVNN-master'Constantine Vetoshev
2021-06-07Isolate xref--marker-ring between perspectivesGiap Tran
2021-05-23Fix byte-compiler warnings.Constantine Vetoshev
2021-05-23Change formatting and spacing.Constantine Vetoshev
2021-05-23Merge branch 'TxGVNN-master'Constantine Vetoshev
2021-05-22Add persp-ibuffer-set-filter-groupsGiap Tran
2021-04-01Bump to version 2.15.2.15Constantine Vetoshev
2021-03-09Improve buffer switcher documentation.Constantine Vetoshev
2021-03-09Make persp-buffer-menu and persp-list-buffers consistent with built-in ↵Constantine Vetoshev
buffer-menu and list-buffers.
2021-03-09Merge branch 'titibandit-master'Constantine Vetoshev
2021-03-09improved persp-buffer-menu functionThibaut Meyer
2021-03-08added persp-list-buffers functionThibaut Meyer
2021-03-06Update documentation.Constantine Vetoshev
2021-03-06Clean up which-key integration.Constantine Vetoshev
2021-03-06Add persp-modestring-short option.Constantine Vetoshev
2021-03-06Fix some bugs with mode-line updates.Constantine Vetoshev
2021-03-06Merge branch 'GZJ-master'Constantine Vetoshev
2021-03-06Add error reporting to persp-switch-by-number.Constantine Vetoshev
2021-03-06Improve which-key feedback for persp-switch-by-number.Constantine Vetoshev
2021-03-06No need to quote lambdas.Constantine Vetoshev
2021-03-04refactor persp-switch-by-number command.gzj
2021-03-03add persp-switch-by-number command.gzj
2021-02-18Update display-buffer-alist hints to modern Emacs conventions.Constantine Vetoshev
2021-01-20Minor change for consistency in examples.Constantine Vetoshev
2021-01-20Merge pull request #146 from dams/patch-1gcv
Add hint about how to remap keys