Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

23 check-ins using file Makefile version 596092ea14

1999-12-09
11:10
Oops - that unscroll stuff was a little broken... check-in: 4fee37a862 user: simon tags: trunk
1999-12-06
08:57
Added keyboard shortcuts on the system menu. I haven't tried to compile it, but the changes are trivial. check-in: b41efc5d6b user: chris tags: trunk
1999-12-03
05:32
Replace SHA implementation with homegrown one check-in: 028ec5aab7 user: simon tags: trunk
1999-11-30
05:53
Avoid recursing into . and .. when in -r mode check-in: 68ccd4384c user: simon tags: trunk
05:39
Add description of workaround for Visual Studio 6 problem check-in: 7d5de0fea1 user: simon tags: trunk
05:22
Turn #ifdef LOG into a command-line option for debugging use check-in: 803bd71cfa user: simon tags: trunk
05:13
Oops - fix total idiocies in applying that patch check-in: 394617730a user: simon tags: trunk
04:52
Robert de Bath's multi-purpose patch, slightly modified. - ^E answerback is now `PuTTY'. - The framework is now in place for the scrollback to reset to bottom on display _or_ keyboard events _or_ both. An actual configurable option isn't yet present, but most of the code is in place. - Try to deal with the problems where incoming data gets dropped after decoding but before display. - Scrollback behaviour has changed: instead of keying it off `scroll' versus `delete top line', things now go into the scrollback from _either_ of those but only if the primary screen is selected. Should fix problems with `less' and talkers. - must_update variable has gone because rdb correctly observed that it didn't seem to be doing a great deal :-) check-in: 763c0e4547 user: simon tags: trunk
1999-11-22
04:07
Cleanups to remove warnings for GNU/mingw32 compilation check-in: aea9f1c40e user: simon tags: trunk
1999-11-17
08:22
Fix potential segfault on malloc failure check-in: b719ae5fa1 user: simon tags: trunk
08:00
Remove accelerator conflict in Language panel check-in: 880f54f37e user: simon tags: trunk
04:44
Add ISO-8859-2 / Win-1250 char set translation check-in: d78cc4b25f user: simon tags: trunk
04:39
Fix a slightly picky compiler warning check-in: f412c2a84c user: simon tags: trunk
1999-11-16
03:57
Fix printing of Telnet GA as ugrave check-in: 526c8000ab user: simon tags: trunk
03:26
Update from Joris van Rantwijk: command line options to specify port and password in scp check-in: 5fa3bb4a93 user: simon tags: trunk
1999-11-15
04:31
Declare `struct RSAKey' so that its implicit declaration in the parameter list of verify_ssh_host_key() does not have scope restricted to that parameter list. Probably unnecessary but let's not take chances. check-in: 63cb6e108f user: simon tags: trunk
1999-11-11
04:27
Put a #ifndef around definition of TCS_MULTILINE check-in: 908f57444a user: simon tags: trunk
04:13
_sntprintf is nonportable; use sprintf instead check-in: 8d78262f5a user: simon tags: trunk
1999-11-10
04:28
Add spiel about there being a comment at the top of Makefile check-in: 4c14612fff user: simon tags: trunk
03:47
Added LICENCE and README files check-in: 679bdf9f17 user: simon tags: trunk
03:14
Add "extern" on declaration of raw_backend check-in: ecb1597708 user: simon tags: trunk
1999-11-09
08:20
Should be able to switch line disciplines mid-session check-in: 108ec742e6 user: simon tags: trunk
06:05
Added local-editing line discipline to make raw backend usable check-in: f31228813b user: simon tags: trunk