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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el
Date: Tue, 29 Mar 2005 11:15:49 -0500

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.49 emacs/lisp/calc/calc.el:1.50
*** emacs/lisp/calc/calc.el:1.49        Fri Mar 11 22:18:42 2005
--- emacs/lisp/calc/calc.el     Tue Mar 29 16:15:49 2005
***************
*** 1,6 ****
  ;;; calc.el --- the GNU Emacs calculator
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004 Free Software 
Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
  ;; Maintainer: Jay Belanger <address@hidden>
--- 1,7 ----
  ;;; calc.el --- the GNU Emacs calculator
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005 
! ;;           Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
  ;; Maintainer: Jay Belanger <address@hidden>
***************
*** 656,663 ****
  (put 'math-underflow 'error-conditions '(error math-underflow calc-error))
  (put 'math-underflow 'error-message "Floating-point underflow occurred")
  
! (defconst calc-version "2.02g")
! (defconst calc-version-date "Mon Nov 19 2001")
  (defvar calc-trail-pointer nil)               ; "Current" entry in trail 
buffer.
  (defvar calc-trail-overlay nil)               ; Value of overlay-arrow-string.
  (defvar calc-undo-list nil)           ; List of previous operations for undo.
--- 657,663 ----
  (put 'math-underflow 'error-conditions '(error math-underflow calc-error))
  (put 'math-underflow 'error-message "Floating-point underflow occurred")
  
! (defconst calc-version "2.1")
  (defvar calc-trail-pointer nil)               ; "Current" entry in trail 
buffer.
  (defvar calc-trail-overlay nil)               ; Value of overlay-arrow-string.
  (defvar calc-undo-list nil)           ; List of previous operations for undo.




reply via email to

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