diff options
| -rw-r--r-- | etc/NEWS | 1 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | man/ChangeLog | 6 |
3 files changed, 13 insertions, 0 deletions
| @@ -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 |
| 102 | in the region, rather than on all complete lines in the region. | 103 | in 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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 7 | 2004-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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 7 | 2004-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 |