From 7054901c2be9733cf688b4b260ccf53152a5a90c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 19 Nov 2001 20:00:21 +0000 Subject: [PATCH] (toplevel): Add comment and version header. (calc-init-base): Bump version to 2.02f, update date. --- lisp/ChangeLog | 5 +++++ lisp/calc/calc.el | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b87aeb6f1a6..cd2173d0757 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-11-19 Colin Walters + + * 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 * net/browse-url.el: Support Mozilla and Galeon. diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index c17d3aead24..fe6af71471e 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -1,10 +1,11 @@ -;;; calc.el --- +;;; calc.el --- the GNU Emacs calculator ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. ;; Author: David Gillespie ;; Maintainer: Colin Walters ;; Keywords: convenience, extensions +;; Version: 2.02g ;; 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-message "Floating-point underflow occurred") - (setq calc-version "2.02f" - calc-version-date "Sun Dec 15 1996" + (setq calc-version "2.02g" + calc-version-date "Mon Nov 19 2001" calc-trail-pointer nil ; "Current" entry in trail buffer. calc-trail-overlay nil ; Value of overlay-arrow-string. calc-was-split nil ; Had multiple windows before Calc. -- 2.39.5