From: Luc Teirlinck Date: Wed, 1 Sep 2004 00:09:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d01236c2247fe2e499ed6c1759acfb0dfe04570;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 958d616d97c..ef3c6de93ec 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -98,6 +98,7 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * Changes in Emacs 21.4 ++++ ** `apply-macro-to-region-lines' now operates on all lines that begin in the region, rather than on all complete lines in the region. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 80626c5d2b7..ef39c44370a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-08-31 Luc Teirlinck + + * macros.el (apply-macro-to-region-lines): Make it operate on all + lines that begin in the region, rather than on all complete lines + in the region. + 2004-08-31 Jan Dj,Ad(Brv * x-dnd.el (x-dnd-protocol-alist): Document update. diff --git a/man/ChangeLog b/man/ChangeLog index d0fc0026eb1..cc859cffb05 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2004-08-31 Luc Teirlinck + + * kmacro.texi (Basic Keyboard Macro): + `apply-macro-to-region-lines' now operates on all lines that begin + in the region, rather than on all complete lines in the region. + 2004-08-31 Jan Dj,Ad(Brv * frames.texi (Drag and drop): Add documentation about