Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | (move-to-column-force): Add autoload cookie to obsolescence declaration. | Juanma Barranquero | 2002-07-18 | 1 | -0/+2 |
| | |||||
* | (move-to-column-force): Likewise. | Juanma Barranquero | 2002-06-27 | 1 | -3/+2 |
| | |||||
* | (close-rectangle): Don't hide it behind the autoload-cookie. | Markus Rost | 2002-05-07 | 1 | -2/+3 |
| | |||||
* | (insert-rectangle): Use insert-for-yank. | Richard M. Stallman | 2002-04-19 | 1 | -1/+1 |
| | |||||
* | (replace-rectangle): Add autoload. | Richard M. Stallman | 2002-03-28 | 1 | -0/+1 |
| | |||||
* | (clear-rectangle-line): Reindent to the same column | Richard M. Stallman | 2002-02-26 | 1 | -4/+3 |
| | | | | that move-to-column reached when it tried to go to endcol. | ||||
* | (move-to-column-force): Mark obsolete. | Stefan Monnier | 2001-11-17 | 1 | -35/+38 |
| | | | | | | | | | (operate-on-rectangle, delete-extract-rectangle-line) (insert-rectangle, delete-whitespace-rectangle-line) (open-rectangle-line, clear-rectangle-line): Use move-to-column. (string-rectangle-history): New var. (string-rectangle, string-insert-rectangle): Use it. (delete-rectangle-line): Fix pos/column mixup and simplify. | ||||
* | Update maintainer's email address. | Eli Zaretskii | 2001-10-03 | 1 | -2/+2 |
| | |||||
* | Some fixes to follow coding conventions. | Pavel JanÃk | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | (string-rectangle): Revert to 20.x behaviour. | Gerd Moellmann | 2001-04-24 | 1 | -23/+20 |
| | | | | | (replace-rectangle): Make it an alias for string-rectangle. (string-insert-rectangle): New function. | ||||
* | (string-rectangle): Don't test delete-selection-mode. | Dave Love | 2000-11-23 | 1 | -2/+7 |
| | |||||
* | (string-rectangle): Revert last change. | Dave Love | 2000-11-22 | 1 | -3/+6 |
| | | | | | (string-rectangle-line): New arg DELETE. (string-rectangle): Check delete-selection-mode. | ||||
* | (replace-rectangle): Don't call string-rectangle-line | Gerd Moellmann | 2000-11-22 | 1 | -1/+1 |
| | | | | with too many arguments. | ||||
* | (open-rectangle-line): Remove unused let. | Dave Love | 2000-07-18 | 1 | -7/+5 |
| | |||||
* | 2000-09-01 Didier Verna <didier@xemacs.org> | Dave Love | 2000-03-09 | 1 | -0/+6 |
| | | | | * rect.el (replace-rectangle): New function. | ||||
* | (delete-extract-rectangle): Doc fix from verna. | Dave Love | 1999-08-23 | 1 | -1/+1 |
| | |||||
* | Add/fix various doc strings. Add `*' to all the interactive specs. | Dave Love | 1999-08-23 | 1 | -35/+41 |
| | |||||
* | (delete-rectangle-line): Use line-end-position. | Karl Heuer | 1999-08-16 | 1 | -1/+1 |
| | |||||
* | All functions rewritten, except when noted above | Richard M. Stallman | 1999-08-03 | 1 | -121/+191 |
| | | | | | | | | | | | | | | | | | | their declaration. Below is a list of interface changes. (apply-on-rectangle): New function, mostly replaces `operate-on-rectangle'. All callers changed. (move-to-column-force): Pass new second argument to `move-to-column'. (kill-rectangle): Added optional prefix arg to fill lines. (delete-rectangle): Ditto. (delete-whitespace-rectangle): Ditto. (delete-extract-rectangle): Ditto. (open-rectangle): Ditto. (clear-rectangle): Ditto. (delete-whitespace-rectangle-line): New function. (delete-rectangle-line): Added third arg FILL. (delete-extract-rectangle-line): Ditto. (open-rectangle-line): Ditto. (clear-rectangle-line): Ditto. | ||||
* | (delete-whitespace-rectangle): Mark for autoload. | Andreas Schwab | 1998-12-03 | 1 | -1/+1 |
| | | | | (close-rectangle): Define alias only once in loaddefs.el. | ||||
* | (move-to-column-force): New function. | Kenichi Handa | 1998-11-24 | 1 | -3/+24 |
| | | | | | | | | | (operate-on-rectangle): If coerce-tabs is non-nil, call move-to-column-force instead of move-to-column. (insert-rectangle): Call move-to-column-force instead of move-to-column. (open-rectangle-line): If begextra is not zero, call move-to-column-force. | ||||
* | (delete-whitespace-rectangle): close-rectangle renamed. | Karl Heuer | 1998-11-05 | 1 | -1/+2 |
| | | | | (close-rectangle): Define as alias. | ||||
* | (string-rectangle-line): Delete the rectangle first. | Richard M. Stallman | 1998-06-06 | 1 | -4/+4 |
| | | | | (string-rectangle): Doc fix. | ||||
* | (string-rectangle-string): New variable. | Richard M. Stallman | 1998-05-24 | 1 | -7/+15 |
| | | | | | | | | (string-rectangle): Bind it. (string-rectangle-line): Use it. (operate-on-rectangle-lines): New variable. (extract-rectangle-line): Update it. (delete-extract-rectangle, extract-rectangle): Bind and use it. | ||||
* | (close-rectangle): New command. | Richard M. Stallman | 1998-05-24 | 1 | -0/+17 |
| | |||||
* | (operate-on-rectangle): If we overshoot when looking for endcol, back up. | Richard M. Stallman | 1997-09-03 | 1 | -0/+4 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (string-rectangle): Don't set point. | Richard M. Stallman | 1994-11-09 | 1 | -2/+1 |
| | |||||
* | (kill-rectangle): In read-only buffer, do record | Richard M. Stallman | 1994-10-02 | 1 | -0/+4 |
| | | | | the rectangle for later yanking. | ||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (string-rectangle): Make operate-on-rectangle convert tabs. | Richard M. Stallman | 1994-02-05 | 1 | -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. Stallman | 1993-05-03 | 1 | -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. Raymond | 1993-03-27 | 1 | -0/+24 |
| | | | | but the interface and implementation are different. | ||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+5 |
| | |||||
* | * rect.el (operate-on-rectangle): Use move-to-column's FORCE | Jim Blandy | 1992-11-16 | 1 | -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. Stallman | 1992-11-03 | 1 | -1/+4 |
| | |||||
* | entered into RCS | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-15 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-05-09 | 1 | -0/+8 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1991-04-12 | 1 | -6/+5 |
| | |||||
* | Initial revision | Joseph Arceneaux | 1989-10-31 | 1 | -0/+205 |