Skip to content

Commit

Permalink
Merge pull request #19 from jrincayc/pre_release_6_1
Browse files Browse the repository at this point in the history
Release 6.1 Miscellaneous fixes.

This updates the version to 6.1, and makes multiple changes.

* Updates version to 6.1
* Adds more automatically generated files to .gitignore
* Removes README and copyedits README.md
* Removes automatically generated html, ps, and info documents from repository (Note that automatically generated PDF was left since otherwise tex is required to create it.)
* Switched to using texi2pdf for usermanual since it allows interdocument links and fixes index file generation.
* Added ucblogo.iss to use with Inno to generate a windows setup program.
* Switched version getting from svn to git.
* Updated windows build file.
  • Loading branch information
jrincayc authored Dec 27, 2019
2 parents 802008d + 27c2d7f commit e21e436
Show file tree
Hide file tree
Showing 42 changed files with 133 additions and 25,186 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
*.o
git.c
libloc.c
makefile
makehelp
logo
config.h
config.log
config.status
docs/html/
docs/ucblogo.info
docs/usermanual.aux
docs/usermanual.cp
docs/usermanual.cps
docs/usermanual.dvi
docs/usermanual.log
docs/usermanual.ps
docs/usermanual.toc
helpfiles/HELPCONTENTS
2 changes: 1 addition & 1 deletion Messages
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; UCBLogo message file version 6.0
; UCBLogo message file version 6.1
; Error messages -- position in this file corresponds to error number
; Lines starting with semicolon don't count in the line numbering
; and may be added at will.
Expand Down
2 changes: 1 addition & 1 deletion Messages.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Spanish version of Berkeley Logo messages file 6.0
; Spanish version of Berkeley Logo messages file 6.1
; Error messages -- position in this file corresponds to error number
; Lines starting with semicolon don't count in the line numbering
; and may be added at will.
Expand Down
2 changes: 1 addition & 1 deletion Messages.zh_TW
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; UCBLogo message file version 6.0
; UCBLogo message file version 6.1
; Error messages -- position in this file corresponds to error number
; Lines starting with semicolon don't count in the line numbering
; and may be added at will.
Expand Down
39 changes: 0 additions & 39 deletions README

This file was deleted.

33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@ The interpreter was written primarily by Daniel Van Blerkom, Brian Harvey,
Michael Katz, Douglas Orleans and Joshua Cogliati. Thanks to Fred Gilham for the X11 code.
Emacs logo-mode by Hrvoje Blazevic.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.

## About this project

This repository created for further UCBLogo development.
This uses the repository https://github.com/jrincayc/ucblogo-code
created for further UCBLogo development.
The current version is 6.1

Changes for this release:
Expand All @@ -41,15 +42,16 @@ Here is an overview of the repository:

The executable file in this distribution includes libraries from the
[wxWidgets project](http://wxwidgets.org/). The Microsoft Windows version
is distributed with runtime library mingwm10.dll, from the [MinGW project](http://www.mingw.org/).
is distributed with runtime library libgcc_s_dw2-1.dll and libstdc++-6.dll,
from the [MinGW project](http://www.mingw.org/).
Those libraries are also covered by the Gnu GPL. We
do not distribute their source code; you can download it from their
respective web sites.

## Usage

To build Logo under *nix, do this:
```
```
./configure
make
```
Expand All @@ -59,4 +61,3 @@ To build Logo under *nix, do this:
For getting UCBLogo previous versions such as version 6.0 if you're running wxWidgets or 5.4 if not, please visit [Brian Harvey's UCBLogo GitHub repository](https://github.com/brianharvey/UCBLogo).

The distribution for frozen platforms includes version 5.3 for DOS and Mac Classic (pre-OS X) still may be reached at [Brian Harvey's personal page](https://people.eecs.berkeley.edu/~bh/).

101 changes: 0 additions & 101 deletions docs/html/usermanual.html

This file was deleted.

Loading

0 comments on commit e21e436

Please sign in to comment.