gcalctool r2323 - trunk



Author: rancell
Date: Mon Dec  1 09:47:16 2008
New Revision: 2323
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2323&view=rev

Log:
Released 5.25.2

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Dec  1 09:47:16 2008
@@ -4,6 +4,46 @@
  *  All Rights Reserved.
  */
  
+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.
+      The following shortcut keys have changed:
+
+      Function     | Old | New
+      --------------------------
+      Sine         | K   | k
+      Inv. Sine    | -   | K
+      Cosine       | J   | j
+      Inv. Cosine  | -   | J
+      Tangent      | L   | w
+      Inv. Tangent | -   | W
+      Natural Log  | N   | n
+      e^x          | {   | N
+      Log          | G   | g
+      10^x         | }   | G
+      Log_2        | H   | h
+      2^x          | -   | H
+      x^y          | ^   | ^ or o
+      x^(1/y)      | -   | O
+      
+      (Robin Sonefors, Bug #379476).
+
+    * Fixed crash where financial dialogs are activated from other modes on startup
+      (Robin Sonefors, Bug #560196).
+
+    * Give binary invert operation higher precedence so that ~X and X == 0 (Sami PietilÃ, Bug #562251)
+    
+    * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)
+
+    * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
+      name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).
+
+    * Correct gconf key names in man page (Robert Ancell, Bug #559458).
+
+    * Updated translations: es (Jorge Gonzalez)
+
+    * Updated help: es (Jorge Gonzalez)
+
 Overview of changes in gcalctool 5.25.1
 
     * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Dec  1 09:47:16 2008
@@ -17,7 +17,7 @@
 1. Introduction.
 ----------------
 
-This is v5.24.1 of gcalctool, the calculator application that was previously
+This is v5.25.2 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  1 09:47:16 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.1)
+AM_INIT_AUTOMAKE(gcalctool, 5.25.2)
 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]