| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-31 | Bump to version 2.16.2.16 | Constantine Vetoshev | |
| 2021-07-09 | Update window splitting hint to use display-buffer-base-action. | Constantine Vetoshev | |
| 2021-07-09 | Merge 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-08 | Change CONTRIBUTING link to point to GitHub Actions. | Constantine Vetoshev | |
| 2021-07-09 | persp-mode: properly restore header-line-format default value | Matthew 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-09 | basic-persp-header-line-format-default-value: new ert test | Matthew 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-08 | Merge pull request #158 from mehw/fix_macro_persp-test-with-persp | gcv | |
| persp-test-with-persp: use delete rather than delq to remove strings (equal vs eq) | |||
| 2021-07-08 | persp-test-with-persp: use delete, not delq, to remove strings | Matthew 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-06 | Replace Travis with GitHub Actions. | Constantine Vetoshev | |
| travis-ci.org was deprecated on 2021-06-15. | |||
| 2021-07-06 | Add persp-kill-others. | Constantine Vetoshev | |
| 2021-06-09 | Make backwards-compatible with Emacs 24. | Constantine Vetoshev | |
| 2021-06-09 | Revert "Drop support for Emacs 24.4, since xref is only available in >25." | Constantine Vetoshev | |
| This reverts commit 9cfc070245ea4d31b3099bf5de9b727a57337d85. | |||
| 2021-06-09 | Clean up the xref marker ring for removed perspectives. | Constantine Vetoshev | |
| 2021-06-09 | Drop support for Emacs 24.4, since xref is only available in >25. | Constantine Vetoshev | |
| 2021-06-09 | Update documentation: remove explicit xref activation, mention Burly. | Constantine Vetoshev | |
| 2021-06-09 | Make xref integration work by default. | Constantine Vetoshev | |
| 2021-06-09 | Move xref integration documentation and rename variables. | Constantine Vetoshev | |
| 2021-06-08 | Merge branch 'TxGVNN-master' | Constantine Vetoshev | |
| 2021-06-07 | Isolate xref--marker-ring between perspectives | Giap Tran | |
| 2021-05-23 | Fix byte-compiler warnings. | Constantine Vetoshev | |
| 2021-05-23 | Change formatting and spacing. | Constantine Vetoshev | |
| 2021-05-23 | Merge branch 'TxGVNN-master' | Constantine Vetoshev | |
| 2021-05-22 | Add persp-ibuffer-set-filter-groups | Giap Tran | |
| 2021-04-01 | Bump to version 2.15.2.15 | Constantine Vetoshev | |
| 2021-03-09 | Improve buffer switcher documentation. | Constantine Vetoshev | |
| 2021-03-09 | Make persp-buffer-menu and persp-list-buffers consistent with built-in ↵ | Constantine Vetoshev | |
| buffer-menu and list-buffers. | |||
| 2021-03-09 | Merge branch 'titibandit-master' | Constantine Vetoshev | |
| 2021-03-09 | improved persp-buffer-menu function | Thibaut Meyer | |
| 2021-03-08 | added persp-list-buffers function | Thibaut Meyer | |
| 2021-03-06 | Update documentation. | Constantine Vetoshev | |
| 2021-03-06 | Clean up which-key integration. | Constantine Vetoshev | |
| 2021-03-06 | Add persp-modestring-short option. | Constantine Vetoshev | |
| 2021-03-06 | Fix some bugs with mode-line updates. | Constantine Vetoshev | |
| 2021-03-06 | Merge branch 'GZJ-master' | Constantine Vetoshev | |
| 2021-03-06 | Add error reporting to persp-switch-by-number. | Constantine Vetoshev | |
| 2021-03-06 | Improve which-key feedback for persp-switch-by-number. | Constantine Vetoshev | |
| 2021-03-06 | No need to quote lambdas. | Constantine Vetoshev | |
| 2021-03-04 | refactor persp-switch-by-number command. | gzj | |
| 2021-03-03 | add persp-switch-by-number command. | gzj | |
| 2021-02-18 | Update display-buffer-alist hints to modern Emacs conventions. | Constantine Vetoshev | |
| 2021-01-20 | Minor change for consistency in examples. | Constantine Vetoshev | |
| 2021-01-20 | Merge pull request #146 from dams/patch-1 | gcv | |
| Add hint about how to remap keys | |||
| 2021-01-20 | Add hint about how to remap keys | Damien Krotkine | |
| From #145 | |||
| 2021-01-04 | Bump to version 2.14.2.14 | Constantine Vetoshev | |
| 2020-12-17 | Merge pull request #143 from QiangF/master | gcv | |
| sort buffer list by display time in persp-ivy-switch-buffer | |||
| 2020-12-17 | sort buffer list by display time in persp-ivy-switch-buffer | Q | |
| 2020-12-02 | Merge pull request #140 from cjlucas/ignore-persp-switch-hooks-on-norecord | gcv | |
| Don't invoke persp-switch-hook on norecord | |||
| 2020-12-01 | Don't invoke persp-switch-hook on norecord | Chris Lucas | |
| 2020-11-27 | Match persp-read-buffer signature to read-buffer. | Constantine Vetoshev | |
| 2020-11-13 | Bump to version 2.13.2.13 | Constantine Vetoshev | |
