aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-04-30Bump version to 1.14.21.14.2stablerelease-1.14Tom Dalziel
2022-04-25Bump version to 1.14.11.14.1Tom Dalziel
2022-04-12Add option for non-incremental search (#1304)fermata101
2022-01-07Update docsTom Dalziel
2021-11-17newdocs (#1531)Tom Dalziel
2021-11-16Refactor `evil-visual-update-x-selection`, remove docstringTom Dalziel
Docstring should be generated by sphinx, not manually
2021-11-16Add option to stop updating X PRIMARY selection with the current visual regionChen 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-11Add docs for evil-start-of-lineTom Dalziel
2021-08-08Mention NonGNU ELPAVasilij Schneidermann
2021-06-15Add 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-09Expand FAQ discussion of word vs. symbol text objectsAmir Yalon
Add reference to the `o` key in the default text objects keymap, as an alternative to `w` in some cases.
2020-10-14Update texinfo documentationEivind Fonn
2020-10-14Update docstring DBEivind Fonn
2020-10-14Add -search-module and -undo-system to documentationEivind Fonn
2020-10-13Fix docs MakefileEivind Fonn
2020-10-01Make undo-tree an optional dependencyVasilij Schneidermann
Closes #1074
2020-05-27Fixed make clean and doc buildSanel 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-04Bump version to 1.14.01.14.0Eivind Fonn
2020-03-04Docs: handle default values that must be evaluatedEivind Fonn
Also regenerate
2020-02-22Spelling fixIsak Johansson
I found a spelling error while reading through the documentation.
2019-12-31Docs: fix use of \\[...] to display key sequencesEivind Fonn
2019-12-21Fix typoEivind Fonn
2019-12-21Move FAQ to main documentationEivind Fonn
2019-12-21Document leader key functionalityEivind Fonn
2019-12-19Add texinfo fileEivind Fonn
2019-12-19Use sphinx for documentationEivind Fonn
2019-12-19Script for extracting documentation data to jsonEivind Fonn
2019-12-11Create a doc makefileEivind Fonn
2017-02-09update repository information in docs and scripts directoriesFilipe Correa Lima da Silva
2012-01-02Fix filename in Info directory entryUlrich 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-29Add basic documentationVegard Ø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-21Merge branch 'logo' into docVegard Øye
2011-03-22Revert to first versionVegard Øye
As Titus von der Malsburg pointed out on the mailing list, tails are usually attached to the end.
2011-03-04Add basic texinfo documentationFrank Fischer
2011-03-03Move the tailVegard Øye
2011-03-02Add experimental logoVegard Øye
The SVG is made with Inkscape. Maybe this can be used in the Texinfo manual and at EmacsWiki.