]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJay Belanger <jay.p.belanger@gmail.com>
Sat, 8 Oct 2005 19:29:25 +0000 (19:29 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Sat, 8 Oct 2005 19:29:25 +0000 (19:29 +0000)
lisp/ChangeLog

index 034235683e5d01aa09689b6b34eea4b5e10152db..19b509ca29255814701d46eb01b542e439705c76 100644 (file)
@@ -1,3 +1,21 @@
+2005-10-07  Jay Belanger  <belanger@truman.edu>
+
+       * 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  <larsh@soem.dk>
        * net/tramp.el (tramp-perl-directory-files-and-attributes): Add
        error handling.