diff options
| author | Jay Belanger | 2011-02-06 16:44:01 -0600 |
|---|---|---|
| committer | Jay Belanger | 2011-02-06 16:44:01 -0600 |
| commit | 03925868edfb3f284b32d16af088a21301702123 (patch) | |
| tree | b3740660d5fa4f69ec348f89b9cd484908935c25 /lisp | |
| parent | 6f16beccf40038a927caf2319c82428a1e4cb27f (diff) | |
| download | emacs-03925868edfb3f284b32d16af088a21301702123.tar.gz emacs-03925868edfb3f284b32d16af088a21301702123.zip | |
Update ChangeLog
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7cdb5f96ee..69ed03e7cba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 2 | |||
| 3 | * calc/calc.el (calc-logunits-field-reference) Renamed from | ||
| 4 | `calc-default-field-reference-level'. | ||
| 5 | (calc-logunits-power-reference): Renamed from | ||
| 6 | `calc-default-power-reference-level' | ||
| 7 | |||
| 8 | * calc/calc-units.el (math-logunits-quant): Renamed from | ||
| 9 | `math-logunits-level' | ||
| 10 | (math-logunits-plus): Renamed from math-logcombine. | ||
| 11 | (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove. | ||
| 12 | (calcFunc-lufieldplus, calcFunc-lupowerplus, calcFunc-lufieldminus) | ||
| 13 | (calcFunc-lufieldminus,calc-logunits-plus calc-logunits-minus): | ||
| 14 | New functions. | ||
| 15 | (calcFunc-fieldquant): Renamed from `calcFunc-fieldlevel'. | ||
| 16 | (calcFunc-powerquant): Renamed from `calcFunc-powerlevel'. | ||
| 17 | (calc-logunits-quantity): Renamed from `calc-level'. | ||
| 18 | (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel) | ||
| 19 | (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel) | ||
| 20 | (math-logunits-times, calcFunc-lufieldtimes, calcFunc-lupowertimes) | ||
| 21 | (calc-logunits-times, math-logunits-divide, calcFunc-lufielddiv) | ||
| 22 | (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level): | ||
| 23 | New functions. | ||
| 24 | |||
| 25 | * calc/calc-help.el (calc-u-prefix-help): Removed "L" reference. | ||
| 26 | (calc-ul-prefix-help): Remove. | ||
| 27 | (calc-l-prefix-help): New function. | ||
| 28 | (calc-full-help): Add reference to `calc-l-prefix-help'. | ||
| 29 | |||
| 30 | * calc/calc-ext.el (calc-init-extensions): Update autoloads. | ||
| 31 | |||
| 1 | 2011-02-06 Chong Yidong <cyd@stupidchicken.com> | 32 | 2011-02-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 33 | ||
| 3 | * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for | 34 | * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for |