]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-d-prefix-help): Add `@'.
authorMiles Bader <miles@gnu.org>
Thu, 30 May 2002 01:07:52 +0000 (01:07 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 30 May 2002 01:07:52 +0000 (01:07 +0000)
lisp/ChangeLog
lisp/calc/calc-help.el

index 334f5a5c9488f3a49a5000074d5807fc5936bade..e501385cc8f89fceea2ab44da3d1fda44af4775a 100644 (file)
@@ -1,3 +1,12 @@
+2002-05-30  Miles Bader  <miles@gnu.org>
+
+       * 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  <rms@gnu.org>
 
        * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
index f3242ab1d48225be3bb03c46aed3dc9fdae25f02..906178ec94c71a28f513cc6f54c5a58c7053e143 100644 (file)
@@ -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 <daveg@synaptics.com>
 ;; Maintainer: Colin Walters <walters@debian.org>
@@ -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")