From fdade42bf337fa1650bb9d69ee06e3bd1562c951 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Fri, 4 May 2001 23:46:28 +0000 Subject: [PATCH] documentation and grammar updates --- NEWS | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 60ae0667..14306999 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ This file records noteworthy changes. 0.8.3 () +* Symbols can have a LaTeX name, e.g. symbol s("s", "\\sigma"); +* LaTeX output of indexed objects is much nicer. * Fix some build-problems (with recent libreadline). 0.8.2 (24 April 2001) diff --git a/configure.in b/configure.in index efc2f886..eb1284a9 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ AC_SUBST(GINACLIB_VERSION) dnl GiNaC archive file version information. dnl dnl If properties have been added, ARCHIVE_VERSION += 1, ARCHIVE_AGE += 1. -dnl If backwards compatibility has been broken, ARCHIVE_AGE to 0. +dnl If backwards compatibility has been broken, set ARCHIVE_AGE to 0. dnl dnl The version number in newly created archives will be ARCHIVE_VERSION. dnl Archives version (ARCHIVE_VERSION-ARCHIVE_AGE) thru ARCHIVE_VERSION can -- 2.44.0