From 5f32b5b06eed534bf0201266169dcb7e8d833349 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 14 Mar 2012 16:14:09 +0100 Subject: update for 1.2 --- AUTHORS | 8 +++++++- ChangeLog | 2 +- README | 19 +++---------------- autogen.sh | 4 ++-- configure.ac | 2 +- 5 files changed, 14 insertions(+), 21 deletions(-) diff --git a/AUTHORS b/AUTHORS index e2c031f..680d470 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,9 @@ +MATE: +Perberos +Steve Zesch +Stefano Karapetsas + +GNOME: Glade support/Main maintainer: Robert Ancell Original author/maintainer: Rich Burridge Arithmetic precedence support: Sami Pietila @@ -31,7 +37,7 @@ http://web.comlab.ox.ac.uk/oucl/work/richard.brent/ftp/rpb043/rpb043.tar.gz ---- -Acknowledgements for the MATE/Gtk+ version: +Acknowledgements for the GNOME/Gtk+ version: Dennis Cranston and Andrew Sobala for various bug fixes. Calum Benson for HCI advice. diff --git a/ChangeLog b/ChangeLog index 581ab7a..88eae60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1 +1 @@ -See ssh://git.mate.org/git/gcalctool for the revision history +See http://git.mate-desktop.org/?p=mate-calc&a=summary for the revision history diff --git a/README b/README index 9e2f074..77c2fa5 100644 --- a/README +++ b/README @@ -1,11 +1,4 @@ - -/* $Header: /cvs/mate/mate-calc/README,v 1.6 2006/01/09 16:30:20 richb Exp $ - * - * Copyright (c) 1987-2009 Sun Microsystems, Inc. - * All Rights Reserved. - */ - ---------------------------------------------------------------------------- +------------------------------------------------------------------------- CONTENTS: 1. Introduction. @@ -17,9 +10,8 @@ CONTENTS: 1. Introduction. ---------------- -This is v5.32.0 of mate-calc, 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. +This is mate-calc, a fork of gnome-calc, the calculator application that was +previously in the OpenWindows Deskset of the Solaris 8 operating system. It incorporates a multiple precision arithmetic packages based on the work of Professor Richard Brent, who has also kindly given me permission to make @@ -31,13 +23,8 @@ There is a single graphics driver for Gtk2 included with this release. 2. Getting started. ------------------- -See the file 'INSTALL' - The manual pages also describe how to use mate-calc in detail. -There is a TODO file included which lists current bugs, and the -enhancements that will hopefully be added in the future. - 3. Calctool history. -------------------- diff --git a/autogen.sh b/autogen.sh index 1aa6ef2..f3d0f9e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,7 +12,7 @@ PKG_NAME="mate-calc" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } @@ -21,5 +21,5 @@ REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes -. mate-autogen.sh +. mate-autogen diff --git a/configure.ac b/configure.ac index a8482e1..b47efc3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(configure.ac) -AM_INIT_AUTOMAKE(mate-calc, 1.1.0) +AM_INIT_AUTOMAKE(mate-calc, 1.2.0) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE MATE_MAINTAINER_MODE_DEFINES -- cgit v1.2.1