home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
utilities
/
utilsf
/
freeterm
/
!FreeTerm
/
ChangeLog
< prev
next >
Wrap
Text File
|
1995-05-30
|
3KB
|
95 lines
To Do
* Dragging files to window to upload
* core for rinkification
* session triggering via WIMP messages
Bugs
* Setting terminal height to 100 and then reducing it can cause crashes.
Version 0.12b
* telnet.c
0.12 & 0.12a Failed to close sockets with socket descriptor zero.
This has been fixed.
Version 0.12a
* main.c, misc.[ch]
-nopop switch added, allows disabling of 'Resolving...' dialogue boxes
and reports domain errors via werr if present.
* list.c
Potential nastyness corrected.
* core.c
Telnet now copies the host/port string before munging for its own use.
This caused problems with hostname aliases, these were expanded in
telnet.c into full hostnames, writing over the original parameter
string. Fine, usually. However, clicks on the hot list where there
are two entries pass pointers to FreeTerm's parts of malloced
hostlist structures, so telnet.c would happily overwrite other
malloced variables etc, causing untold horridness. Incidentally I
did try to preserve the port/host strings in core.c but strcpy did
not work properly, this could mean there is yet more fun to come,
or it could be a bug in the compiler.
Thanks to Reuben Thomas (rrt1001@cus.cam.ac.uk) for pointing this
one out.
* main.c, lists.c
A few bits moved into Resources, system variables used to point at
configurations etc. to reduce headaches for non FreeNet users.
Version 0.12
* terminal.[ch], telnet.c
User is now informed of remote closes via terminal rather than werr.
* terminal.c
Close confirmation added.
* iconbar.c, main.c, added core.c
_Very_ basic core structure added.
* misc.[ch], telnet.c, iconbar.c
inform routines added for normal errors (ie domain look up fails) and
status reporting for domain lookups. Non serious error window uses
L validation string, so thanks to some pathetic coding in OS 3.5 it
isn't rendered too well when a wimp outline font is used. Acorn have
promised a fix....
* iconbar.c, lists.[ch], misc.[ch]
Iconbar menu gained hotlist item, menu as per host menu in dbox, if
no default port for entry the dbox is opened upon selecting the option,
otherwise a connection is opened.
* iconbar.c
Rejects connect attempts with no hostname
* main.c
Task name changed to FreeTerm, iconised window sprite added
* iconbar.c changed, lists.[ch] and misc.[ch] added
Pop up menus added in connect dbox.
* telnet.c
The port string is now lowered before passing for service look up.
Error generation if port string not found in services list improved.
Version 0.11
* Messages
Changed version to 0.11.
* telnet.[ch]
Fixed bug in options negotiation caused by options state array being
one entry too small.
Version 0.10
* Messages
Changed version to 0.10 for first properly numbered version.