aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/align.el
Commit message (Collapse)AuthorAgeFilesLines
* 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 (align--set-marker): Add doc-string. Don't try to move something that is not a marker. Eg the first call from align-region passes eol == 0. Fixes: debbugs:10216
* * lisp/align.el: Try to generate fewer markers.Stefan Monnier2011-11-291-10/+13
| | | | | | | (align--set-marker): New macro. (align-region): Use it. Fixes: debbugs:10047
* 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
| | | | | * lisp/align.el (align-regexp): Make group and spacing arguments use the interactive defaults when non-interactive. (Bug#6698)
* 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-open-comment-modes): Fix typos in docstrings. (align-region-separate): Doc fixes.
* (align-region): Avoid infloop.Chong Yidong2009-01-241-2/+9
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * align.el:Lute Kamstra2008-12-031-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* 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