+2005-03-29 Jay Belanger <belanger@truman.edu>
+
+ * calc/calc.el: Update copyright date.
+ (calc-version): Increase to 2.1.
+ (calc-version-date): Remove.
+
+ * calc/calc-help.el: Update copyright date.
+ (calc-full-help): Remove reference to calc-version-date.
+ Update copyright date.
+
2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el (vc-do-command): Use a pipe for async processes, so password
;;; calc-help.el --- help display functions for Calc,
-;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004, 2005
;; Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
(defun calc-full-help ()
(interactive)
(with-output-to-temp-buffer "*Help*"
- (princ (format "GNU Emacs Calculator version %s of %s.\n"
- calc-version calc-version-date))
+ (princ (format "GNU Emacs Calculator version %s.\n"
+ calc-version))
(princ " By Dave Gillespie, daveg@synaptics.com.\n")
- (princ " Copyright (C) 1990, 1993 Free Software Foundation, Inc.\n\n")
+ (princ " Copyright (C) 2005 Free Software Foundation, Inc.\n\n")
(princ "Type `h s' for a more detailed summary.\n")
(princ "Or type `h i' to read the full Calc manual on-line.\n\n")
(princ "Basic keys:\n")