diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2009-11-20 01:17:15 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2009-11-20 01:17:15 +0000 |
commit | b58edcb60f0ec54bd943c476df2f4426f36d0e1c (patch) | |
tree | 51764f796a9f5637b8ed1ee9ca980f57438da45f | |
parent | d772f28bc815e84b490b728462a07e1e323e920c (diff) | |
download | emacs-b58edcb60f0ec54bd943c476df2f4426f36d0e1c.tar.gz emacs-b58edcb60f0ec54bd943c476df2f4426f36d0e1c.tar.bz2 emacs-b58edcb60f0ec54bd943c476df2f4426f36d0e1c.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b868ce22626..eab6da7e061 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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) |