Mercurial > emacs
changeset 106149:8c0ff2935e8b
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Fri, 20 Nov 2009 01:17:15 +0000 |
parents | 3875adeabec5 |
children | 269b53d49dd9 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 34 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Nov 20 01:09:03 2009 +0000 +++ b/lisp/ChangeLog Fri Nov 20 01:17:15 2009 +0000 @@ -1,3 +1,37 @@ +2009-11-20 Jay Belanger <jay.p.belanger@gmail.com> + + * calc/calc.el (calc-set-mode-line): Rename + `calc-complement-signed-mode' to `calc-twos-complement-mode'. + (math-format-number): Rename `math-format-complement-signed' to + `math-format-twos-complement'. + + * calc/calc-bin.el (math-format-twos-complement): Renamed from + math-format-complement-signed. + (calc-radix): Rename `calc-complement-signed-mode' to + `calc-twos-complement-mode'. + (calc-octal-radix, calc-hex-radix): Add an argument for two's complement. + + * calc/calc-embed.el (calc-embedded-mode-vars): Rename + `calc-complement-signed-mode' to `calc-twos-complement-mode'. + + * calc/calc-ext.el (calc-init-extensions): Rename + `calc-complement-signed-mode' to `calc-twos-complement-mode'. + (math-format-number-fancy): Let `calc-twos-complement-mode' be nil. + + * calc/calc-units.el (math-build-units-table-buffer): Let + `calc-twos-complement-mode' be nil. + + * calc/calc-menu.el (calc-modes-menu): Clean up two's complement + entries. + + * calc/calc-vec.el (calcFunc-vunpack): + * calc/calc-aent.el (calc-do-calc-eval): + * calc/calc-forms.el (math-format-date): + * calc/calc-graph.el (calc-graph-plot): + * calc/calc-math.el (math-use-emacs-fn): + * calc/calccomp.el (math-compose-expr): Let + `calc-twos-complement-mode' be nil. + 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca> * textmodes/tex-mode.el (latex-complete-bibtex-cache)