gcalctool r2291 - trunk



Author: rancell
Date: Mon Nov  3 22:29:00 2008
New Revision: 2291
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2291&view=rev

Log:
Released 5.25.1

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Nov  3 22:29:00 2008
@@ -4,6 +4,42 @@
  *  All Rights Reserved.
  */
  
+Overview of changes in gcalctool 5.25.1
+
+    * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).
+    
+    * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).
+    
+    * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).
+    
+    * Don't clear display when changing modes and allow all functions to work in all non-basic
+      modes (Robert Ancell, Bug #554133).    
+   
+    * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
+      representation to different to their language settings (Robin Sonefors, Bug #557331).
+      
+    * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).
+
+    * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).
+
+    * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).
+
+    * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).
+    
+    * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
+
+    * Added translator comments (Robert Ancell)
+
+    * Updated translations: bg (Alexander Shopov),
+                            da (Ask H. Larsen, Kenneth Nielsen),
+                            es (Jorge Gonzalez),
+                            et (Ivar Smolin),
+                            fi (Ilkka Tuohela),
+                            mk (Jovan Naumovski),
+                            pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)
+
+    * Updated help: es (Jorge Gonzalez)
+
 Overview of changes in gcalctool 5.24.0
 
     * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Nov  3 22:29:00 2008
@@ -17,7 +17,7 @@
 1. Introduction.
 ----------------
 
-This is v5.24.0 of gcalctool, the calculator application that was previously
+This is v5.24.1 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 Nov  3 22:29:00 2008
@@ -1,7 +1,7 @@
 Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gcalctool, 5.24.0)
+AM_INIT_AUTOMAKE(gcalctool, 5.25.1)
 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]