comparison lisp/ChangeLog @ 59014:05b4b5dbf196

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Fri, 17 Dec 2004 11:48:56 +0000
parents 4757a09db597
children ef5a485f984f
comparison
equal deleted inserted replaced
59013:811c3c23099a 59014:05b4b5dbf196
1 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * play/zone.el (zone): Init `line-spacing' from orig buffer.
4 (zone-replace-char): Take `count' and `del-count'
5 instead of `direction'. Update callers. When `del-count' is
6 non-nil, delete that many characters, otherwise `count' characters
7 backwards. Insert the newly-replaced string `count' times.
8 (zone-fret): Handle chars w/ width greater than one.
9 (zone-fall-through-ws): No longer take window width `ww'.
10 Update callers. Add handling for `char-width' greater than one.
11 (zone-pgm-drip): Update var holding window-end position every cycle.
12
1 2004-12-17 Andre Spiegel <spiegel@gnu.org> 13 2004-12-17 Andre Spiegel <spiegel@gnu.org>
2 14
3 * vc.el (vc-default-update-changelog): Use insert-file-contents, 15 * vc.el (vc-default-update-changelog): Use insert-file-contents,
4 rather than insert-file. 16 rather than insert-file.
5 17