⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.txt

📁 dtelent是开源的开发项目
💻 TXT
📖 第 1 页 / 共 2 页
字号:
The Changelog of Dave's Telnet

2006-04-26/28 Lorinczy Zsigmond
        * VERSION.H: year 2005->2006
	* EMUL.C: emulCharDelete and emulCharDeleteCore got a 'bKeyboard' parameter.
	* FONT.C: stdlib.h included
	* DTELNET.RC, RESOURCE.H, FONT.C: in Win16 GetACP() and GetOEMCP() do not exist
          show value of GetKBCodePage() instead
	* EMUL.C: support for ESC[8;<ln>;<cl>t, ESC[14t, ESC[18t to let resize work

2005-10-23 Lorinczy Zsigmond
        * Terminal/Font/Size became Combobox to allow unlisted values.

2005-07-25 Lorinczy Zsigmond
	* VERSION.H: version 1.2.4
	* some function-parameters became const in connectRememberTerm,
	  telnetFatal, socketError, socketConnect
	* PROXY.C, UTILS.C, ARGV.C: cleaning warnings
	* TERM.C: termSysKeyDown: better support for deadchars,
          eg ALT+^ on German kbd now sends ESC ^

2005-05-30/2005-06-01 Lorinczy Zsigmond
	* Fixing X-server detection in SOCKET.C
	* VERSION.H: version 1.2.3
	* LINES.C: function "linesFill" to Fill areas in a line
	  with a constant character

2005-01-19/2005-03-10 Lorinczy Zsigmond
        * DTELNET.RC: Incrementing version number to 1.2.2
        * TERM.C, EMUL.C: Trying to implement "answerback message"
	* SOCKET.H, SOCKET.C: Detecting local X server
	* RAW.H, RAW.C: New method for handling telnet options,
	  set XDISPLOC only if X server detected
	* UTILS: escape, unescape: parameters reorganized: from, fromlen, to, maxlen
	* CONNECT.C: variable useProfile removed
	* ARGV: long options, advanced option handling
	* BORL32.MAK: response-file for ILINK32
	* VERSION.H to store version number

2004-10-24/2004-11-19 Lorinczy Zsigmond
	* font.h, font.c, resources.h, dtelnet.rc, term.h, term.c,
          lines.c, dtchars.h, dtchars.c:
          adding a 2nd font for character-graphic (OEM_CHARSET)
	  This makes possible paralel using of OEM_CHARSET (box-drawing)
	  and special letters of an other ANSI-like font (eg EASTEUROPE).
	* Extension in Terminal/Font dialog:
          - showing the name of both fonts
          - let the user to select from more charsets
          - showing the system's OEM/ANSI charset (Win32 only)
	* printing.c: Calling printingCloseDialog in printingEndJob,
	  call termGetChars to access data in PrintScreen
	* protocol.h, raw.c, socket.h, socket.c: implemeting XDISPLOC
	  for people running X-server within their Windows
	* writing CRLF instead of LF in log.logProtocol
	* emul.c: using termGetChars in emulSendCurrentLine
	* dtelnet.c: calling connectGetDefVars and connectLoadVars in WinMain
	* emul.c: when not connected, 'Enter' performs CRLF - meaningless
	* lines.c: line expanding changed in linesSetChar
	* Released dtelnet 1.2.1

2004-03-19/2004-03-21 Lorinczy Zsigmond
	* logging CRLF in EMUL.emulSendCurrentLine
	* Parameter 'data' in LOG.logSession became const
        * Parameter 'data' in SOCKET.socketWrite became const
        * DTELNET.RC: Incrementing version number to 1.2.1
        * EMUL.C: calling emulCursorCheck in emulSendCurrentLine
	* Fixing borl32.mak 

2003-02-13 Lorinczy Zsigmond
	* changing termdef.telnetEnumTermProfiles as Miguel Latore offered

2003-02-13 Lorinczy Zsigmond
	* Released dtelnet 1.2.0

2002-12-26 Lorinczy Zsigmond
	* Merry Christmass
	* Adding two little (standalone) utility for UNIX: shkeys.c
	  and shchars.c. They are in LF-only format!

2002-02-11/2002-02-15 Enrique Grandes
	* adding dtchars.* and ctab.* to dtelnet.dsp
	* replacing BS_ETCHED static controls by GROUPBOX for win16 (dtelnet.rc)
	* incrementing MARGIN_MAX in printing.c
	* replacing calls to connectSetServerCharset() in connect.c due to useProfile
	* removing duplicated code of filetype.c/connect.c for easy future modifications
	* adding default values for connection profiles.
	* now double quotes in arguments are removed directly in getoptInit()
	* fixing unquoted /X in fileExecFavorites() (filetype.c)

2002-02-15 Lorinczy Zsigmond
	* In font selection dialog showing font width too

2002-02-13 Mark Melvin
        * moving escape into utils.c
        * reverting /E command line option, was causing memory garbage on
          emulation names.

2002-02-11 massimo morara
	* gcc.mak: link with 'libwinspool' (pro EnumPrinters())

2001-12-20/2002-02-07 Enrique Grandes
	* HTTP Proxy support.
	* classic status bar panes.
        * fixes in filetype.c
	* reordering favorites dialog.
	* fixing connect history save/restore problem.
        * small fix in raw.c (synch without data mark problem)
	* completing printing stuff.

2002-02-01 massimo morara
        * gcc.mak: added support for proxy.c and dtchars.c; removed support
          for socks.c
        * connect.c, connect.h, dtelnet.c: improved support for emulation
          terminal via command line
        
2001-12-28/2002-01-23 Lorinczy Zsigmond
        * moving functions fromhex, unescape into utils.c
        * adding section [ExtraCharsets] to dtelnet.ini
        * adding files dtchars.h dtchars.c
        * changing the charset-selection in connect dialog: connect.c
          and filetype.c
        * showing extra charsets is Terminal menu: dtelnet.c
	* updating copyright notice (removing Fred - sorry but there
          are too many hackers to list them all)
	* making 16-bit compilation possible again (multiple files)
        * changing behaviour of PASTE in term.c - but now it's too slow !
        * undoing the previous and changing COPY behaviour too

2001-12-11 massimo morara
        * gcc.mak: added support for socks.c and ctab.c

2001-11-30 Lorinczy Zsigmond
	Trying to handle graphic character sets...
	2001-11-30: Adding 'acsc' field to dtelnet.set for later usage
        2001-12-06: New files: ctab.h, ctab.c
	2001-12-12: The problem seems to be fixed, modified emul.h, emul.c,
                    termdef.c, ctab.h, ctab.c

2001-10-29 Enrique Grandes
	now the user can select the cursor style between block, underline 
	or vertical line.

2001-10-28 Enrique Grandes
	Added SOCKS support.
	changed: dtelnet.rc, resource.h, dtelnet.c, socket.c, socket.h
	added: socks.c, socks.h, socksdef.h

2001-10-26 Mark Melvin
	Support for executing connection profiles (filetype.c). The file format
	is standard INI file describing the connection. It is accepted 
	with /X command line option (dtelnet /X server.ts).
	Now has a "Favorites" menu a la IE, scans for ts files in dtelnet 
	directory. Should fulfill TODO item no. 5 :)  but still need some work
	yet.

2001-09-10 massimo morara
        * gcc.mak: added support for editor.c, filetype.c, printing.c and
          termdef.c
        * filetype.c: added "#include <stdlib.h>", pro _MAX_PATH (necessary
          for gcc)

2001-07-02 Mark Melvin
	Moving terminal definition parsein out of dtelnet.c into separate 
	source termdef.c 
	Adding a dialog box while printing to abort print.	

2001-06-30 Mark Melvin
	Support for screen dump (PrintScreen) as proposed by Khader Alatrash
	using existing print engine. Add permission variables to guard 
	against unwanted printing.

2001-06-15 Mark Melvin
	Support for ANSI attached-printer (code \E[4i and \E[5i ) allowing
	to print host text to local printer. You can test the functionality
	with 'lpansi'. Still plain and no configurable options yet.

2001-05-04 - 2001-07-18 Lorinczy Zsigmond
	* Trying implement 'local edit mode', including wrapping lines
          Related sources: emul.h,emul.c,term.c,editor.h,editor.c
	  05.04: keys BackSpace and Delete work locally
	  05.07: Insert
	  05.08: Left/Right/Home/End
	  05.10: key Enter sends the whole line
          06.20: adding editor.h and editor.c
	  06.28: refining cursor left
          07.18: refining cursor right, adding menuitems to control
                 cursor movement 

2001-05-04 Lorinczy Zsigmond
	* dtelnet.rc: reordering include files to avoid a warning

2001-04-24 Lorinczy Zsigmond
	* borl32.mak: Define windows version to 4.00 to let OpenFile
	  dialog work in Start Logging

2001-04-12 Lorinczy Zsigmond
	* dtelnet.rc: Preparing for 1.1.8, Moving "New Window" down

2001-04-02 Lorinczy Zsigmond
	* raw.c:  local echoing is now ON by default
	* emul.c: <ENTER> now sends 0D0A instead of 0D00
	  independent from term.newLineMode
	* adding dtelnet.set to pack.bat

2001-03-29 Lorinczy Zsigmond
	* dtelnet.c: fixes about TERM definition (for VT100)

2001-03-27 Lorinczy Zsigmond
	* emul.c: support for \E[39m and \E[49m ('clear underscore and reset
          foreground color' and 'reset background color')

2001-03-09 Mark Melvin
	Rearranged command-line options, now you specify either /COEM or /CANSI
	to select character sets, /A to specify background color.

2001-03-08 Lorinczy Zsigmond
	* resource.h: define BS_CENTER as 0 if not defined (for 16-bit version)
	* emul.c:     in function 'emulAddChar' changing type of parameter 'c'
		      to unsigned char

2001-03-08 massimo morara
	* fixed bug in getopt() (argv.c)
	* fixed bug in connectGetProfile() (connect.c)

2001-03-05 Lorinczy Zsigmond
	* Cleaning C++ errors

2001-02-12 Mark Melvin
        * Support drag-and-drop for text files. The content of text file will
          be pasted as if typed in from the terminal.
        * Fix for large paste problem on some cases.

2001-02-02 Mark Melvin
	* Terminal definitions no longer hard-coded in dtelnet binary, now
	  it is read from dtelnet.set with INI-file format.
	* Added "New Window" menu item, to spawn itself.

2001-01-17 LZS
	* Adding terminal type rxvt

2001-01-09 Mark Melvin
	* Support mouse events with xterm emulation (quick hack).
	* Project .ide and .mak for Borland C++ 5.

2001-01-05 Lorinczy Zsigmond
	* Adding field `flags' to struct emul, to enable smacs/rmacs of VT320

2001-01-04 Lorinczy Zsigmond
	* New function emulFuncKeyPress2 with to parameters (local and remote),
	  to solve problem with echoing BackSpace (not correct yet).

2001-01-02 Lorinczy Zsigmond
	* Incomplete support for terminal types vt320 and vt420.

2000-12-16 Timothy Ng <rocket96@cyberspace.org>
	* Removed my earlier change (not listed here) which checked for
	  valid \T arguments.

2000-12-15 LZS
	* Fix in term.c/termSysKeyDown to let ALT+key work in Windows NT

2000-11-30
	* Releasing 1.1.6

2000-11-21 Lorinczy Zsigmond
	* Calling emulResetTerminal before connecting

2000-11-20 Lorinczy Zsigmond

	* From now you can change this in Terminal/ServerCharSet menu
	  the same conversion for sending...

2000-11-13 Lorinczy Zsigmonmd

	* In the connect dialog, the user can select the handling of
          input characters above 128: ANSI/OEM

2000-11-10 Lorinczy Zsigmond

	* And now the user gets a little feedback about the selected font
	  changed: resource.h, dtelnet.rc, font.h, font.c, term.c

2000-11-09 Lorinczy Zsigmond

	* Now the user can select the character set in the 'Font Dialog'
	  changed: resource.h, dtelnet.rc, font.c, font.h, term.c 

2000-11-06 Lorinczy Zsigmond

        * term.c, emul.c: reverting previous change: calling OemToAnsi before
          TextOut when using ANSI font, calling AnsiToOem when receiving
          a character (and not in graphics mode)
        * emul.c: ESC[11m and ESC[10m are now enabled to switch
          graphics/standard mode
        * emul.c: sending CR+LF instead of CR+NUL+LF

2000-10-31 Lorinczy Zsigmond

	* term.h, term.c: tracking charset of terminal font, 
          calling AnsiToOemBuff before TextOut when using OEM font
	* pack.bat: batch to create archives (uses pkzip25)

2000-10-27 Massimo Morara <m.morara@altavista.net>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -