aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/calccard.tex12
2 files changed, 13 insertions, 7 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 50435375aee..ec8f6cf09e1 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,11 @@
12005-09-27 Jay Belanger <belanger@truman.edu>
2
3 * calccard.tex: Update `versionnumber', remove `versiondate'.
4 (Error Recovery): Refer to "initial state" rather than "default
5 state".
6 (Algebra): Mention LaTeX language mode.
7 (Programming): Delete reference to "Z =".
8
12005-09-24 Steven Huwig <steven_h@acm.org> (tiny change) 92005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
2 10
3 * emacs.py (ehelp): Add g and l to arg list, and use them in the 11 * emacs.py (ehelp): Add g and l to arg list, and use them in the
diff --git a/etc/calccard.tex b/etc/calccard.tex
index 41c3b3bad43..3f1c0ae3cba 100644
--- a/etc/calccard.tex
+++ b/etc/calccard.tex
@@ -59,8 +59,7 @@
59% UUCP: mit-erl!gildea 59% UUCP: mit-erl!gildea
60% Internet: gildea@stop.mail-abuse.org 60% Internet: gildea@stop.mail-abuse.org
61 61
62\def\versionnumber{2.03} 62\def\versionnumber{2.1}
63\def\versiondate{November 2001}
64\def\year{2005} 63\def\year{2005}
65\def\version{v\versionnumber} 64\def\version{v\versionnumber}
66 65
@@ -72,7 +71,7 @@
72\vskip 1ex plus 2 fill\begingroup\small 71\vskip 1ex plus 2 fill\begingroup\small
73\centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.} 72\centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
74\centerline{designed by Dave Gillespie and Stephen Gildea, \version} 73\centerline{designed by Dave Gillespie and Stephen Gildea, \version}
75\centerline{for GNU Emacs Calc version \versionnumber\ (\versiondate)} 74\centerline{for GNU Emacs Calc version \versionnumber}
76 75
77Permission is granted to make and distribute copies of 76Permission is granted to make and distribute copies of
78this card provided the copyright notice and this permission notice 77this card provided the copyright notice and this permission notice
@@ -274,7 +273,7 @@ MA 02110-1301, USA.
274 273
275\title{GNU Calc Reference Card} 274\title{GNU Calc Reference Card}
276 275
277\centerline{(for version \versionnumber\ of \versiondate)} 276\centerline{(for version \versionnumber)}
278 277
279\section{Starting and Stopping} 278\section{Starting and Stopping}
280 279
@@ -307,7 +306,7 @@ The \kbd{h} prefix key is Calc's analogue of \kbd{C-h} in Emacs.
307\key{redo last operation}{D} 306\key{redo last operation}{D}
308\key{recall last arguments}{M-RET} 307\key{recall last arguments}{M-RET}
309\key{edit top of stack}{`} 308\key{edit top of stack}{`}
310\wkey{reset Calc to default state}{\mhash 0 {\rm (zero)}} 309\wkey{reset Calc to initial state}{\mhash 0 {\rm (zero)}}
311 310
312\section{Transferring Data} 311\section{Transferring Data}
313 312
@@ -558,7 +557,7 @@ Variable names are single digits or whole words.
558 557
559\key{``Big'' display mode}{d B} 558\key{``Big'' display mode}{d B}
560\key{C, Pascal, FORTRAN modes}{d C\, d P\, d F} 559\key{C, Pascal, FORTRAN modes}{d C\, d P\, d F}
561\key{\TeX, eqn modes}{d T\, d E} 560\key{\TeX, La\TeX, eqn modes}{d T\, d L\, d E}
562\key{Unformatted mode}{d U} 561\key{Unformatted mode}{d U}
563\key{Normal language mode}{d N} 562\key{Normal language mode}{d N}
564 563
@@ -652,7 +651,6 @@ Variable names are single digits or whole words.
652\key{repeat {\it n} times, break from loop}{Z <\, Z >\, Z /} 651\key{repeat {\it n} times, break from loop}{Z <\, Z >\, Z /}
653\key{``for'' loop: start, end; body, step}{Z (\, Z )} 652\key{``for'' loop: start, end; body, step}{Z (\, Z )}
654\key{save, restore mode settings}{Z `\, Z '} 653\key{save, restore mode settings}{Z `\, Z '}
655\key{display message during macro}{Z =}
656\key{query user during macro}{Z \#} 654\key{query user during macro}{Z \#}
657\key{put finished macro on a key}{Z K} 655\key{put finished macro on a key}{Z K}
658 656