changeset 98402:942b377b18a6

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 30 Sep 2008 02:44:38 +0000
parents ece809f3fe2e
children 9b1c5f8c2c28
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 30 02:41:39 2008 +0000
+++ b/lisp/ChangeLog	Tue Sep 30 02:44:38 2008 +0000
@@ -1,3 +1,13 @@
+2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
+
+	* calc/calc-units.el (math-standard-units): Add entries used to
+	display the the values in the units buffer.
+	(math-build-units-table):  Add entries to the units table to be used
+	to display the values in the units buffer.
+	(math-build-units-table-buffer):  Use the display entry of the units
+	table when non-nil.
+	(calc-define-unit): Add option to enter display value of unit.
+
 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
 
 	* vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.