[gcalctool] Released 5.27.4



commit e1e254059b627a0c1037c6ca073cdaad4f8a8e96
Author: Robert Ancell <robert ancell gmail com>
Date:   Tue Jul 14 17:33:40 2009 +1000

    Released 5.27.4

 ChangeLog    |    7 +++++++
 NEWS         |   30 ++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 4 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 28a793b..ce9fad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,13 @@
 gcalctool change history.
 =========================
 
+2009-07-14 Robert Ancell <robert ancell gmail com>
+
+    * README:
+      NEWS:
+      configure.in:
+      Released a gcalctool v5.27.4 tarball.
+
 2009-07-13 Robert Ancell <robert ancell gmail com>
 
     * Update bit editor after shifting (Robert Ancell, Bug #587545)
diff --git a/NEWS b/NEWS
index f64989c..ce93ee7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,36 @@
  *  All Rights Reserved.
  */
  
+Overview of changes in gcalctool 5.27.4
+
+    * Update bit editor after shifting (Robert Ancell, Bug #587545)
+
+    * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802)
+
+    * Make padding consistent in GUI (Jerry Casiano, Bug #587292)
+    
+    * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812)
+
+    * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin�¹"
+
+    * Use lowercase notation for trigonometric and logarithm functions to look
+      more like standard mathematical notation
+
+    * Put spacing around functions, i.e. "sin" -> " sin "
+
+    * Use subscript for logarithm base two, i.e. "log2" -> "logâ??"
+
+    * Added etched border around display (Robert Ancell, Bug #140836)
+
+    * Rewrote out of date man page (Robert Ancell, Bug #585997)
+
+    * Updated documentation: cs (Marek Cernocky)
+
+    * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky),
+                            es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz),
+			    ta (drtvasudevan), sv (Daniel Nylander),
+			    uk (Maxim V. Dziumanenko)
+
 Overview of changes in gcalctool 5.27.3
 
     * Percentage operation for addition and subtraction now takes percentage of
diff --git a/README b/README
index 3695d30..069fbd5 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ CONTENTS:
 1. Introduction.
 ----------------
 
-This is v5.27.3 of gcalctool, the calculator application that was previously
+This is v5.27.4 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.
 
diff --git a/configure.in b/configure.in
index b54d3a7..48d04d8 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gcalctool, 5.27.3)
+AM_INIT_AUTOMAKE(gcalctool, 5.27.4)
 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]