emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calc/calc.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:13:38 -0400

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.21.4.2 emacs/lisp/calc/calc.el:1.21.4.3
*** emacs/lisp/calc/calc.el:1.21.4.2    Fri Sep 17 14:31:02 2004
--- emacs/lisp/calc/calc.el     Tue Sep 21 09:34:11 2004
***************
*** 427,433 ****
    (calc-display-strings nil
     "If non-nil, display vectors of byte-sized integers as strings.")
  
!   (calc-matrix-just 'center
     "If nil, vector elements are left-justified.
  If `right', vector elements are right-justified.
  If `center', vector elements are centered.")
--- 427,433 ----
    (calc-display-strings nil
     "If non-nil, display vectors of byte-sized integers as strings.")
  
!   (calc-matrix-just center
     "If nil, vector elements are left-justified.
  If `right', vector elements are right-justified.
  If `center', vector elements are centered.")
***************
*** 447,453 ****
    (calc-vector-brackets "[]"
     "If non-nil, surround displayed vectors with these characters.")
  
!   (calc-matrix-brackets '(R O)
     "A list of code-letter symbols that control \"big\" matrix display.
  If `R' is present, display inner brackets for matrices.
  If `O' is present, display outer brackets for matrices (above/below).
--- 447,453 ----
    (calc-vector-brackets "[]"
     "If non-nil, surround displayed vectors with these characters.")
  
!   (calc-matrix-brackets (R O)
     "A list of code-letter symbols that control \"big\" matrix display.
  If `R' is present, display inner brackets for matrices.
  If `O' is present, display outer brackets for matrices (above/below).
***************
*** 542,551 ****
    (calc-assoc-selections t
     "If non-nil, selection hides deep structure of associative formulas.")
  
!   (calc-display-working-message 'lots
     "If non-nil, display \"Working...\" for potentially slow Calculator 
commands.")
  
!   (calc-auto-why 'maybe
     "If non-nil, automatically execute a \"why\" command to explain odd 
results.")
  
    (calc-timing nil
--- 542,551 ----
    (calc-assoc-selections t
     "If non-nil, selection hides deep structure of associative formulas.")
  
!   (calc-display-working-message lots
     "If non-nil, display \"Working...\" for potentially slow Calculator 
commands.")
  
!   (calc-auto-why maybe
     "If non-nil, automatically execute a \"why\" command to explain odd 
results.")
  
    (calc-timing nil
***************
*** 554,569 ****
    (calc-mode-save-mode local)
  
    (calc-standard-date-formats
!    '("N"
!      "<H:mm:SSpp >Www Mmm D, YYYY"
!      "D Mmm YYYY<, h:mm:SS>"
!      "Www Mmm BD< hh:mm:ss> YYYY"
!      "M/D/Y< H:mm:SSpp>"
!      "D.M.Y< h:mm:SS>"
!      "M-D-Y< H:mm:SSpp>"
!      "D-M-Y< h:mm:SS>"
!      "j<, h:mm:SS>"
!      "YYddd< hh:mm:ss>"))
  
    (calc-autorange-units nil)
    
--- 554,569 ----
    (calc-mode-save-mode local)
  
    (calc-standard-date-formats
!    ("N"
!     "<H:mm:SSpp >Www Mmm D, YYYY"
!     "D Mmm YYYY<, h:mm:SS>"
!     "Www Mmm BD< hh:mm:ss> YYYY"
!     "M/D/Y< H:mm:SSpp>"
!     "D.M.Y< h:mm:SS>"
!     "M-D-Y< H:mm:SSpp>"
!     "D-M-Y< h:mm:SS>"
!     "j<, h:mm:SS>"
!     "YYddd< hh:mm:ss>"))
  
    (calc-autorange-units nil)
    




reply via email to

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