diff lisp/ChangeLog @ 107890:b2e098d47dff

calc-bin.el (calc-radix): Have the O option turn on twos-complement mode.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 17 Apr 2010 23:13:09 -0500
parents 9b67d5035af2
children 3d1b30daa7a9
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Apr 17 22:09:18 2010 -0500
+++ b/lisp/ChangeLog	Sat Apr 17 23:13:09 2010 -0500
@@ -1,3 +1,10 @@
+2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
+
+	* calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
+
+	* calc-bin.el (calc-radix): Have the "O" option turn on
+	twos-complement mode.
+
 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
 
 	* calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.