aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog16
-rw-r--r--lisp/calc/calc-help.el2
2 files changed, 16 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5c657be318..eab901828b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
+2009-11-16 Jay Belanger <[email protected]>
+
+ * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
+ Remove.
+
+ * calc/calc-ext.el (calc-init-extensions): Remove references to
+ symclip.
+
+ * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
+
+ * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
+ * calc/calc-help.el (calc-b-prefix-help): Remove references to
+ `calc-symclip'.
+
2009-11-16 Kevin Ryde <[email protected]>
* textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
@@ -8,7 +22,7 @@
(lm-keywords-list): Allow comma-only separator like "foo,bar".
Ignore trailing spaces by omit-nulls to split-string (fixing
regression from Emacs 21 due to the incompatible split-string
- change). (Bug #4928.)
+ change). (Bug #4928.)
2009-11-16 Dan Nicolaescu <[email protected]>
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el
index 50a7140ad2..78f45755d9 100644
--- a/lisp/calc/calc-help.el
+++ b/lisp/calc/calc-help.el
@@ -575,7 +575,7 @@ C-w Describe how there is no warranty for Calc."
(defun calc-b-prefix-help ()
(interactive)
(calc-do-prefix-help
- '("And, Or, Xor, Diff, Not; Wordsize, Clip, Symclip"
+ '("And, Or, Xor, Diff, Not; Wordsize, Clip"
"Lshift, Rshift, roTate; SHIFT + signed Lshift, Rshift"
"SHIFT + business: Pv, Npv, Fv, pMt, #pmts, raTe, Irr"
"SHIFT + business: Sln, sYd, Ddb; %ch")