Skip to content

Commit

Permalink
Version 4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 10, 2018
1 parent 1ffdf5a commit 0286846
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
This file describes changes in the GAP package 'XGAP'.
===========================================================================

4.29 (2018-11-10)
* remove "Toggle Library Read Mesg" command
* improve memory display (thanks to Russ Woodroofe)

4.28 (2018-09-12)
* Set TermEncoding to latin1
* Don't change the user's helpviewer to 'firefox'
* Set TermEncoding to latin1 (thanks to Russ Woodroofe)
* Don't change the user's helpviewer to 'firefox' (thanks to Russ Woodroofe)

4.27 (2018-03-21)
* Replace references to obsolete ReadPkg by ReadPackage
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "XGAP",
Subtitle := "a graphical user interface for GAP",
Version := "4.28",
Date := "12/09/2018",
Version := "4.29",
Date := "10/11/2018",

Persons := [
rec(
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ version from

https://gap-packages.github.io/xgap/

You need only one file with the name `xgap-4.28.tar.gz`
You need only one file with the name `xgap-4.29.tar.gz`
which is in the subdirectory for the packages.
You now change your current directory to the `pkg' subdirectory of the
location where you installed
GAP
Now you extract the sources for the XGAP package:

# tar xzvf xgap-4.28.tar.gz
# tar xzvf xgap-4.29.tar.gz
...

The <tar> utility unpacks the files and stores them into the apropriate
Expand Down
4 changes: 2 additions & 2 deletions doc/install.tex
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
https://gap-packages.github.io/xgap/
\endtt

You need only one file with the name ``xgap-4.28.tar.gz''
You need only one file with the name ``xgap-4.29.tar.gz''
which is in the subdirectory for the packages.
You now change your current directory to the `pkg' subdirectory of the
location where you installed
{\GAP}
Now you extract the sources for the {\XGAP} package:

\begintt
# tar xzvf xgap-4.28.tar.gz
# tar xzvf xgap-4.29.tar.gz
...
\endtt

Expand Down

0 comments on commit 0286846

Please sign in to comment.