# HG changeset patch # User Thien-Thi Nguyen # Date 1103284136 0 # Node ID 05b4b5dbf196f31670659483f49e6903f4f53bc9 # Parent 811c3c23099a894738341c5e6cb8ec7fd0cfb77d *** empty log message *** diff -r 811c3c23099a -r 05b4b5dbf196 lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 17 11:47:16 2004 +0000 +++ b/lisp/ChangeLog Fri Dec 17 11:48:56 2004 +0000 @@ -1,3 +1,15 @@ +2004-12-17 Thien-Thi Nguyen + + * play/zone.el (zone): Init `line-spacing' from orig buffer. + (zone-replace-char): Take `count' and `del-count' + instead of `direction'. Update callers. When `del-count' is + non-nil, delete that many characters, otherwise `count' characters + backwards. Insert the newly-replaced string `count' times. + (zone-fret): Handle chars w/ width greater than one. + (zone-fall-through-ws): No longer take window width `ww'. + Update callers. Add handling for `char-width' greater than one. + (zone-pgm-drip): Update var holding window-end position every cycle. + 2004-12-17 Andre Spiegel * vc.el (vc-default-update-changelog): Use insert-file-contents,