Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 1069:13daf40fb997
[xemacs-hg @ 2002-10-24 14:59:22 by youngs]
2002-10-25 Scott Evans <gse@antisleep.com>
* replace.el (operate-on-non-matching-lines)
(operate-on-non-matching-lines): Generalized from
delete-non-matching-lines and delete-matching-lines. The
"operate" versions work with regions, can copy to the kill ring,
and return the number of lines copied/deleted.
(delete-non-matching-lines): Use operate-on-non-matching-lines.
(delete-matching-lines): Use operate-on-matching-lines.
(kill-non-matching-lines): New.
(copy-non-matching-lines): New.
(kill-matching-lines): New.
(copy-matching-lines): New.
author | youngs |
---|---|
date | Thu, 24 Oct 2002 14:59:27 +0000 |
parents | 5de13d96e131 |
children | 13305f7e85f0 |
comparison
equal
deleted
inserted
replaced
1068:9d75b4fe084c | 1069:13daf40fb997 |
---|---|
1 2002-10-25 Scott Evans <gse@antisleep.com> | |
2 | |
3 * replace.el (operate-on-non-matching-lines) | |
4 (operate-on-non-matching-lines): Generalized from | |
5 delete-non-matching-lines and delete-matching-lines. The | |
6 "operate" versions work with regions, can copy to the kill ring, | |
7 and return the number of lines copied/deleted. | |
8 (delete-non-matching-lines): Use operate-on-non-matching-lines. | |
9 (delete-matching-lines): Use operate-on-matching-lines. | |
10 (kill-non-matching-lines): New. | |
11 (copy-non-matching-lines): New. | |
12 (kill-matching-lines): New. | |
13 (copy-matching-lines): New. | |
14 | |
1 2002-10-24 Andy Piper <andy@xemacs.org> | 15 2002-10-24 Andy Piper <andy@xemacs.org> |
2 | 16 |
3 * dialog.el (make-dialog-box): for general dialogs only | 17 * dialog.el (make-dialog-box): for general dialogs only |
4 delete-frame-hook will be run. | 18 delete-frame-hook will be run. |
5 | 19 |