aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/rect.el
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (string-rectangle): Don't set point.Richard M. Stallman1994-11-091-2/+1
|
* (kill-rectangle): In read-only buffer, do recordRichard M. Stallman1994-10-021-0/+4
| | | | the rectangle for later yanking.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (string-rectangle): Make operate-on-rectangle convert tabs.Richard M. Stallman1994-02-051-33/+38
| | | | | | | (string-rectangle-line): After inserting string, insert the same width of whitespace that we deleted earlier. (operate-on-rectangle): Operate even if width is 0. (open-rectangle-line): Clean up.
* (string-rectangle): Renamed from fill-rectangle.Richard M. Stallman1993-05-031-10/+10
| | | | (string-rectangle-line): Renamed from fill-rectangle-line.
* (fill-rectangle) Added. Inspired by Lynn Slater's insert-box package in LCD,Eric S. Raymond1993-03-271-0/+24
| | | | but the interface and implementation are different.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+5
|
* * rect.el (operate-on-rectangle): Use move-to-column's FORCEJim Blandy1992-11-161-25/+11
| | | | | | | | | | | | argument instead of implementing it ourselves. (rectangle-coerce-tab): No longer used; deleted. * rect.el (open-rectangle): Leave point at the upper corner of the rectangle just opened, in imitation of open-line. Fix doc typo. (open-rectangle-line): Use skip-chars-backward's LIM argument to leave spaces before the line segment's beginning undisturbed. * rect.el: Provide 'rect.
* (insert-rectangle): Put mark at upper left corner.Richard M. Stallman1992-11-031-1/+4
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+2
|
* *** empty log message ***Eric S. Raymond1992-07-151-0/+4
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-05-091-0/+8
|
* *** empty log message ***Richard M. Stallman1991-04-121-6/+5
|
* Initial revisionJoseph Arceneaux1989-10-311-0/+205