summaryrefslogtreecommitdiff
path: root/lisp/indent.el
AgeCommit message (Expand)Author
2021-05-30Clarify indent-line-function doc stringEli Zaretskii
2021-02-08* lisp/indent.el (beginning-of-line-text): Mark it as a movement commandStefan Monnier
2021-02-06Merge from origin/emacs-27Glenn Morris
2021-02-06Clarify the indent-rigidly doc stringLars Ingebrigtsen
2021-02-05Don't hard-code ignored functions in `indent-according-to-mode'Lars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-16indent-rigidly doc string clarificationLars Ingebrigtsen
2020-10-14Add a new variable tab-first-completionAlex Branham
2020-09-08Revert "Explain in the tab-always-indent doc how to make TAB insert a TAB"Lars Ingebrigtsen
2020-09-05Explain in the tab-always-indent doc how to make TAB insert a TABLars Ingebrigtsen
2020-01-01Update copyright year to 2020Paul Eggert
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-04-05Update documentation for indent-relative functionsAlex Branham
2019-04-03Avoid using obsolete indent-relative-maybeBasil L. Contovounesios
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-22Preserve nonblank whitespace when indenting (Bug#32200)Noam Postavsky
2018-07-10* lisp/indent.el (indent-line-to): Fix dedenting of tabs.Noam Postavsky
2018-07-09Respect field boundaries in indent-line-to (Bug#32014)Noam Postavsky
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-20Widen in indent-for-tab-command in the normal case, tooDmitry Gutov
2017-12-14Consolidate 'widen' callsDmitry Gutov
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-15Make `indent-line-to' respect field boundaries (Bug#26891)Noam Postavsky
2017-01-30* lisp/indent.el (indent-region-line-by-line): New function.Stefan Monnier
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-18Extend 'indent-relative' when its arg is non-nilAlex
2016-08-06Don't delete selection after indent-rigidlyNoam Postavsky
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert
2015-10-06* lisp/indent.el (indent--default-inside-comment): New functionStefan Monnier
2015-04-17* lisp/indent.el (indent-region): Don't deactivate the markStefan Monnier
2015-01-01Update copyright year to 2015Paul Eggert
2014-06-26Fix a few packages to work with nil tab-stop-listLeo Liu
2014-06-24* align.el (align-adjust-col-for-rule): Unbreak due to defaultingLeo Liu
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-27Some doc related to tab-stopsGlenn Morris
2014-01-20* lisp/indent.el (indent-line-to): Use backward-to-indentationJuri Linkov
2014-01-15* lisp/indent.el (indent-rigidly): Set deactivate-mark to nilJuri Linkov
2014-01-13* lisp/indent.el (indent-according-to-mode): Flush to column 0 in text-modeStefan Monnier
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-23* indent.el (indent-rigidly): Use substitute-command-keys.Chong Yidong
2013-12-23Rename set-temporary-overlay-map -> set-transient-mapChong Yidong
2013-12-21Tweak C-x TAB behavior changes, and update docs.Chong Yidong
2013-12-13* bindings.el (visual-order-cursor-movement): Fix version.Leo Liu
2013-10-17* lisp/indent.el (indent-rigidly): Fix 2013-10-08 change.Glenn Morris
2013-10-08* indent.el: Provide interactive indent-rigidly mode. Use lexical-binding.Teemu Likonen