[gcalctool] Released 5.28.0



commit 8fc34c283fba53a270a7afe43e3072fb11caa9bf
Author: Robert Ancell <robert ancell gmail com>
Date:   Tue Sep 22 09:01:14 2009 +1000

    Released 5.28.0

 ChangeLog    |    7 +++++++
 NEWS         |   26 +++++++++++++++++++++++++-
 README       |    2 +-
 configure.in |    2 +-
 4 files changed, 34 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3117bf4..0823dd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,13 @@
 gcalctool change history.
 =========================
 
+2009-09-22 Robert Ancell <robert ancell gmail com>
+
+    * README:
+      NEWS:
+      configure.in:
+      Released a gcalctool v5.28.0 tarball.
+
 2009-09-18 Robert Ancell <robert ancell gmail com>
 
     * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
diff --git a/NEWS b/NEWS
index b9f26f9..6d3fcb4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,31 @@
  *  Copyright (c) 1987-2009 Sun Microsystems, Inc.
  *  All Rights Reserved.
  */
- 
+
+Overview of changes in gcalctool 5.28.0
+
+    * Don't override space bar when buttons are focussed as this stops keyboard control
+      (Robert Ancell, Bug #595337)
+
+    * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
+      and allow '**' to be converted to a '^' for layouts that do not support it
+      (Robert Ancell, Bug #546819)
+
+    * Updated documentation: de (Christian Kirbach), fr (Claude Paroz)
+
+    * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov)
+                            bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed)
+                            cs (Marek Ä?ernocký), da (Ask H. Larsen)
+                            en_GB (Bruce Cowan), et (Ivar Smolin)
+                            hi (Rajesh Ranjan), it (Davide Falagna)
+                            kn (Shankar Prasad), lt (Gintautas Miliauskas)
+                            ml (Ani), mr (Sandeep Shedmake)
+                            or (Manoj Kumar Giri), pa (A S Alam)
+                            ro (Adi Roiban), sl (Matej UrbanÄ?iÄ?)
+                            sr (Branko KokanoviÄ?), sr latin (Branko KokanoviÄ?)
+                            te (krishnababu k), uk (Maxim V. Dziumanenko)
+                            zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
+
 Overview of changes in gcalctool 5.27.92
 
     * Fix base conversions (Robert Ancell)
diff --git a/README b/README
index 76ecca0..2091fa1 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ CONTENTS:
 1. Introduction.
 ----------------
 
-This is v5.27.92 of gcalctool, the calculator application that was previously
+This is v5.28.0 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 a20d777..357f9c1 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.92)
+AM_INIT_AUTOMAKE(gcalctool, 5.28.0)
 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]