Skip to content

Commit

Permalink
updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 7, 2001
1 parent 86a8f28 commit 9209df3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion last/toby/README
Expand Up @@ -4,7 +4,7 @@ Documentation is in the docs/ directory. It's meager, but there are plans to
Quick start:

You can try to just run toby.bat, toby.cmd, or toby.sh, depending on
your platform.
your platform. No promises.

This program is licensed under the GNU General Public License. Please know
your rights and freedoms; the license text can be found in docs/LICENSE.TXT .
Expand Down
16 changes: 7 additions & 9 deletions last/toby/docs/changelog.txt
Expand Up @@ -9,11 +9,8 @@ meant to be informative, but not authoritative.


If you want a byte-for-byte revision history, please use the CVS server:
set CVSROOT=:pserver:anonymous@cvs.xnot.com:/cvs/toby/cvsroot
cvs login
(password is "anonymous", without the quotes)
cvs checkout toby
cvs log fileToExamine.java
[hhmm...which is not currently available, since XNOT's demise. The
repository is intact, and will be made public again sooner or later.]


What's new in Toby alpha5:
Expand Down Expand Up @@ -43,10 +40,11 @@ What's new in Toby alpha5:
- TobyLanguage no longer uses printf()-style format tags, like "%s," "%d,"
etc, since this prevents true language abstraction. Now tags are simply
"%1," "%2," etc., so they may be in any order in the text and still
recieve correct replacement. Furthermore, the English text is the default
hardcoded language, but this may be overridden at runtime by a toby.lang
file, so new languages may be added without a recompile or modification of
the source code.
recieve correct replacement, and we can change the output of "12" to "twelve"
in the source base and not have to change the local strings. Furthermore,
the English text is the default hardcoded language, but this may be
overridden at runtime by a toby.lang file, so new languages may be added
without a recompile or modification of the source code.
- Toby.java is now just an entry to the code. The original Toby.java has
become last.toby.gui.TobyFrame ...
- Fixes to the Swing code.
Expand Down
2 changes: 1 addition & 1 deletion last/toby/docs/thanks.txt
Expand Up @@ -23,7 +23,7 @@ At this point, TOBY has been entirely written, and maintained by
- Bernd Kreimeier, for thoughts on efficiency of the instanceof operator.
- linux.com, for being my OTHER creative outlet.
- Ani Difranco, Phish, Soul Coughing, Soul Miner's Daughter, Beastie Boys,
AMG, and the Red Hot Chili Peppers for providing the Soundtrack for da Hack.
AMG, Belle and Sebastian, and Tool for providing the Soundtrack for da Hack.
- Loki Entertainment Software, for paying my bills.
- The Freshmeat crew, for cutting my appindex entry by about 18 sentences.
- ...and 'A' through 'F' in the phone book.
Expand Down
1 change: 1 addition & 0 deletions last/toby/docs/todo.txt
Expand Up @@ -3,6 +3,7 @@
ongoing bugfixes/enhancements :
GLOBAL REFERENCING IS FUCKED.

Have the build binaries go into a separate tree.

TobyMenuBar.java : Need to not hardcode TobyParser...
TobyMenuBar.java : Move execution to separate class.
Expand Down

0 comments on commit 9209df3

Please sign in to comment.