[genius] Wed Apr 24 16:52:56 2013 Jiri (George) Lebl <jirka 5z com>



commit bdef5d009c6e6b0245d68a6311fa38d58deb8904
Author: Jiri (George) Lebl <jirka 5z com>
Date:   Wed Apr 24 16:55:21 2013 -0500

    Wed Apr 24 16:52:56 2013  Jiri (George) Lebl <jirka 5z com>
    
        * update version number
    
        * update copyright strings.  Remove the "PhD"  ... the novelty wore
          off

 ChangeLog         |    9 ++++++++-
 NEWS              |    9 +++++++++
 configure.in      |    2 +-
 help/C/genius.xml |    6 +++---
 src/calc.h        |    4 ++--
 src/funclib.c     |    2 +-
 src/graphing.c    |    2 +-
 src/parseutil.h   |    2 +-
 8 files changed, 26 insertions(+), 10 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d6b05a3..c255b12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Apr 24 16:52:56 2013  Jiri (George) Lebl <jirka 5z com>
+
+       * update version number
+
+       * update copyright strings.  Remove the "PhD"  ... the novelty wore
+         off
+
 Wed Apr 24 16:45:17 2013  Jiri (George) Lebl <jirka 5z com>
 
        * src/parseutil.h, src/funclib.c: properly initialize
@@ -33,7 +40,7 @@ Mon Mar 04 12:33:47 2013  Jiri (George) Lebl <jirka 5z com>
 Mon Mar 04 12:29:41 2013  Jiri (George) Lebl <jirka 5z com>
 
        * help/C/genius.xml: remove scale="50" from images apparently that
-         nowdays makes everything 50 pixels large or some other nonsense
+         nowadays makes everything 50 pixels large or some other nonsense
          like that.
 
 Wed Feb 06 22:22:16 2013  Jiri (George) Lebl <jirka 5z com>
diff --git a/NEWS b/NEWS
index acc9893..38dad5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes to 1.0.17
+
+* Better precision for graphs especially when zoomed it a lot, and make font
+  smaller if needed
+* Fix FindRootBisection and FindRootMullersMethod
+* A few small fixes and updates to the documentation
+* A few minor bugfixes
+* Update mersenne primes
+
 Changes to 1.0.16
 
 * Add SurfacePlotData and SurfacePlotDataGrid functions to draw arbitrary
diff --git a/configure.in b/configure.in
index 2136e9c..a855385 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([genius], [1.0.16])
+AC_INIT([genius], [1.0.17])
 AC_CONFIG_SRCDIR([src/calc.c])
 AM_INIT_AUTOMAKE([dist-xz])
 
diff --git a/help/C/genius.xml b/help/C/genius.xml
index 0b1c3df..a911cc8 100644
--- a/help/C/genius.xml
+++ b/help/C/genius.xml
@@ -3,8 +3,8 @@
 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
   <!ENTITY app "<application>Genius Mathematics Tool</application>">
   <!ENTITY appname "Genius">
-  <!ENTITY appversion "1.0.16">
-  <!ENTITY date "December 2012">
+  <!ENTITY appversion "1.0.17">
+  <!ENTITY date "April 2013">
 
   <!ENTITY legal SYSTEM "legal.xml">
 
@@ -37,7 +37,7 @@
     <title>&appname; Manual</title>       
 
     <copyright>
-      <year>1997-2012</year>
+      <year>1997-2013</year>
       <holder>Ji&#345;&#237; (George) Lebl</holder>
     </copyright>
     <copyright>
diff --git a/src/calc.h b/src/calc.h
index 239743f..61ba322 100644
--- a/src/calc.h
+++ b/src/calc.h
@@ -1,5 +1,5 @@
 /* GENIUS Calculator
- * Copyright (C) 1997-2011 Jiri (George) Lebl
+ * Copyright (C) 1997-2013 Jiri (George) Lebl
  *
  * Author: Jiri (George) Lebl
  *
@@ -29,7 +29,7 @@
 
 #include "structs.h"
 
-#define GENIUS_COPYRIGHT_STRING N_("Copyright (C) 1997-2012 Jiří (George) Lebl, Ph.D.")
+#define GENIUS_COPYRIGHT_STRING N_("Copyright (C) 1997-2013 Jiří (George) Lebl")
 
 typedef enum {
        GEL_NO_ERROR = 0,
diff --git a/src/funclib.c b/src/funclib.c
index 11971dd..4ee6cba 100644
--- a/src/funclib.c
+++ b/src/funclib.c
@@ -1,5 +1,5 @@
 /* GENIUS Calculator
- * Copyright (C) 1997-2012 Jiri (George) Lebl
+ * Copyright (C) 1997-2013 Jiri (George) Lebl
  *
  * Author: Jiri (George) Lebl
  *
diff --git a/src/graphing.c b/src/graphing.c
index c6ec9b3..845906a 100644
--- a/src/graphing.c
+++ b/src/graphing.c
@@ -1,5 +1,5 @@
 /* GENIUS Calculator
- * Copyright (C) 2003-2012 Jiri (George) Lebl
+ * Copyright (C) 2003-2013 Jiri (George) Lebl
  *
  * Author: Jiri (George) Lebl
  *
diff --git a/src/parseutil.h b/src/parseutil.h
index dc61977..74f9fae 100644
--- a/src/parseutil.h
+++ b/src/parseutil.h
@@ -1,5 +1,5 @@
 /* GENIUS Calculator
- * Copyright (C) 1997-2009 Jiri (George) Lebl
+ * Copyright (C) 1997-2013 Jiri (George) Lebl
  *
  * Author: Jiri (George) Lebl
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]