| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
* | Some doc related to tab-stops | Glenn Morris | 2014-01-27 | 1 | -7/+8 |
* | * lisp/indent.el (indent-line-to): Use backward-to-indentation | Juri Linkov | 2014-01-20 | 1 | -2/+2 |
* | * lisp/indent.el (indent-rigidly): Set deactivate-mark to nil | Juri Linkov | 2014-01-15 | 1 | -1/+4 |
* | * lisp/indent.el (indent-according-to-mode): Flush to column 0 in text-mode | Stefan Monnier | 2014-01-13 | 1 | -3/+4 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * indent.el (indent-rigidly): Use substitute-command-keys. | Chong Yidong | 2013-12-23 | 1 | -2/+3 |
* | Rename set-temporary-overlay-map -> set-transient-map | Chong Yidong | 2013-12-23 | 1 | -1/+1 |
* | Tweak C-x TAB behavior changes, and update docs. | Chong Yidong | 2013-12-21 | 1 | -23/+62 |
* | * bindings.el (visual-order-cursor-movement): Fix version. | Leo Liu | 2013-12-13 | 1 | -6/+7 |
* | * lisp/indent.el (indent-rigidly): Fix 2013-10-08 change. | Glenn Morris | 2013-10-17 | 1 | -1/+1 |
* | * indent.el: Provide interactive indent-rigidly mode. Use lexical-binding. | Teemu Likonen | 2013-10-08 | 1 | -52/+118 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Update doc for behavior of TAB in Text based modes. | Chong Yidong | 2011-11-29 | 1 | -39/+46 |
* | lisp/*.el: Lexical-binding cleanup. | Juanma Barranquero | 2011-04-19 | 1 | -2/+2 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | * lisp/indent.el (indent-according-to-mode): Apply syntax-propertize. | Stefan Monnier | 2010-09-18 | 1 | -1/+2 |
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
* | | * indent.el (indent-region): Deactivate region (bug#6200). | Stefan Monnier | 2010-05-18 | 1 | -1/+5 |
|/ |
|
* | * indent.el (indent-for-tab-command): Doc fix. | Chong Yidong | 2010-03-22 | 1 | -2/+4 |
* | (tab-always-indent): Fix custom-type. | Glenn Morris | 2010-01-19 | 1 | -3/+7 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * minibuffer.el (completion-at-point-functions): New var. | Stefan Monnier | 2009-12-07 | 1 | -16/+25 |
* | * indent.el (indent-for-tab-command): Fix typo in docstring. | Chong Yidong | 2009-05-20 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | * align.el: | Lute Kamstra | 2008-12-03 | 1 | -3/+3 |
* | (indent-for-tab-command): Use use-region-p. | Chong Yidong | 2008-10-30 | 1 | -2/+1 |
* | (indent-line-function): Doc fix. | Glenn Morris | 2008-09-12 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | | Add prefix arg handling to indent-for-tab-command | Miles Bader | 2007-12-25 | 1 | -9/+29 |
* | | (indent-for-tab-command): Fix doc-string typo. | Martin Rudalics | 2007-12-19 | 1 | -1/+1 |
* | | (tab-stop-list): Mark as safe-local-variable. | Reiner Steib | 2007-12-08 | 1 | -0/+1 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-27 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | (indent-to-left-margin): If point's in the indentation, | Richard M. Stallman | 2007-10-24 | 1 | -1/+6 |
* | | (indent-for-tab-command): Change interactive spec from "P" to "p". | Juri Linkov | 2007-10-18 | 1 | -2/+2 |
* | | * progmodes/cc-mode.el (c-mode-base-map): Use | Dan Nicolaescu | 2007-09-24 | 1 | -4/+4 |
* | | (indent-for-tab-command): Indent the region if | Dan Nicolaescu | 2007-09-22 | 1 | -3/+10 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | | (tab-always-indent): Docstring fix. | Stefan Monnier | 2007-06-12 | 1 | -2/+2 |
|/ |
|
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (tab-always-indent): Doc fix. | Eli Zaretskii | 2006-12-22 | 1 | -1/+3 |
* | (tab-to-tab-stop, move-to-tab-stop): "?\ " -> "?\s". | Juanma Barranquero | 2006-11-27 | 1 | -3/+3 |