summaryrefslogtreecommitdiff
path: root/lisp/indent.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Update documentation for indent-relative functionsAlex Branham2019-04-051-2/+3
* Avoid using obsolete indent-relative-maybeBasil L. Contovounesios2019-04-031-4/+6
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Preserve nonblank whitespace when indenting (Bug#32200)Noam Postavsky2018-07-221-3/+6
* | * lisp/indent.el (indent-line-to): Fix dedenting of tabs.Noam Postavsky2018-07-101-3/+5
* | Respect field boundaries in indent-line-to (Bug#32014)Noam Postavsky2018-07-091-2/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Widen in indent-for-tab-command in the normal case, toowiden-lessDmitry Gutov2017-12-201-4/+7
* Consolidate 'widen' callsDmitry Gutov2017-12-141-3/+9
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Make `indent-line-to' respect field boundaries (Bug#26891)Noam Postavsky2017-05-151-1/+1
* * lisp/indent.el (indent-region-line-by-line): New function.Stefan Monnier2017-01-301-15/+17
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Extend 'indent-relative' when its arg is non-nilAlex2016-11-181-17/+24
* | Don't delete selection after indent-rigidlyNoam Postavsky2016-08-061-1/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* * lisp/indent.el (indent--default-inside-comment): New functionStefan Monnier2015-10-061-1/+21
* * lisp/indent.el (indent-region): Don't deactivate the markStefan Monnier2015-04-171-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix a few packages to work with nil tab-stop-listLeo Liu2014-06-261-0/+7
* * align.el (align-adjust-col-for-rule): Unbreak due to defaultingLeo Liu2014-06-241-5/+5
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Some doc related to tab-stopsGlenn Morris2014-01-271-7/+8
* * lisp/indent.el (indent-line-to): Use backward-to-indentationJuri Linkov2014-01-201-2/+2
* * lisp/indent.el (indent-rigidly): Set deactivate-mark to nilJuri Linkov2014-01-151-1/+4
* * lisp/indent.el (indent-according-to-mode): Flush to column 0 in text-modeStefan Monnier2014-01-131-3/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * indent.el (indent-rigidly): Use substitute-command-keys.Chong Yidong2013-12-231-2/+3
* Rename set-temporary-overlay-map -> set-transient-mapChong Yidong2013-12-231-1/+1
* Tweak C-x TAB behavior changes, and update docs.Chong Yidong2013-12-211-23/+62
* * bindings.el (visual-order-cursor-movement): Fix version.Leo Liu2013-12-131-6/+7
* * lisp/indent.el (indent-rigidly): Fix 2013-10-08 change.Glenn Morris2013-10-171-1/+1
* * indent.el: Provide interactive indent-rigidly mode. Use lexical-binding.Teemu Likonen2013-10-081-52/+118
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Update doc for behavior of TAB in Text based modes.Chong Yidong2011-11-291-39/+46
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * lisp/indent.el (indent-according-to-mode): Apply syntax-propertize.Stefan Monnier2010-09-181-1/+2
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | * indent.el (indent-region): Deactivate region (bug#6200).Stefan Monnier2010-05-181-1/+5
|/