aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog34
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
532007-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
532007-06-19 Ivan Kanis <apple@kanis.eu> 872007-06-19 Ivan Kanis <apple@kanis.eu>
54 88
55 * vc-hg.el: New file. 89 * vc-hg.el: New file.