Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
09ea57ea
Commit
09ea57ea
authored
Feb 05, 2006
by
Jay Belanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright year.
parent
324b617a
Changes
43
Hide whitespace changes
Inline
Side-by-side
Showing
43 changed files
with
44 additions
and
44 deletions
+44
-44
etc/calccard.tex
etc/calccard.tex
+2
-2
lisp/calc/README
lisp/calc/README
+1
-1
lisp/calc/calc-aent.el
lisp/calc/calc-aent.el
+1
-1
lisp/calc/calc-alg.el
lisp/calc/calc-alg.el
+1
-1
lisp/calc/calc-arith.el
lisp/calc/calc-arith.el
+1
-1
lisp/calc/calc-bin.el
lisp/calc/calc-bin.el
+1
-1
lisp/calc/calc-comb.el
lisp/calc/calc-comb.el
+1
-1
lisp/calc/calc-cplx.el
lisp/calc/calc-cplx.el
+1
-1
lisp/calc/calc-embed.el
lisp/calc/calc-embed.el
+1
-1
lisp/calc/calc-ext.el
lisp/calc/calc-ext.el
+1
-1
lisp/calc/calc-fin.el
lisp/calc/calc-fin.el
+1
-1
lisp/calc/calc-forms.el
lisp/calc/calc-forms.el
+1
-1
lisp/calc/calc-frac.el
lisp/calc/calc-frac.el
+1
-1
lisp/calc/calc-funcs.el
lisp/calc/calc-funcs.el
+1
-1
lisp/calc/calc-graph.el
lisp/calc/calc-graph.el
+1
-1
lisp/calc/calc-help.el
lisp/calc/calc-help.el
+1
-1
lisp/calc/calc-incom.el
lisp/calc/calc-incom.el
+1
-1
lisp/calc/calc-keypd.el
lisp/calc/calc-keypd.el
+1
-1
lisp/calc/calc-lang.el
lisp/calc/calc-lang.el
+1
-1
lisp/calc/calc-macs.el
lisp/calc/calc-macs.el
+1
-1
lisp/calc/calc-map.el
lisp/calc/calc-map.el
+1
-1
lisp/calc/calc-math.el
lisp/calc/calc-math.el
+1
-1
lisp/calc/calc-misc.el
lisp/calc/calc-misc.el
+1
-1
lisp/calc/calc-mode.el
lisp/calc/calc-mode.el
+1
-1
lisp/calc/calc-mtx.el
lisp/calc/calc-mtx.el
+1
-1
lisp/calc/calc-poly.el
lisp/calc/calc-poly.el
+1
-1
lisp/calc/calc-prog.el
lisp/calc/calc-prog.el
+1
-1
lisp/calc/calc-rewr.el
lisp/calc/calc-rewr.el
+1
-1
lisp/calc/calc-rules.el
lisp/calc/calc-rules.el
+1
-1
lisp/calc/calc-sel.el
lisp/calc/calc-sel.el
+1
-1
lisp/calc/calc-stat.el
lisp/calc/calc-stat.el
+1
-1
lisp/calc/calc-store.el
lisp/calc/calc-store.el
+1
-1
lisp/calc/calc-stuff.el
lisp/calc/calc-stuff.el
+1
-1
lisp/calc/calc-trail.el
lisp/calc/calc-trail.el
+1
-1
lisp/calc/calc-undo.el
lisp/calc/calc-undo.el
+1
-1
lisp/calc/calc-units.el
lisp/calc/calc-units.el
+1
-1
lisp/calc/calc-vec.el
lisp/calc/calc-vec.el
+1
-1
lisp/calc/calc-yank.el
lisp/calc/calc-yank.el
+1
-1
lisp/calc/calc.el
lisp/calc/calc.el
+1
-1
lisp/calc/calcalg2.el
lisp/calc/calcalg2.el
+1
-1
lisp/calc/calcalg3.el
lisp/calc/calcalg3.el
+1
-1
lisp/calc/calccomp.el
lisp/calc/calccomp.el
+1
-1
lisp/calc/calcsel2.el
lisp/calc/calcsel2.el
+1
-1
No files found.
etc/calccard.tex
View file @
09ea57ea
...
...
@@ -14,7 +14,7 @@
% Typical command to print (3 cols): dvips -t landscape calccard.dvi
% Copyright (C) 1987, 1992, 2001, 2002, 2003, 2004,
% 2005 Free Software Foundation, Inc.
% 2005
, 2006
Free Software Foundation, Inc.
% This file is part of GNU Emacs.
...
...
@@ -60,7 +60,7 @@
% Internet: gildea@stop.mail-abuse.org
\def\versionnumber
{
2.1
}
\def\year
{
200
5
}
\def\year
{
200
6
}
\def\version
{
v
\versionnumber
}
\def\shortcopyrightnotice
{
\vskip
1ex plus 2 fill
...
...
lisp/calc/README
View file @
09ea57ea
...
...
@@ -3,7 +3,7 @@ This directory contains Calc, an advanced desk calculator for GNU
Emacs.
"Calc" Copyright 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
Written by:
Dave Gillespie
...
...
lisp/calc/calc-aent.el
View file @
09ea57ea
;;; calc-aent.el --- algebraic entry functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-alg.el
View file @
09ea57ea
;;; calc-alg.el --- algebraic functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-arith.el
View file @
09ea57ea
;;; calc-arith.el --- arithmetic functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-bin.el
View file @
09ea57ea
;;; calc-bin.el --- binary functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-comb.el
View file @
09ea57ea
;;; calc-comb.el --- combinatoric functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-cplx.el
View file @
09ea57ea
;;; calc-cplx.el --- Complex number functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-embed.el
View file @
09ea57ea
;;; calc-embed.el --- embed Calc in a buffer
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-ext.el
View file @
09ea57ea
;;; calc-ext.el --- various extension functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-fin.el
View file @
09ea57ea
;;; calc-fin.el --- financial functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-forms.el
View file @
09ea57ea
;;; calc-forms.el --- data format conversion functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-frac.el
View file @
09ea57ea
;;; calc-frac.el --- fraction functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-funcs.el
View file @
09ea57ea
;;; calc-funcs.el --- well-known functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-graph.el
View file @
09ea57ea
;;; calc-graph.el --- graph output functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-help.el
View file @
09ea57ea
;;; calc-help.el --- help display functions for Calc,
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-incom.el
View file @
09ea57ea
;;; calc-incom.el --- complex data type input functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-keypd.el
View file @
09ea57ea
;;; calc-keypd.el --- mouse-capable keypad input for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-lang.el
View file @
09ea57ea
;;; calc-lang.el --- calc language functions
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-macs.el
View file @
09ea57ea
;;; calc-macs.el --- important macros for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-map.el
View file @
09ea57ea
;;; calc-map.el --- higher-order functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-math.el
View file @
09ea57ea
;;; calc-math.el --- mathematical functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-misc.el
View file @
09ea57ea
;;; calc-misc.el --- miscellaneous functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-mode.el
View file @
09ea57ea
;;; calc-mode.el --- calculator modes for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-mtx.el
View file @
09ea57ea
;;; calc-mtx.el --- matrix functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-poly.el
View file @
09ea57ea
;;; calc-poly.el --- polynomial functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-prog.el
View file @
09ea57ea
;;; calc-prog.el --- user programmability functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-rewr.el
View file @
09ea57ea
;;; calc-rewr.el --- rewriting functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-rules.el
View file @
09ea57ea
;;; calc-rules.el --- rules for simplifying algebraic expressions in Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-sel.el
View file @
09ea57ea
;;; calc-sel.el --- data selection functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-stat.el
View file @
09ea57ea
;;; calc-stat.el --- statistical functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-store.el
View file @
09ea57ea
;;; calc-store.el --- value storage functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-stuff.el
View file @
09ea57ea
;;; calc-stuff.el --- miscellaneous functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-trail.el
View file @
09ea57ea
;;; calc-trail.el --- functions for manipulating the Calc "trail"
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-undo.el
View file @
09ea57ea
;;; calc-undo.el --- undo functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-units.el
View file @
09ea57ea
;;; calc-units.el --- unit conversion functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-vec.el
View file @
09ea57ea
;;; calc-vec.el --- vector functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-yank.el
View file @
09ea57ea
;;; calc-yank.el --- kill-ring functionality for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc.el
View file @
09ea57ea
;;; calc.el --- the GNU Emacs calculator
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calcalg2.el
View file @
09ea57ea
;;; calcalg2.el --- more algebraic functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calcalg3.el
View file @
09ea57ea
;;; calcalg3.el --- more algebraic functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calccomp.el
View file @
09ea57ea
;;; calccomp.el --- composition functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calcsel2.el
View file @
09ea57ea
;;; calcsel2.el --- selection functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment