diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c657be3180..eab901828bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2009-11-16 Jay Belanger + + * 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 * 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 diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index 50a7140ad21..78f45755d93 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")