summaryrefslogtreecommitdiff
path: root/lisp/align.el
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in callback functions in align-areasLars Ingebrigtsen2019-09-191-3/+6
* 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
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-121-1/+1
* 2019-03-26 regex cleanupPaul Eggert2019-03-261-1/+1
* Fix more regular expression typosPaul Eggert2019-03-181-2/+2
* More regexp corrections and tweaksPaul Eggert2019-03-101-1/+1
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace some uses of cl-member-if with applyMark Oteiza2017-04-081-4/+1
* require cl-lib to fix fallout from mhtml seriesTom Tromey2017-04-061-0/+2
* change align to use derived-mode-pTom Tromey2017-04-051-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Doc fix for align-newline-and-indentLars Ingebrigtsen2016-05-011-1/+3
* | Doc fix for align-newline-and-indentLars Ingebrigtsen2016-04-291-1/+3
* | Fix alignement rule for CSSEtienne Prud'homme2016-04-101-1/+1
* | Use a separate history variable for align-regexpDima Kogan2016-02-281-1/+4
|/
* * lisp/align.el (align): Simplify a lambdaArtur Malabarba2016-01-031-5/+4
* * lisp/align.el (align): Fix arg order in call to `align-region'Artur Malabarba2016-01-031-3/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-4/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * align.el (align-adjust-col-for-rule): Unbreak due to defaultingLeo Liu2014-06-241-7/+2
* lisp/align.el (align-region): Do not fail when end-mark is nil (bug#17088).Nicolas Richard2014-03-241-1/+1
* lisp/*.el: Fix typos.Juanma Barranquero2014-03-211-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/align.el: Use lexical-binding.Stefan Monnier2013-08-201-211/+198
* * lisp/align.el (align-regexp): Doc fix. Glenn Morris2013-07-251-11/+28
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* Fix marker usage in align-areas.Chong Yidong2012-09-171-1/+4
* * align.el (align-region): Delete temporary markers.Chong Yidong2012-08-091-76/+77
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-051-1/+1
* align.el marker fix.Glenn Morris2011-12-041-1/+3
* * lisp/align.el: Try to generate fewer markers.Stefan Monnier2011-11-291-10/+13
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-4/+3
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* Minor align-regexp fix.Glenn Morris2010-08-201-2/+4
* align.el: Doc fixes.Juanma Barranquero2010-07-301-5/+5
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * align.el (align-large-region, align-perl-modes, align-rules-list)Juanma Barranquero2009-03-261-11/+11
* (align-region): Avoid infloop.Chong Yidong2009-01-241-2/+9