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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 22 Nov 2004 00:39:41 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6640 emacs/lisp/ChangeLog:1.6641
*** emacs/lisp/ChangeLog:1.6640 Mon Nov 22 01:21:07 2004
--- emacs/lisp/ChangeLog        Mon Nov 22 05:28:44 2004
***************
*** 1,3 ****
--- 1,33 ----
+ 2004-11-21  Jay Belanger  <address@hidden>
+ 
+       * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
+       Replace variable `lines' by math-read-big-lines.
+       (math-read-big-expr): Replace variables the-baseline, the-h2
+       and err-msg by math-read-big-baseline, math-read-big-h2 and
+       math-read-err-msg.
+       (math-read-big-bigp): Replace variable h2 with math-rb-h2.
+ 
+       * calc/calc-lang.el (math-read-big-rec): Fix typo.
+ 
+       (math-read-big-balance): Replace unbound variable by value.
+ 
+       (math-read-big-lines): New variable.
+       (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
+       (math-read-big-error, math-read-big-balance): Replace variable
+       `lines' by declared variable.
+ 
+       (math-read-big-baseline, math-read-big-h2): New variables.
+       (math-read-big-rec): Replace variables the-baseline and the-h2
+       by declared variables.
+ 
+       (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
+       (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
+       (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
+       declared variables.
+ 
+       (math-read-big-err-msg): New variable.
+       (math-read-big-error): Replace variable err-msg by declared variable.
+ 
  2004-11-21  Stefan Monnier  <address@hidden>
  
        * ses.el: Add coding cookie.




reply via email to

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