1    * tads2/osunixt.c: os_get_event() now properly redraws the screen
2      before waiting for an event (this is done by calling
3      osssb_redraw_if_needed()).  Dan Shiovitz provided this fix.
4    * tads3/Makefile: Added "t3res" target for building the Tads 3
5      command line resource compiler, added "mkchrtab" target along with
6      its dependencies for building the Tads character table generator,
7      changed the "install" target to also install the t3res and
8      mkchrtab utilities
9Nikos Chantziaras <realnc@lycos.de>, on Thu, 05 Mar 2005 12:28:00 +0200
10
11    * New upstream release 3.0.8
12    * tads3/Makefile: Added warning about -fno-strict-aliasing in Linux
13      section, changed Trill's pointer from ../README to ../INSTALL,
14      removed the install-strip target and made install strip the
15      binaries (there's no point in keeping the compiler's debug
16      symbols), changed the -R option to -fR in the chown invocation in
17      the install-common target (to hide the warnings when the user is
18      not root and is installing in his home directory)
19    * tads2/Makefile: Added PREFIX and DATADIR variables (like in
20      tads3/Makefile) and made the install target install adv.t, std.t
21      and gameinfo.t into DATADIR
22    * INSTALL: Added some info about the Glk interpreter, other minor
23      cosmetic changes
24    * README: We lack an "official" maintainer
25    * NEWS: Created
26Nikos Chantziaras <realnc@lycos.de>, on Thu, 04 Nov 2004 21:20:00 +0200
27
28    * New upstream release 3.0.7
29    * tads2/: renamed "makefile" to "Makefile"
30    * tads3/: renamed "makefile" to "Makefile"
31    * tads2/Makefile: removed "dummy.o" from the build, since it's
32      obsolete in Tads 2.5.8
33    * tads2/glk/Makefile: removed "dummy.o" from the build
34    * tads2/glk/os_glk.c: dummy implementation of os_nonstop_mode()
35    * tads3/Makefile: removed "vmosc.o" from the build, since it's
36      obsolete in Tads 3.0.7
37    * tads3/Makefile: removed Tads 2 object "dummy.o" from the build
38Nikos Chantziaras <realnc@lycos.de>, on Tue, 13 Jul 2004 22:30:00 +0200
39
40    * New upstream release 3.0.6m
41    * INSTALL:  Remove Suzanne Skinner's Email address
42    * tads3/makefile:  Change from DOS format (CRLF terminated) to UNIX
43      format (LF terminated) (Thanks to D. J. Picton)
44    * tads2/makefile, tads3/makefile:  Add -fno-strict-aliasing option
45      for Linux, to work around a segfault bug while compiling with GCC
46      3.3 (Thanks to Daniel Schepler and Antti Markus)
47Ming Hua <minghua@rice.edu>, on Mon, 16 Feb 2004 21:39:22 -0600
48
49TODO list:
50- Fix the conflict of variable ``PC'' and ``ospeed'' between osunixt.c
51  and ncurses library
52  (Nikos: The conflict arises because we want combatability with the
53  termcap library; the primary target of the Unix-port.)
54- Make menu system working on Solaris (maybe also ncurses related)
55- Find the segfault reason with strict aliasing and fix it
56  (Nikos: The problem is in the portable code, not the Unix code. No
57  idea where though.)
58