diff options
| author | Kim F. Storm | 2005-03-30 10:24:55 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-03-30 10:24:55 +0000 |
| commit | c33d06b01ac711cc9608d773c95c89efe89c58f9 (patch) | |
| tree | 62ec035fdd5b9a906751c1b71591d2faf8994c71 | |
| parent | 30044d57a8babc03bb3368c4fb9e7146851ec2b1 (diff) | |
| download | emacs-c33d06b01ac711cc9608d773c95c89efe89c58f9.tar.gz emacs-c33d06b01ac711cc9608d773c95c89efe89c58f9.zip | |
*** empty log message ***
| -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 |