summaryrefslogtreecommitdiff
path: root/lisp/indent.el
AgeCommit message (Expand)Author
2023-12-09Merge from origin/emacs-29Eli Zaretskii
2023-12-04* lisp/indent.el (indent-rigidly): Improve prompt (bug#67620).Eli Zaretskii
2023-11-29; * lisp/indent.el (indent-for-tab-command): Use 'memq'. (Bug#67158)Eli Zaretskii
2023-11-29Repair `tab-first-completion` (bug#67158)Aymeric Agon-Rambosson
2023-11-25Repair `tab-first-completion` (bug#67158)Aymeric Agon-Rambosson
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-27; Improve documentation of TAB/SPC indentationEli Zaretskii
2022-09-13Prefer defvar-keymap in several casesStefan Kangas
2022-08-23Use substitute-command-keys in a few more placesStefan Kangas
2022-07-06Add new args MESSAGE and TIMEOUT to set-transient-map (bug#21634)Juri Linkov
2022-05-12Bind TAB in indent-rigidly-map as a convenienceLars Ingebrigtsen
2022-03-01Merge from origin/emacs-28Stefan Kangas
2022-02-28Fix :tag for eol in tab-first-completionLars Ingebrigtsen
2022-01-16Merge from origin/emacs-28Stefan Kangas
2022-01-15* lisp/indent.el (tab-first-completion): Fix incorrect choices.Philipp Stephani
2022-01-14* lisp/indent.el (indent-for-tab-command): Use 'eq' for symbols.Philipp Stephani
2022-01-14indent-for-tab-command: Deal with large point or modiff values.Philipp Stephani
2022-01-14Simplify code for 'indent-for-tab-command' slightly.Philipp Stephani
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-18Don't ignore restriction in indent-region-line-by-lineMiha Rihtaršič
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-05; * lisp/indent.el (tab-first-completion): Fix :version tag.Eli Zaretskii
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