aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/indent.el
Commit message (Collapse)AuthorAgeFilesLines
* (tab-stop-list): Doc fix.Richard M. Stallman1997-09-121-1/+1
|
* (indent-relative, insert-tab):Richard M. Stallman1997-08-241-2/+5
| | | | Don't call expand-abbrev unless preceding character is a word char.
* Customized.Richard M. Stallman1997-08-191-6/+14
|
* (indent-line-to): Fix off-by-one bug when decidingKarl Heuer1997-03-141-1/+1
| | | | whether to delete the existing spaces.
* (insert-tab): fix previous changeErik Naggum1996-04-291-1/+1
|
* (indent-for-tab-command): Pass prefix arg to indent-tab.Richard M. Stallman1996-04-281-7/+8
| | | | (insert-tab): Handle prefix arg.
* (beginning-of-line-text): Check adaptive-fill-regexp is non-nil.Richard M. Stallman1996-03-061-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (move-to-left-margin): Removed left-over code thatRichard M. Stallman1995-11-171-11/+9
| | | | made it fail on right-justified and centered text.
* (indent-line-to): Delete spaces before inserting a tab.Richard M. Stallman1995-11-141-0/+3
|
* (indent-for-tab-command): Get the prefix argRichard M. Stallman1995-09-141-3/+5
| | | | and pass it along to indent-line-function if it isn't nil.
* (tab-to-tab-stop): Expand abbrevs only after a word-char.Richard M. Stallman1995-08-051-1/+2
|
* (indent-region-function): Doc fix.Richard M. Stallman1995-07-261-2/+2
|
* (set-right-margin): Fix prompt.Richard M. Stallman1995-04-071-1/+1
|
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (indent-line-to): move to end of indentation, even if it didn't change.Boris Goldowsky1995-03-161-8/+6
|
* (current-left-margin): careful of EOB.Boris Goldowsky1995-02-231-40/+66
| | | | | | | | | | (move-to-left-margin): Never move past left-margin, even in funny justify modes. (set-left-margin): include following whitespace. (set-left-margin, increase-left-margin): indent rigidly. (increase-left-margin): allow negative left-margins (increase-right-margin): allow negative right-margin (beginning-of-line-text): new fn.
* (move-to-left-margin): justification renamed to current-justification.Richard M. Stallman1995-01-191-1/+1
|
* (standard-indent): New variable.Richard M. Stallman1995-01-191-11/+169
| | | | | | | | | (alter-text-property, current-left-margin, move-to-left-margin) (delete-to-left-margin, set-left-margin, set-right-margin) (increase-left-margin, decrease-left-margin, increase-right-margin) (decrease-right-margin, indent-line-to): New functions. (indent-to-left-margin): Use indent-line-to. Don't delete or insert anything unless necessary.
* (indent-rigidly): Insert new indent, then delete old.Richard M. Stallman1994-08-271-4/+8
|
* (move-to-tab-stop): Delete spurious multiple definition.Richard M. Stallman1994-07-121-16/+0
|
* (move-to-tab-stop): Delete unnecessary spacesRichard M. Stallman1994-06-231-0/+23
| | | | before the old point if a tab followed or follows the old point.
* (move-to-tab-stop): Get rid of spaces before tabsRichard M. Stallman1994-06-201-1/+6
| | | | that were made by an immediately previous use of this command.
* (tab-to-tab-stop): Combine new indentation with previous.Richard M. Stallman1994-06-201-1/+4
|
* (tab-stop-list): Doc fix.Richard M. Stallman1994-06-061-1/+2
|
* (indent-region): Fix paren error in last change.Richard M. Stallman1993-08-061-1/+1
|
* (indent-region): Rename arg ARG to COLUMN.Richard M. Stallman1993-08-061-18/+21
| | | | | Don't add fill-prefix to empty line. Don't change whitespace in empty line.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+5
|
* * indent.el (indent-region, indent-region-function): Doc fix.Jim Blandy1993-03-151-3/+3
|
* * indent.el (indent-line-function): Doc fix.Jim Blandy1993-03-151-1/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+5
|
* *** empty log message ***Jim Blandy1992-06-301-1/+0
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-05-131-2/+3
|
* Initial revisionRoland McGrath1991-05-111-0/+245