emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 20 Jun 2007 15:20:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/06/20 15:20:54

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11227
retrieving revision 1.11228
diff -u -b -r1.11227 -r1.11228
--- ChangeLog   20 Jun 2007 15:14:44 -0000      1.11227
+++ ChangeLog   20 Jun 2007 15:20:53 -0000      1.11228
@@ -50,6 +50,40 @@
 
        * progmodes/vera-mode.el: New file.
 
+2007-06-19  Jay Belanger  <address@hidden>
+
+       * calc/calc.el (calc-multiplication-has-precendence):
+       New variable.
+       (math-standard-ops,math-standard-ops-p,math-expr-ops):
+       New functions.
+       (math-expr-opers): Define using math-standard-ops rather than
+       math-standard-opers.
+       * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
+       equal the function math-standard-ops rather than the variable
+       math-standard-opers.
+       (calc-algebraic-entry): Let math-expr-opers equal
+       math-standard-ops or math-expr-ops, as appropriate.
+       (math-expr-read-level,math-read-factor): Let math-expr-opers
+       equal math-expr-ops.
+       * calc/calc-embed.el (calc-embedded-finish-edit):
+       Let math-expr-opers equal the function math-standard-ops
+       rather than the variable math-standard-opers.
+       * calc/calc-ext.el (math-read-plain-expr)
+       (math-format-flat-expr-fancy): Let math-expr-opers equal the
+       function math-standard-ops rather than the variable
+       math-standard-opers.
+       * calc/calc-lang.el (calc-set-language,math-read-big-rec):
+       Let math-expr-opers equal the function math-standard-ops rather
+       than the variable math-standard-opers.
+       * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
+       equal the function math-standard-ops rather than the variable
+       math-standard-opers.
+       * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
+       equal the function math-standard-ops rather than the variable
+       math-standard-opers.
+       * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
+       math-expr-ops.
+
 2007-06-19  Ivan Kanis  <address@hidden>
 
        * vc-hg.el: New file.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]