aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-09-01 00:09:17 +0000
committerLuc Teirlinck2004-09-01 00:09:17 +0000
commit7d01236c2247fe2e499ed6c1759acfb0dfe04570 (patch)
tree28561f68255e5bc8c907b96cc4b40b3e3fff85b7
parent61b73aa496f8ef3df53706f158048e6e8e578886 (diff)
downloademacs-7d01236c2247fe2e499ed6c1759acfb0dfe04570.tar.gz
emacs-7d01236c2247fe2e499ed6c1759acfb0dfe04570.zip
*** empty log message ***
-rw-r--r--etc/NEWS1
-rw-r--r--lisp/ChangeLog6
-rw-r--r--man/ChangeLog6
3 files changed, 13 insertions, 0 deletions
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.
98 98
99* Changes in Emacs 21.4 99* Changes in Emacs 21.4
100 100
101+++
101** `apply-macro-to-region-lines' now operates on all lines that begin 102** `apply-macro-to-region-lines' now operates on all lines that begin
102in the region, rather than on all complete lines in the region. 103in the region, rather than on all complete lines in the region.
103 104
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 80626c5d2b7..ef39c44370a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12004-08-31 Luc Teirlinck <teirllm@auburn.edu>
2
3 * macros.el (apply-macro-to-region-lines): Make it operate on all
4 lines that begin in the region, rather than on all complete lines
5 in the region.
6
12004-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 72004-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 8
3 * x-dnd.el (x-dnd-protocol-alist): Document update. 9 * 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 @@
12004-08-31 Luc Teirlinck <teirllm@auburn.edu>
2
3 * kmacro.texi (Basic Keyboard Macro):
4 `apply-macro-to-region-lines' now operates on all lines that begin
5 in the region, rather than on all complete lines in the region.
6
12004-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 72004-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 8
3 * frames.texi (Drag and drop): Add documentation about 9 * frames.texi (Drag and drop): Add documentation about