📄 changelog.txt
字号:
* socket.c (socketProcessPending): fixed bug [how suggested by
Khader Al-Atrash]
* argv.c (getopt): correct handling of arguments with a parameter
* dtelnet.c (WinMain): added error handling for getopt()
* term.c: added termFuncKeyDown()
2000-10-27 Lorinczy Zsigmond
* about.c, dtelnet.c, font.c:
In WM_COMMAND 'switch (wparam)' changed to 'switch (LOWORD(wparam))'
to work correctly in 32 bit mode.
2000-10-20 Lorinczy Zsigmond
* Changes in emul.h,emul.c,term.c to handle more function key (max 20)
Handling Shift+Fn as F(10+n), Alt+Fn as ESC Fn
2000-10-10 Massimo Morara <m.morara@altavista.net>
* socket.c: added call to WSAAsyncSelect() in closeSocket()
2000-10-09 Massimo Morara <m.morara@altavista.net>
* gcc.mak: added makefile for gcc (mingwin and cygwin)
* dtelnet.c: fixed bug in terminal emulation line options handling
* term.c: cleaning warnings (gcc)
2000-09-02 Lorinczy Zsigmond <lzsiga@mail.ahiv.hu>
* no more wranings left (except for 20 "Parameter never used")
* releasing 1.1.5
2000-08-02 Lorinczy Zsigmond <lzsiga@mail.ahiv.hu>
* borl32.mak: seems working
* dtelnet.c: WinMain became PASCAL instead of WINAPI
* dtelnet.def: stacksize added
* term.h,emul.h,dtelnet.h,socket.h: function prototypes corrected
2000-07-29 Alexander Stohr <alexs@freepage.de>
* dtelnet.rc: added icon, incremented version number
2000-07-27 Lorinczy Zsigmond <lzsiga@mail.ahiv.hu>
* emul.h,emul.c,term.c: BackSpace and Delete key handling corrected
* term.c: Alt+Enter sends Esc,Enter
* dtelnet.c: _stricmp -> stricmp
* utils.c: _getcwd -> getcwd
* font.c: wparam's type in fomtDlgProc: WORD -> WPARAM
* borl32.mak,bccw32.cfg: for compiling with borlandc 55 (not working yet)
2000-01-29 Dave Cole <dave@dccs.com.au>
* term.c (termSetWindowSize): Fixed bug where shrinking window
moved the cursor off the top of window - would freeze program.
1999-12-25 Allen Petrarca <allenp@gmx.de>
* res/dtelnet.ico: Marry Christmas - here is a new dtelnet icon.
1999-11-11 Dave Cole <dave@dccs.com.au>
* connect.c: provide default values for dlgVars.
* Released dtelnet 1.1.2
1999-11-06 Dave Cole <dave@dccs.com.au>
* connect.c (connectSetPort): set the correct default protocol
when setting the port on the command line.
* dtelnet.c (mainWndProc): use WM_ENTERSIZEMOVE and
WM_EXITSIZEMOVE to compress all user window resizes into a
single resize. GNU readline programs caused problems
due to Windows delaying delivery of the network read
messages while in the resize event loop (I think).
* dtelnet.c (WinMain): if terminal type not specified on
command line, assume a default of linux.
* raw.c (rawSetWindowSize): delay window resize notification
until user has finished resizing.
* status.c: status bar panels resize depending upon the size
of string displayed.
1999-01-23 Massimo Morara <m.morara@3di.it>
* dtelnet.c (WinMain): added /E argument to set the emulated
terminal independently of the remote terminal type.
1999-11-03 Tim Lesher <timl@epix.net>
* dtelnet.c: added position specification to the geometry
command line argument.
* term.c: added position specification to geometry string.
added wheel mouse capability.
1999-11-03 Dave Cole <dave@dccs.com.au>
* connect.c (connectOpenHost): use protocol field for setting
socket protocol, not the port, after all, that is why it is
there :-).
* Released dtelnet 1.1.1
1999-11-02 Dave Cole <dave@dccs.com.au>
* argc.c (getopt): convert all command line arguments to
uppercase for comparison
* connect.c (enablePortProtocol): check port and set protocol
appropriately.
* dtelnet.c (WinMain): add unix compatible dtelnet host [port]
* raw.c (parseTelnetCommand): enable local echo when remote
telnet server requests it.
* emul.c (emulKeyPress): when not using login/telnet protocol,
and performing local echo, send '\r\n' to terminal when user
presses Return.
* Released dtelnet 1.0.8
* connect.c (isNonBlank): Fixed infinite loop.
* connect.c (connectDlgProc): set default protocol to none.
* Released dtelnet 1.0.9
* dtelnet.c (WinMain): do not set connect parameters when not
requested - it disables connect profile saving (bug
introduced in 1.0.8)
* Released dtelnet 1.1.0
1999-03-04 Asoke K. Talukder <asoke@mail.usa.com>
* Added new person to thanks page.
1999-03-03 Dave Cole <dave@dccs.com.au>
* Released dtelnet 1.0.7
1999-03-03 Asoke K. Talukder <asoke@mail.usa.com>
* Updated help file with new features
1999-02-26 Frederic Dubru <Frederic.Dubru@clin.ucl.ac.be>
* connect.c:
* connect.h:
* dtelnet.c:
* dtelnet.rc:
* term.c: Added Send Backspace as Delete option.
1999-02-26 Dave Cole <dave@dccs.com.au>
* Released dtelnet 1.0.6
1999-02-25 Asoke K. Talukder <asoke@mail.usa.com>
* Created help file dtelnet.hlp
1999-02-16 Dave Cole <dave@dccs.com.au>
* lines.c (linesCharsInsert, linesCharsDelete, linesSetChar): When
modifying a line, truncate it's length to the window width.
1999-02-15 Dave Cole <dave@dccs.com.au>
* All: Changed wsprintf/wvsprintf back to sprint/vsprintf
* All: Many emulation bugs that were found using vttest were
fixed.
* term.c (winLinesInsert, winLinesDelete): Force windows to update
the region exposed by scrolling the window up/down.
* Released dtelnet 1.0.5
1999-02-07 Dave Cole <dave@dccs.com.au>
* Released dtelnet 1.0.3
* emul.c (emulResetTerminal): Set the current attribute to the
clear attribue *before* clearing the screen. Thanks to Julie
Brandon for reporting that bug.
* emul.c: Implemented cursor address reporting function. Thanks
again to Julie Brandon for reporting that missing feature.
* emul.c: Implemented xterm title bar programming capability.
* raw.c: Changed the telnet protocol negatiation to send all
client initiated options as soon as the connection is established.
* Changed all use of sprintf/vsprintf to wsprintf/wvsprintf.
* Released dtelnet 1.0.4
1999-02-05 Dave Cole <dave@dccs.com.au>
* connect.c (addConnectHistory):
(connectGetHistory): Fixed bug where connection protocol was not
saved in history in the Connect menu.
* font.c (enumFontProc):
(fontListNames): On advice of Asoke K. Talukder, reverted to
previous version to fix compile errors in VS6.0.
1999-02-02 Dave Cole <dave@dccs.com.au>
* Fixed syntax errors in VS6.0 pointed out by Asoke K. Talukder.
* Added socket protocol combobox to connect dialog. Feature
suggested by Hugh Connell.
* Added Edit/Copy menu item for people who like Windows style
selection.
* Released dtelnet 1.0.2
1999-01-18 Dave Cole <dave@dccs.com.au>
* Fixed ChangeLog format.
* Released dtelnet 1.0.1 - easiest release ever.
1999-01-23 Massimo Morara <m.morara@3di.it>
* connect.c (connectGetProfile): exitOnDisconnect unconditionally
set from .INI file.
* dtelnet.c (WinMain): Fixed getopt parameters to allow /I to be
used.
* emul.c: Fixed '\' entry in usCharSet and graphicsCharSet.
1999-01-18 Dave Cole <dave@dccs.com.au>
* dtelnet.c:
* term.c: Added a new menu option to switch between Windows
clipboard semantics and X style select == auto-copy to clipboard.
* term.c (termKeyPress): Fixed the handling of international
keyboards. Thanks to Per Steinar Iversen for helping me with that
one.
* Released dtelnet 1.0.0
1998-12-29 Dave Cole <dave@dccs.com.au>
* socket.c: Fixed a bug in the handlng of a closed remote end of
the socket which resulted in "Called recv() on a non-socket"
error. Thanks to Hans Verbeek for reporting that one.
* Released dtelnet 0.9.9
1998-12-03 Dave Cole <dave@dccs.com.au>
* dtelnet.c (WinMain):
* raw.c: Telnet BINARY mode negotiation disabled by default. Use
/B on the command line to enable.
* dtelnet.c (telnetAppName): Added function to return application
name which is then used throughout program.
* All source files now use DOS newlines.
* Released dtelnet 0.9.8
1998-12-02 Dave Cole <dave@dccs.com.au>
* emul.c: Implemented graphics and US G0/G1 character sets.
* Released dtelnet 0.9.7
1998-12-01 Dave Cole <dave@dccs.com.au>
* connect.c (connectDlgProc): Fixed combo box initialisation bug
in connect dialog. Thanks to Scott Chen for pointing that one
out.
* raw.c: Made telnet protocol logging more robust. Hopefully
finally fixing that GP fault.
* Released dtelnet 0.9.6
1998-11-22 Dave Cole <dave@dccs.com.au>
* raw.c: Added Telnet BINARY mode using code submitted by Pat
Narkinsky.
* Released dtelnet 0.9.5
1998-11-22 Dave Cole <dave@dccs.com.au>
* Ported code to Win32. The program now compiles with MSVC 1.5x
and MSVC 5.0
* Released dtelnet 0.9.4
1998-06-09 Dave Cole <dave@dccs.com.au>
* term.c: Fixed backwards timer scroll.
* emul.c (emulScrollRegion): When setting region to whole screen,
cancel region so history is enabled.
* lines.c (linesClearRange): Clear to end of line/screen resets
end of line attribute on first line.
* Released dtelnet 0.9.3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -