| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-05 | Generate docstringdb.json at build time | Axel Forsman | |
| Closes #1544. Note that the generated Texinfo file cannot be removed as it is built by Sphinx which is not available during ELPA package builds. | |||
| 2022-10-24 | Update docs | Tom Dalziel | |
| 2022-01-07 | Update docs | Tom Dalziel | |
| 2021-11-17 | newdocs (#1531) | Tom Dalziel | |
| 2021-11-16 | Refactor `evil-visual-update-x-selection`, remove docstring | Tom Dalziel | |
| Docstring should be generated by sphinx, not manually | |||
| 2021-11-16 | Add option to stop updating X PRIMARY selection with the current visual region | Chen Bin | |
| Vim user can select a region in visual mode and press the key `p` to replace the selected text. But in GUI Emacs, the selected text might not be replaced when: - `select-enable-primary` is `t` - Third plugins override `interprogram-paste-function` (xclip.el, for example) - Clipboard managers syncronise data between PRIMARY and CLIPBOARD selection It's because the visual commands automatically insert the content of visually selected region into X PRIMARY selection. But paste commands call the api `current-kill` which calls `interprogram-paste-function`. Value of `interprogram-paste-function` is `gui-selection-value` which might return CLIPBOARD or PRIMARY selection. | |||
| 2020-10-14 | Update docstring DB | Eivind Fonn | |
| 2020-03-04 | Docs: handle default values that must be evaluated | Eivind Fonn | |
| Also regenerate | |||
| 2019-12-31 | Docs: fix use of \\[...] to display key sequences | Eivind Fonn | |
| 2019-12-21 | Document leader key functionality | Eivind Fonn | |
| 2019-12-19 | Script for extracting documentation data to json | Eivind Fonn | |
