(toplevel): Add comment and version header.
(calc-init-base): Bump version to 2.02f, update date.
This commit is contained in:
parent
7f61a9ee15
commit
7054901c2b
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-11-19 Colin Walters <walters@verbum.org>
|
||||||
|
|
||||||
|
* calc/calc.el (toplevel): Add comment and version header.
|
||||||
|
(calc-init-base): Bump version to 2.02f, update date.
|
||||||
|
|
||||||
2001-11-19 Richard M. Stallman <rms@gnu.org>
|
2001-11-19 Richard M. Stallman <rms@gnu.org>
|
||||||
|
|
||||||
* net/browse-url.el: Support Mozilla and Galeon.
|
* net/browse-url.el: Support Mozilla and Galeon.
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
;;; calc.el ---
|
;;; calc.el --- the GNU Emacs calculator
|
||||||
|
|
||||||
;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
|
;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: David Gillespie <daveg@synaptics.com>
|
;; Author: David Gillespie <daveg@synaptics.com>
|
||||||
;; Maintainer: Colin Walters <walters@debian.org>
|
;; Maintainer: Colin Walters <walters@debian.org>
|
||||||
;; Keywords: convenience, extensions
|
;; Keywords: convenience, extensions
|
||||||
|
;; Version: 2.02g
|
||||||
|
|
||||||
;; This file is part of GNU Emacs.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
@ -676,8 +677,8 @@ This can safely be nil as long as the Calc files are on the load-path.")
|
||||||
(put 'math-underflow 'error-conditions '(error math-underflow calc-error))
|
(put 'math-underflow 'error-conditions '(error math-underflow calc-error))
|
||||||
(put 'math-underflow 'error-message "Floating-point underflow occurred")
|
(put 'math-underflow 'error-message "Floating-point underflow occurred")
|
||||||
|
|
||||||
(setq calc-version "2.02f"
|
(setq calc-version "2.02g"
|
||||||
calc-version-date "Sun Dec 15 1996"
|
calc-version-date "Mon Nov 19 2001"
|
||||||
calc-trail-pointer nil ; "Current" entry in trail buffer.
|
calc-trail-pointer nil ; "Current" entry in trail buffer.
|
||||||
calc-trail-overlay nil ; Value of overlay-arrow-string.
|
calc-trail-overlay nil ; Value of overlay-arrow-string.
|
||||||
calc-was-split nil ; Had multiple windows before Calc.
|
calc-was-split nil ; Had multiple windows before Calc.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue