]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright date.
authorJay Belanger <jay.p.belanger@gmail.com>
Tue, 29 Mar 2005 16:18:48 +0000 (16:18 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Tue, 29 Mar 2005 16:18:48 +0000 (16:18 +0000)
(calc-full-help): Remove reference to calc-version-date.
Update copyright date.

lisp/ChangeLog
lisp/calc/calc-help.el

index 7ef89d4ce5683d6b951b05b8e1b1c96978d88be5..e8b769d33abd6f662c8f95ccee8e691864d0fd7b 100644 (file)
@@ -1,3 +1,13 @@
+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
index dc7f0b17c1d609da6c6f78e226d5666d0db1e615..27571191a5a6a00e158d5802460c5457ec99231e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; 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>
@@ -409,10 +409,10 @@ C-w  Describe how there is no warranty for Calc."
 (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")