# HG changeset patch # User Eli Zaretskii # Date 1015575486 0 # Node ID 67ea466ed5dbe72db2692682dd322eea5e02b7f6 # Parent a6103ef77add77e34939d7e6f4a1e61436d51dec *** empty log message *** diff -r a6103ef77add -r 67ea466ed5db lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 08 08:11:21 2002 +0000 +++ b/lisp/ChangeLog Fri Mar 08 08:18:06 2002 +0000 @@ -1,3 +1,17 @@ +2002-03-08 Daniel Pfeiffer + + * mpuz.el (mpuz-unsolved-face, mpuz-solved-face) + (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial) + (mpuz-allow-double-multiplicator): New options for nicer look and + new features. + (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New + functions. + (mpuz-check-all-solved, mpuz-random-puzzle) + (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game) + (mpuz-show-solution): Functions streamlined and removed french + style space before punctuation, added face support and optional + solving of trivial results. + 2002-03-07 Colin Walters * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.