From 887ec6f1cdbc38761d04583be24cb2b2c244e917 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Fri, 28 Oct 2005 04:50:27 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 16 ++++++++++++++++ man/ChangeLog | 5 +++++ 2 files changed, 21 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bec0931bfb6..6e155d33404 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2005-10-27 Jay Belanger + + * calc/calc-ext.el: Add functions to autoloads. + (math-identity-matrix-p, math-ident-row-p): New functions. + + * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for + multiplication by an identity matrix; don't turn multiplication by + an inverse matrix into division. + (math-div-symbol-fancy): Replace division by matrices with + multiplication by inverse. + + * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices. + + * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power) + (calc-writeoutpower): New functions. + 2005-10-27 Romain Francoise * replace.el (occur-engine): Include colon in mouse-face highlight. diff --git a/man/ChangeLog b/man/ChangeLog index ca5b7ada60a..f494c9fd653 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2005-10-27 Jay Belanger + + * calc.texi (Predefined Units): Fix the symbol for a TeX points, + mention other TeX-related units. + 2005-10-25 Nick Roberts * building.texi (GDB Graphical Interface): Describe -- 2.39.5