| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-30 | Bump version to 1.14.21.14.2stablerelease-1.14 | Tom Dalziel | |
| 2022-04-25 | Bump version to 1.14.11.14.1 | Tom Dalziel | |
| 2022-04-12 | Add option for non-incremental search (#1304) | fermata101 | |
| 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. | |||
| 2021-10-11 | Add docs for evil-start-of-line | Tom Dalziel | |
| 2021-08-08 | Mention NonGNU ELPA | Vasilij Schneidermann | |
| 2021-06-15 | Add info about `evil-symbol-word-search` to FAQ. (#1431) | Ilya Grigoriev | |
| For me, the Evil default of using words instead of symbols is only really important for `#` and `*` searches. The fix for them is much simpler than for the other motions after https://github.com/emacs-evil/evil/issues/360 (thanks!). | |||
| 2021-01-09 | Expand FAQ discussion of word vs. symbol text objects | Amir Yalon | |
| Add reference to the `o` key in the default text objects keymap, as an alternative to `w` in some cases. | |||
| 2020-10-14 | Update texinfo documentation | Eivind Fonn | |
| 2020-10-14 | Update docstring DB | Eivind Fonn | |
| 2020-10-14 | Add -search-module and -undo-system to documentation | Eivind Fonn | |
| 2020-10-13 | Fix docs Makefile | Eivind Fonn | |
| 2020-10-01 | Make undo-tree an optional dependency | Vasilij Schneidermann | |
| Closes #1074 | |||
| 2020-05-27 | Fixed make clean and doc build | Sanel Zukan | |
| When sphinx is not found, make clean (and others) will fail. This change prevents running sphinx if sphinx-build binary is not found. Here is used 'command' instead of 'which', for checking presence of binary in PATH, to make it more portable across shells and unixes. | |||
| 2020-03-04 | Bump version to 1.14.01.14.0 | Eivind Fonn | |
| 2020-03-04 | Docs: handle default values that must be evaluated | Eivind Fonn | |
| Also regenerate | |||
| 2020-02-22 | Spelling fix | Isak Johansson | |
| I found a spelling error while reading through the documentation. | |||
| 2019-12-31 | Docs: fix use of \\[...] to display key sequences | Eivind Fonn | |
| 2019-12-21 | Fix typo | Eivind Fonn | |
| 2019-12-21 | Move FAQ to main documentation | Eivind Fonn | |
| 2019-12-21 | Document leader key functionality | Eivind Fonn | |
| 2019-12-19 | Add texinfo file | Eivind Fonn | |
| 2019-12-19 | Use sphinx for documentation | Eivind Fonn | |
| 2019-12-19 | Script for extracting documentation data to json | Eivind Fonn | |
| 2019-12-11 | Create a doc makefile | Eivind Fonn | |
| 2017-02-09 | update repository information in docs and scripts directories | Filipe Correa Lima da Silva | |
| 2012-01-02 | Fix filename in Info directory entry | Ulrich Müller | |
| The direntry sets the name of the Info file to "evil-mode". It should be "evil" to coincide with the actual filename. | |||
| 2011-07-29 | Add basic documentation | Vegard Øye | |
| Describe common variables, functions and macros, and include a PDF version of the manual in the doc/ directory. Node pointers were made with the functions `texinfo-insert-node-lines' and `texinfo-make-menu'. | |||
| 2011-07-21 | Merge branch 'logo' into doc | Vegard Øye | |
| 2011-03-22 | Revert to first version | Vegard Øye | |
| As Titus von der Malsburg pointed out on the mailing list, tails are usually attached to the end. | |||
| 2011-03-04 | Add basic texinfo documentation | Frank Fischer | |
| 2011-03-03 | Move the tail | Vegard Øye | |
| 2011-03-02 | Add experimental logo | Vegard Øye | |
| The SVG is made with Inkscape. Maybe this can be used in the Texinfo manual and at EmacsWiki. | |||
