From: Jay Belanger Date: Tue, 29 Mar 2005 16:18:48 +0000 (+0000) Subject: Update copyright date. X-Git-Tag: ttn-vms-21-2-B4~1393 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb64248becb00ac37d0bb413174e65b9ac7f54be;p=emacs.git Update copyright date. (calc-full-help): Remove reference to calc-version-date. Update copyright date. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ef89d4ce56..e8b769d33ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2005-03-29 Jay Belanger + + * 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 * vc.el (vc-do-command): Use a pipe for async processes, so password diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index dc7f0b17c1d..27571191a5a 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el @@ -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 @@ -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")