From: Miles Bader Date: Thu, 30 May 2002 01:07:52 +0000 (+0000) Subject: (calc-d-prefix-help): Add `@'. X-Git-Tag: ttn-vms-21-2-B4~14818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a579b36f344af5b6626da7086e957e03d34ef121;p=emacs.git (calc-d-prefix-help): Add `@'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 334f5a5c948..e501385cc8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-05-30 Miles Bader + + * calc/calc.el (calc-show-banner): New variable. + (calc-refresh): Only show banner if `calc-show-banner' is non-nil. + (calc-mode-var-list): Add `calc-show-banner'. + * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'. + (calc-toggle-banner): New function. + * calc/calc-help.el (calc-d-prefix-help): Add `@'. + 2002-05-29 Richard M. Stallman * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index f3242ab1d48..906178ec94c 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 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002 Free Software Foundation, Inc. ;; Author: David Gillespie ;; Maintainer: Colin Walters @@ -571,7 +571,7 @@ C-w Describe how there is no warranty for Calc." '("Group, \",\"; Normal, Fix, Sci, Eng, \".\"; Over" "Radix, Zeros, 2, 8, 0, 6; Hms; Date; Complex, I, J" "Why; Line-nums, line-Breaks; <, =, > (justify); Plain" - "\" (strings); Truncate, [, ]; SPC (refresh), RET" + "\" (strings); Truncate, [, ]; SPC (refresh), RET, @" "SHIFT + language: Normal, One-line, Big, Unformatted" "SHIFT + language: C, Pascal, Fortran; TeX, Eqn" "SHIFT + language: Mathematica, W=Maple")