emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 06 Jul 2007 02:41:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/07/06 02:41:20

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11304
retrieving revision 1.11305
diff -u -b -r1.11304 -r1.11305
--- ChangeLog   5 Jul 2007 22:10:36 -0000       1.11304
+++ ChangeLog   6 Jul 2007 02:41:18 -0000       1.11305
@@ -1,3 +1,17 @@
+2007-07-05  Jay Belanger  <address@hidden>
+
+       * calc/calc-comb.el (math-random-digit): Rename to
+       `math-random-three-digit-number'.
+       (math-random-digits): Don't depend on representation of integer.
+
+       * calc/calc-bin.el (math-bignum-logb-digit-size)
+       (math-bignum-digit-power-of-two): New constants.
+       (math-and-bignum,math-or-bignum,math-xor-bignum,math-diff-bignum)
+       (math-not-bignum,math-clip-bignum): Use the constants
+       `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
+       instead of their values.
+       (math-clip): Use math-small-integer-size instead of its value.
+
 2007-07-05  Chong Yidong  <address@hidden>
 
        * wid-edit.el (widget-documentation-string-value-create): Insert




reply via email to

[Prev in Thread] Current Thread [Next in Thread]