Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 24 14:19:36 2002 +0000 +++ b/lisp/ChangeLog Thu Oct 24 14:59:27 2002 +0000 @@ -1,3 +1,17 @@ +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. + 2002-10-24 Andy Piper <andy@xemacs.org> * dialog.el (make-dialog-box): for general dialogs only