aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2004-10-08 17:02:16 +0000
committerEli Zaretskii2004-10-08 17:02:16 +0000
commita1883913f882a8a6e32bd08bfd8e6f4754b348db (patch)
treebdb7e6cd418df0865cd818d4dab4716de7abea08 /lisp/ChangeLog
parent9afed9b1fa5aa59623def395f6229e177e0810d0 (diff)
downloademacs-a1883913f882a8a6e32bd08bfd8e6f4754b348db.tar.gz
emacs-a1883913f882a8a6e32bd08bfd8e6f4754b348db.zip
(isearch-yank-line): C-y yanks to next EOL, not end of current line.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
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 @@
12004-10-09 Masatake YAMATO <jet@gyve.org> 12004-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
62004-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