diff options
| author | Jay Belanger | 2007-06-20 15:20:53 +0000 |
|---|---|---|
| committer | Jay Belanger | 2007-06-20 15:20:53 +0000 |
| commit | 89046ea50a3ac9e264513576cf020cfa67d750ea (patch) | |
| tree | 65bcfad95fabfdd4131a3bc8b28c5374f1f28674 /lisp | |
| parent | 8eb17675b964e0d3d22b595e3c236a654bfe053a (diff) | |
| download | emacs-89046ea50a3ac9e264513576cf020cfa67d750ea.tar.gz emacs-89046ea50a3ac9e264513576cf020cfa67d750ea.zip | |
(Basic Arithmetic, Customizing Calc): Mention
`calc-multiplication-has-precedence'.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02745e8149a..d446ef93926 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -50,6 +50,40 @@ | |||
| 50 | 50 | ||
| 51 | * progmodes/vera-mode.el: New file. | 51 | * progmodes/vera-mode.el: New file. |
| 52 | 52 | ||
| 53 | 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 54 | |||
| 55 | * calc/calc.el (calc-multiplication-has-precendence): | ||
| 56 | New variable. | ||
| 57 | (math-standard-ops,math-standard-ops-p,math-expr-ops): | ||
| 58 | New functions. | ||
| 59 | (math-expr-opers): Define using math-standard-ops rather than | ||
| 60 | math-standard-opers. | ||
| 61 | * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers | ||
| 62 | equal the function math-standard-ops rather than the variable | ||
| 63 | math-standard-opers. | ||
| 64 | (calc-algebraic-entry): Let math-expr-opers equal | ||
| 65 | math-standard-ops or math-expr-ops, as appropriate. | ||
| 66 | (math-expr-read-level,math-read-factor): Let math-expr-opers | ||
| 67 | equal math-expr-ops. | ||
| 68 | * calc/calc-embed.el (calc-embedded-finish-edit): | ||
| 69 | Let math-expr-opers equal the function math-standard-ops | ||
| 70 | rather than the variable math-standard-opers. | ||
| 71 | * calc/calc-ext.el (math-read-plain-expr) | ||
| 72 | (math-format-flat-expr-fancy): Let math-expr-opers equal the | ||
| 73 | function math-standard-ops rather than the variable | ||
| 74 | math-standard-opers. | ||
| 75 | * calc/calc-lang.el (calc-set-language,math-read-big-rec): | ||
| 76 | Let math-expr-opers equal the function math-standard-ops rather | ||
| 77 | than the variable math-standard-opers. | ||
| 78 | * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers | ||
| 79 | equal the function math-standard-ops rather than the variable | ||
| 80 | math-standard-opers. | ||
| 81 | * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers | ||
| 82 | equal the function math-standard-ops rather than the variable | ||
| 83 | math-standard-opers. | ||
| 84 | * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal | ||
| 85 | math-expr-ops. | ||
| 86 | |||
| 53 | 2007-06-19 Ivan Kanis <apple@kanis.eu> | 87 | 2007-06-19 Ivan Kanis <apple@kanis.eu> |
| 54 | 88 | ||
| 55 | * vc-hg.el: New file. | 89 | * vc-hg.el: New file. |