aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen <[email protected]>2004-12-15 13:59:17 +0000
committerThien-Thi Nguyen <[email protected]>2004-12-15 13:59:17 +0000
commit6f5546a98c4c0790fc729c8bc35de1835c6a123b (patch)
tree731396d79157523dfcb62792170317fa35e208c7
parent3ef8085247089b62a44c019d65f8a300ddf3a790 (diff)
Add to THANKS in Commentary; nfc.
-rw-r--r--lisp/ChangeLog20
-rw-r--r--lisp/play/zone.el2
2 files changed, 21 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f647f1a456..b99750e938 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
+2004-12-15 Thien-Thi Nguyen <[email protected]>
+
+ * 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 <[email protected]>
* isearch.el (isearch-update): Test isearch-lazy-highlight
diff --git a/lisp/play/zone.el b/lisp/play/zone.el
index 2116e0c78b..b47a287701 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: