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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 11 Nov 2004 10:17:17 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6581 emacs/lisp/ChangeLog:1.6582
*** emacs/lisp/ChangeLog:1.6581 Thu Nov 11 06:14:18 2004
--- emacs/lisp/ChangeLog        Thu Nov 11 15:01:34 2004
***************
*** 1,14 ****
  2004-11-10  Jay Belanger  <address@hidden>
        * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
!       string to kill-ring. 
  
        * calc/calc-aent.el (calc-alg-exp, math-toks)
        (math-exp-pos,math-exp-old-pos, math-exp-token)
!       (math-exp-keep-spaces, math-exp-str):  New variables. 
!       (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)       
        (calcAlg-enter):  Use declared variable calc-alg-exp.
        (math-build-parse-table, math-find-user-token):  Use declared
!       variable math-toks. 
        (math-read-exprs, math-read-token, calc-check-user-syntax)
        (calc-match-user-syntax, match-factor-after, math-read-factor):
        Use declared variables math-exp-pos math-exp-old-pos.
--- 1,19 ----
+ 2004-11-11  Stefan Monnier  <address@hidden>
+ 
+       * printing.el (pr-get-symbol): Don't downcase.
+ 
  2004-11-10  Jay Belanger  <address@hidden>
+ 
        * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
!       string to kill-ring.
  
        * calc/calc-aent.el (calc-alg-exp, math-toks)
        (math-exp-pos,math-exp-old-pos, math-exp-token)
!       (math-exp-keep-spaces, math-exp-str):  New variables.
!       (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
        (calcAlg-enter):  Use declared variable calc-alg-exp.
        (math-build-parse-table, math-find-user-token):  Use declared
!       variable math-toks.
        (math-read-exprs, math-read-token, calc-check-user-syntax)
        (calc-match-user-syntax, match-factor-after, math-read-factor):
        Use declared variables math-exp-pos math-exp-old-pos.
***************
*** 17,33 ****
        (match-factor-after, math-read-factor):  Use declared variable
        math-exp-token. 
        (math-read-exprs, math-read-expr-list, math-read-token)
!       (math-read-factor):  Use declared variable math-exp-keep-spaces. 
        (math-read-exprs, math-read-token):  Use declared variable
        math-exp-str.
        (calc-match-user-syntax):  Made m a local variable.
  
        * calc/calc-ext.el (math-read-expr):  Use declared variables
!       math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token, 
        math-exp-keep-spaces.
  
        * calc/calc-forms.el (math-read-angle-bracket):  Use declared
!       variables math-exp-pos, math-exp-str. 
  
        * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
        math-exp-old-pos. 
--- 22,38 ----
        (match-factor-after, math-read-factor):  Use declared variable
        math-exp-token. 
        (math-read-exprs, math-read-expr-list, math-read-token)
!       (math-read-factor):  Use declared variable math-exp-keep-spaces.
        (math-read-exprs, math-read-token):  Use declared variable
        math-exp-str.
        (calc-match-user-syntax):  Made m a local variable.
  
        * calc/calc-ext.el (math-read-expr):  Use declared variables
!       math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
        math-exp-keep-spaces.
  
        * calc/calc-forms.el (math-read-angle-bracket):  Use declared
!       variables math-exp-pos, math-exp-str.
  
        * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
        math-exp-old-pos. 
***************
*** 35,46 ****
        (math-parse-eqn-prime):  Use declared variable math-exp-token.
  
        * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
!       Use declared variable math-exp-pos. 
        (math-check-for-commas):  Use declared variable math-exp-str.
        (math-read-brackets):  Use declared variables math-exp-old-pos,
        math-exp-keep-spaces.
!       (math-read-brackets, math-read-vector, math-read-matrix):  Use
!       declared variable math-exp-token.
  
  2004-11-10  Stefan Monnier  <address@hidden>
  
--- 40,51 ----
        (math-parse-eqn-prime):  Use declared variable math-exp-token.
  
        * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
!       Use declared variable math-exp-pos.
        (math-check-for-commas):  Use declared variable math-exp-str.
        (math-read-brackets):  Use declared variables math-exp-old-pos,
        math-exp-keep-spaces.
!       (math-read-brackets, math-read-vector, math-read-matrix):
!       Use declared variable math-exp-token.
  
  2004-11-10  Stefan Monnier  <address@hidden>
  




reply via email to

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