comparison lisp/ChangeLog @ 65990:5ddbceaf8d80

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Mon, 10 Oct 2005 19:41:08 +0000
parents 07c5c6ed15e0
children 79a78f2e95f6
comparison
equal deleted inserted replaced
65989:1851d5f19b4f 65990:5ddbceaf8d80
1 2005-10-10 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-arith.el (math-check-known-scalarp)
4 (math-check-known-matrixp): Check the values of arguments that are
5 variables.
6 (math-check-known-square-matrixp): New function.
7 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8 (math-super-types): Add sqmatrix type.
9
10 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11 mode name `square' to 'sqmatrix'.
12
13 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14 mode name `square' to 'sqmatrix'.
15
1 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca> 16 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 17
3 * progmodes/etags.el (select-tags-table-mode): Don't use 18 * progmodes/etags.el (select-tags-table-mode): Don't use
4 selective-display. 19 selective-display.
5 (tags-select-tags-table): Pass `button' to the action function. 20 (tags-select-tags-table): Pass `button' to the action function.