[gcalctool] Releasing 5.27.3



commit 1be1b33fd1eba050c05c5fba9ae8b8547fc41650
Author: Robert Ancell <robert ancell gmail com>
Date:   Tue Jun 16 15:38:17 2009 +1000

    Releasing 5.27.3

 ChangeLog    |    7 +++++++
 NEWS         |   15 +++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 4 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 83113ad..3ee4284 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,13 @@
 gcalctool change history.
 =========================
 
+2009-06-16 Robert Ancell <robert ancell gmail com>
+
+    * README:
+      NEWS:
+      configure.in:
+      Released a gcalctool v5.27.3 tarball.
+
 2009-06-15 Robert Ancell <robert ancell gmail com>
 
     * Percentage operation for addition and subtraction now takes percentage of
diff --git a/NEWS b/NEWS
index 9178004..f64989c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,21 @@
  *  All Rights Reserved.
  */
  
+Overview of changes in gcalctool 5.27.3
+
+    * Percentage operation for addition and subtraction now takes percentage of
+      first value (Robert Ancell, Bug #480207)
+
+    * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)
+
+    * Focus on the display entry by default
+
+    * Fix broken widget style.  Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.
+
+    * Fix missing icon in Help>Contents menu
+
+    * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan)
+ 
 Overview of changes in gcalctool 5.27.2
 
     * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
diff --git a/README b/README
index 4099fe5..3695d30 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ CONTENTS:
 1. Introduction.
 ----------------
 
-This is v5.27.2 of gcalctool, the calculator application that was previously
+This is v5.27.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.
 
diff --git a/configure.in b/configure.in
index 16b93fd..b54d3a7 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.2)
+AM_INIT_AUTOMAKE(gcalctool, 5.27.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]