gcalctool r2314 - branches/gnome-2-24



Author: rancell
Date: Mon Nov 24 22:15:25 2008
New Revision: 2314
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2314&view=rev

Log:
Released 5.24.2

Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/NEWS
   branches/gnome-2-24/README
   branches/gnome-2-24/configure.in

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Mon Nov 24 22:15:25 2008
@@ -4,6 +4,20 @@
  *  All Rights Reserved.
  */
  
+Overview of changes in gcalctool 5.24.2
+
+    * Remember setting to ignore change mode warning between instances (Robert Ancell, Bug #556407)
+
+    * Always read configuration from /apps/gcalctool not /apps/(appname) as
+      the application name is different when symlinked (Matt Keenan, Bug #559260).
+      
+    * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
+    
+    * Removed double conversion in boolean and 32 bit and 16 bit mask operations so
+      they can handle larger numbers (Robert Ancell, Bug #509988)
+    
+    * Updated translations: et (Ivar Smolin), pt_BR (Leonardo Ferreira Fontenelle), uk (Maxim Dziumanenko).
+ 
 Overview of changes in gcalctool 5.24.1
 
     * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965)

Modified: branches/gnome-2-24/README
==============================================================================
--- branches/gnome-2-24/README	(original)
+++ branches/gnome-2-24/README	Mon Nov 24 22:15:25 2008
@@ -17,7 +17,7 @@
 1. Introduction.
 ----------------
 
-This is v5.24.1 of gcalctool, the calculator application that was previously
+This is v5.24.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: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in	(original)
+++ branches/gnome-2-24/configure.in	Mon Nov 24 22:15:25 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.1)
+AM_INIT_AUTOMAKE(gcalctool, 5.24.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]