# HG changeset patch # User Jay Belanger # Date 1128799765 0 # Node ID 748096332c1de5ca593b39a842767d9ba7af087c # Parent dd2ada4f927106555283c55eb0f20e14e723145f *** empty log message *** diff -r dd2ada4f9271 -r 748096332c1d lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 08 18:26:14 2005 +0000 +++ b/lisp/ChangeLog Sat Oct 08 19:29:25 2005 +0000 @@ -1,3 +1,21 @@ +2005-10-07 Jay Belanger + + * calc/calc-arith.el (math-known-square-matrixp): New function. + (math-pow-fancy): Check for matrices before distributing exponent + across products. + + * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for + fullscreen keypad. Suggested by Luc Teirlinck. + (calc-keypad-show-input): Add space for formatting. + + * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): + Add square matrix option. + + * calc/calc-poly.el (math-expand-term): Check for matrices instead + of checking calc-matrix-mode when deciding how to expand. + + * calc/calc.el (calc-set-mode-line): Add square matrix option. + 2005-10-08 Lars Hansen * net/tramp.el (tramp-perl-directory-files-and-attributes): Add error handling.