diff options
| author | Gerd Moellmann | 2001-04-24 10:57:05 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-24 10:57:05 +0000 |
| commit | 35f901fa576cd5950e0626ac848835c4df612329 (patch) | |
| tree | b81bce8bd5849579590a65476703d02cc14b5836 /lisp/ChangeLog | |
| parent | c7b1b508e5f614daf0a06ea15d01928d6a303517 (diff) | |
| download | emacs-35f901fa576cd5950e0626ac848835c4df612329.tar.gz emacs-35f901fa576cd5950e0626ac848835c4df612329.zip | |
(string-rectangle): Revert to 20.x behaviour.
(replace-rectangle): Make it an alias for string-rectangle.
(string-insert-rectangle): New function.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86e4a9d6154..cdeb09ada96 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-04-24 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * rect.el (string-rectangle): Revert to 20.x behaviour. | ||
| 4 | (replace-rectangle): Make it an alias for string-rectangle. | ||
| 5 | (string-insert-rectangle): New function. | ||
| 6 | |||
| 1 | 2001-04-23 John Wiegley <johnw@gnu.org> | 7 | 2001-04-23 John Wiegley <johnw@gnu.org> |
| 2 | 8 | ||
| 3 | * eshell/em-unix.el (eshell/diff): Fixed problems that were | 9 | * eshell/em-unix.el (eshell/diff): Fixed problems that were |