aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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