From: Thien-Thi Nguyen Date: Wed, 15 Dec 2004 13:59:17 +0000 (+0000) Subject: Add to THANKS in Commentary; nfc. X-Git-Tag: ttn-vms-21-2-B4~3252 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f5546a98c4c0790fc729c8bc35de1835c6a123b;p=emacs.git Add to THANKS in Commentary; nfc. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f647f1a456d..b99750e938d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2004-12-15 Thien-Thi Nguyen + + * play/zone.el (zone): Set `truncate-lines'. + Also, init `tab-width' with value from original buffer. + (zone-shift-up): Rewrite for speed. + (zone-shift-down, zone-shift-left, zone-shift-right): Likewise. + (zone-pgm-jitter): Remove redundant entries from ops vector. + (zone-exploding-remove): Reduce iteration count. + (zone-cpos): Convert to defsubst. + (zone-replace-char): New defsubst. + (zone-park/sit-for): Likewise. + (zone-fret): Take window-start arg. + Update callers. Use `zone-park/sit-for'. + (zone-fill-out-screen): Rewrite. + (zone-fall-through-ws): Likewise. Update callers. + (zone-pgm-drip): Use `zone-replace-char'. + Move var inits before while-loop. Use `zone-park/sit-for'. + (zone-pgm-random-life): Handle empty initial field. + Use `zone-replace-char' and `zone-park/sit-for'. + 2004-12-15 Juri Linkov * isearch.el (isearch-update): Test isearch-lazy-highlight diff --git a/lisp/play/zone.el b/lisp/play/zone.el index 2116e0c78b6..b47a287701d 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el @@ -36,7 +36,7 @@ ;; computers as slow as mine. ;; THANKS: Christopher Mayer, Scott Flinchbaugh, Rachel Kalmar, -;; Max Froumentin. +;; Max Froumentin, Juri Linkov, Luigi Panzeri. ;;; Code: