*** empty log message ***
This commit is contained in:
parent
5dee9246a3
commit
887ec6f1cd
2 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,19 @@
|
|||
2005-10-27 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* 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 <romain@orebokech.com>
|
||||
|
||||
* replace.el (occur-engine): Include colon in mouse-face highlight.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2005-10-27 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc.texi (Predefined Units): Fix the symbol for a TeX points,
|
||||
mention other TeX-related units.
|
||||
|
||||
2005-10-25 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* building.texi (GDB Graphical Interface): Describe
|
||||
|
|
Loading…
Add table
Reference in a new issue