diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 236993fd00b..f71d6800846 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | 2004-10-09 Masatake YAMATO <jet@gyve.org> | 1 | 2004-10-08 Alan Mackenzie <acm@muc.de> |
| 2 | |||
| 3 | * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end | ||
| 4 | of current line. | ||
| 5 | |||
| 6 | 2004-10-08 Masatake YAMATO <jet@gyve.org> | ||
| 2 | 7 | ||
| 3 | * server.el (server-process-filter): Wrap `process-send-region' | 8 | * server.el (server-process-filter): Wrap `process-send-region' |
| 4 | by `condition-case' to guard the case when the pipe to PROC is | 9 | by `condition-case' to guard the case when the pipe to PROC is |