aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/align.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Fix rare bug in align.elVinicius Jose Latorre2006-12-141-1/+1
|
* Previous change was a comment change.Richard M. Stallman2006-12-141-1/+1
|
* *** empty log message ***Richard M. Stallman2006-12-141-0/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (align-rules-list): Use [ \t] instead of \s-Thien-Thi Nguyen2005-12-201-1/+1
| | | | for column separators in text mode.
* (align-regexp, align-highlight-rule): Use region-beginning and region-endEli Zaretskii2005-12-101-4/+2
| | | | | instead of point and mark, so that repetition (with `repeat-complex-command') recomputes the region bounds.
* Delete autoload for c-guess-basic-syntax.Richard M. Stallman2005-08-091-3/+0
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-2/+2
|
* 2005-03-07 Karl Chen <[email protected]>John Wiegley2005-03-081-13/+18
| | | | | * align.el (align-rules-list): Added an alignment rule for CSS declarations (applies to css-mode and html-mode buffers).
* (align-areas): Delete whitespace before reindenting, soEli Zaretskii2004-11-061-0/+8
| | | | that tabs are never placed after spaces.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (align-rules-list): Doc fix.Glenn Morris2003-05-271-3/+3
|
* (align-rules-list, align-exclude-rules-list): Fix typos.Juanma Barranquero2002-10-171-2/+2
|
* (align-region): Fixed the fix to align-region, because the "name"John Wiegley2002-05-011-2/+1
| | | | argument was appearing twice.
* (align-region): Fix call to `message'.Richard M. Stallman2002-04-301-2/+3
| | | | Check that (car rule) is a symbol.
* (align-region): Added a missing name argument.John Wiegley2002-02-061-2/+2
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* Removed all external URL references, and changed one, since myJohn Wiegley2000-10-131-1/+0
| | | | www.emacs.org is not longer being used.
* See ChangeLogJohn Wiegley2000-08-291-2/+4
|
* (align) <defgroup>: Add :version.Dave Love2000-08-161-0/+1
|
* Added a new feature to align.elJohn Wiegley2000-07-171-6/+28
|
* Update from author.Gerd Moellmann2000-06-071-24/+44
|
* *** empty log message ***Gerd Moellmann2000-01-141-0/+1547