diff options
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71385556b93..721512dc01c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-03-30 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * kmacro.el (kmacro-end-macro): Isearch may store this command | ||
| 4 | into the macro -- so ignore it when executing keyboard macro. | ||
| 5 | |||
| 1 | 2005-03-30 Nick Roberts <nickrob@snap.net.nz> | 6 | 2005-03-30 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 7 | ||
| 3 | * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position. | 8 | * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position. |
| @@ -26,7 +31,7 @@ | |||
| 26 | 2005-03-29 Chong Yidong <cyd@stupidchicken.com> | 31 | 2005-03-29 Chong Yidong <cyd@stupidchicken.com> |
| 27 | 32 | ||
| 28 | * longlines.el: New file. | 33 | * longlines.el: New file. |
| 29 | 34 | ||
| 30 | * simple.el (buffer-substring-filters): New variable. | 35 | * simple.el (buffer-substring-filters): New variable. |
| 31 | (filter-buffer-substring): New function. | 36 | (filter-buffer-substring): New function. |
| 32 | (kill-region, copy-region-as-kill): Use it. | 37 | (kill-region, copy-region-as-kill): Use it. |
| @@ -36,7 +41,7 @@ | |||
| 36 | 41 | ||
| 37 | 2005-03-30 Nick Roberts <nickrob@snap.net.nz> | 42 | 2005-03-30 Nick Roberts <nickrob@snap.net.nz> |
| 38 | 43 | ||
| 39 | * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text. | 44 | * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text. |
| 40 | (gud-filter-pending-text): Move in front of gdb. | 45 | (gud-filter-pending-text): Move in front of gdb. |
| 41 | (gud-overlay-arrow-position): New variable. | 46 | (gud-overlay-arrow-position): New variable. |
| 42 | (gud-sentinel, gud-display-line): Use it in place of | 47 | (gud-sentinel, gud-display-line): Use it in place of |