comparison lisp/ChangeLog @ 66484:0aef84b1f906

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 28 Oct 2005 04:50:27 +0000
parents 2aa1446214fe
children 02b974c70179
comparison
equal deleted inserted replaced
66483:83b35e671617 66484:0aef84b1f906
1 2005-10-27 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-ext.el: Add functions to autoloads.
4 (math-identity-matrix-p, math-ident-row-p): New functions.
5
6 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7 multiplication by an identity matrix; don't turn multiplication by
8 an inverse matrix into division.
9 (math-div-symbol-fancy): Replace division by matrices with
10 multiplication by inverse.
11
12 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13
14 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
15 (calc-writeoutpower): New functions.
16
1 2005-10-27 Romain Francoise <romain@orebokech.com> 17 2005-10-27 Romain Francoise <romain@orebokech.com>
2 18
3 * replace.el (occur-engine): Include colon in mouse-face highlight. 19 * replace.el (occur-engine): Include colon in mouse-face highlight.
4 20
5 * dired-x.el: Change Maintainer field. 21 * dired-x.el: Change Maintainer field.