gcalctool r2330 - trunk



Author: rancell
Date: Mon Dec 15 20:11:18 2008
New Revision: 2330
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2330&view=rev

Log:
Releasing 5.25.3

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Dec 15 20:11:18 2008
@@ -4,6 +4,16 @@
  *  All Rights Reserved.
  */
  
+Overview of changes in gcalctool 5.25.3
+
+    * Made exponential numbers work without a sign, e.g. '1e2' works
+      the same as '1e+2' (Robert Ancell).
+
+    * Correctly calculate exponential numbers in binary mode and
+      convert correctly when changing bases (Robert Ancell, Bug #516159).
+
+    * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).
+ 
 Overview of changes in gcalctool 5.25.2
 
     * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Dec 15 20:11:18 2008
@@ -17,7 +17,7 @@
 1. Introduction.
 ----------------
 
-This is v5.25.2 of gcalctool, the calculator application that was previously
+This is v5.25.3 of gcalctool, the calculator application that was previously
 in the OpenWindows Deskset of the Solaris 8 operating system. 
 Sun Microsystems Inc. have kindly given me permission to release it.
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Dec 15 20:11:18 2008
@@ -1,7 +1,7 @@
 Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gcalctool, 5.25.2)
+AM_INIT_AUTOMAKE(gcalctool, 5.25.3)
 AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE



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