comparison lisp/ChangeLog @ 112453:06719a229a46 default tip

* calc/calc.el (calc-default-power-reference-level) (calc-default-field-reference-level): New variables. * calc/calc-units.el (math-standard-units): Add dB and Np. (math-logunits): New variable. (math-extract-logunits, math-logcombine, calcFunc-luplus) (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level) (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New functions. (math-find-base-units-rec): Add entry for ln(10). * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help. (calc-ul-prefix-help): New function. * calc/calc-ext.el (calc-init-extensions): Autoload new units functions. Add keybindings for new units functions.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 23 Jan 2011 23:08:04 -0600
parents 78c4c9559156
children
comparison
equal deleted inserted replaced
112452:b8a360ee54f1 112453:06719a229a46
1 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc.el (calc-default-power-reference-level)
4 (calc-default-field-reference-level): New variables.
5 * calc/calc-units.el (math-standard-units): Add dB and Np.
6 (math-logunits): New variable.
7 (math-extract-logunits, math-logcombine, calcFunc-luplus)
8 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
9 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New
10 functions.
11 (math-find-base-units-rec): Add entry for ln(10).
12 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
13 (calc-ul-prefix-help): New function.
14 * calc/calc-ext.el (calc-init-extensions): Autoload new units
15 functions. Add keybindings for new units functions.
16
1 2011-01-22 Glenn Morris <rgm@gnu.org> 17 2011-01-22 Glenn Morris <rgm@gnu.org>
2 18
3 * emacs-lisp/copyright.el (copyright-find-copyright): New function, 19 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
4 split out from copyright-update-year. 20 split out from copyright-update-year.
5 (copyright-update): Don't mess with the GPL version if we don't own the 21 (copyright-update): Don't mess with the GPL version if we don't own the