home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / telnet4j.zip / CHANGES < prev    next >
Text File  |  1997-07-10  |  10KB  |  300 lines

  1. Thu Jul 10 00:07:20 1997  Marcus Mei▀ner  <msmeissn@tanis>
  2.  
  3.     * display/vt320.java: --debugoutput
  4.  
  5.     * display/CharDisplay.java:
  6.     deleteLine: in case of a specified scroll area, deleteLine's bottom was 1 too less (second part of emacs ^K bug)
  7.  
  8. Wed Jul  9 23:59:22 1997  Marcus Mei▀ner  <msmeissn@tanis>
  9.  
  10.     * display/vt320.java: debug off
  11.  
  12. Wed Jul  9 20:12:05 1997  Matthias L. Jugel  <leo@tanis>
  13.  
  14.     * modules/TextLabel.java: a simple applet to display text labels
  15.  
  16. Wed Jul  9 19:53:34 1997  Marcus Mei▀ner  <msmeissn@tanis>
  17.  
  18.     * display/vt320.java:
  19.     CSI Pn M was deleting one less line than desired.... one part of emacs ^K problem fixed
  20.  
  21. Tue Jul  8 09:34:41 1997  Matthias L. Jugel  <leo@tanis>
  22.  
  23.     * modules/ButtonBar.java, appWrapper.java:
  24.     reattaching applet when clicking on the space on the web browser
  25.  
  26.     * modules/ButtonBar.java, appWrapper.java, frame.java, telnet.java:
  27.     Closing the frame of a detached window destroys it!
  28.  
  29. Fri Jul  4 11:09:09 1997  Marcus Mei▀ner  <msmeissn@tanis>
  30.  
  31.     * display/SoftFont.java: decreased memory usage...
  32.  
  33.     * display/vt320.java:
  34.     use 8bit control chars only when not using ibmcharset...
  35.  
  36.     * display/SoftFont.java: *** empty log message ***
  37.  
  38.     * display/SoftFont.java:
  39.     speed up for softfonts by directly specifying fillrects (not complete)
  40.  
  41. Tue Jul  1 15:39:55 1997  Matthias L. Jugel  <leo@tanis>
  42.  
  43.     * telnet.java, appWrapper.java: *** empty log message ***
  44.  
  45.     * modules/ButtonBar.java:
  46.     When no parent window was created, destroy applet window.
  47.  
  48.     * appWrapper.java: *** empty log message ***
  49.  
  50. Tue Jul  1 12:11:11 1997  Marcus Mei▀ner  <msmeissn@tanis>
  51.  
  52.     * display/vt320.java:
  53.     oops, some TSTATE_xxx weren't switching back to TSTATE_DATA
  54.  
  55. Mon Jun 30 09:55:49 1997  Matthias L. Jugel  <leo@tanis>
  56.  
  57.     * appWrapper.java: added more documentation, more changes to come
  58.  
  59. Sun Jun 29 19:26:30 1997  Matthias L. Jugel  <leo@tanis>
  60.  
  61.     * appWrapper.java:
  62.     The appWrapper can now only display a button to launch the applet
  63.  
  64. Sun Jun 29 17:22:21 1997  Marcus Mei▀ner  <msmeissn@tanis>
  65.  
  66.     * display/vt320.java: use 8bit control chars even when using ibmcharset
  67.  
  68.     * display/SoftFont.java: *** empty log message ***
  69.  
  70.     * display/vt320.java:
  71.     use cp431 (doslatin1us) instead of cp850 (doslatin1) ... most bbs systems
  72.     seem to use this.
  73.  
  74.     * display/CharDisplay.java: - added softfont capability.
  75.       CharDisplay is now able to display softfonts (rendered by SoftFont) and
  76.       standard fonts so the loss of speed should be marginal.
  77.     - some cleanups in paint()
  78.  
  79.     * display/SoftFont.java:
  80.     a softfont emulator capable to display usually missing UNICODE characters
  81.     (currently used for line and boxdrawings in the IBM PC charset)
  82.  
  83. Mon Jun  9 15:08:34 1997  Marcus Mei▀ner  <msmeissn@tanis>
  84.  
  85.     * display/vt320.java:
  86.     don't handle chars as bit-8-set VT sequences when using the IBM charset
  87.  
  88. Sun Jun  8 17:48:56 1997  Marcus Mei▀ner  <msmeissn@tanis>
  89.  
  90.     * display/vt320.java:
  91.     hmm, telnet linefeed string changed from \r\0 to \r\n (CR LF?) (RFC 1123)
  92.  
  93. Tue May 27 14:51:01 1997  Matthias L. Jugel  <leo@tanis>
  94.  
  95.     * display/CharDisplay.java: there was a nullpointer bug
  96.  
  97.     * tools/proxy.java: added date and time logging
  98.  
  99. Tue May 27 11:46:43 1997  Marcus Mei▀ner  <msmeissn@tanis>
  100.  
  101.     * display/vt320.java:
  102.     a lot of additions and fixes done by "Ray Whitmer <raywhitmer@itsnet.com>"
  103.     - key handling (esp. function key, return etc.)
  104.     - Emulation fixes (a lot of them)
  105.     - VMS additions
  106.  
  107. Tue May 27 11:39:19 1997  Matthias L. Jugel  <leo@tanis>
  108.  
  109.     * socket/TelnetIO.java, display/vt320.java, appWrapper.java, telnet.java:
  110.     included version information for online retrieval
  111.  
  112. Tue May 27 10:52:08 1997  Marcus Mei▀ner  <msmeissn@tanis>
  113.  
  114.     * display/vt320.java: *** empty log message ***
  115.  
  116. Tue May 27 09:56:28 1997  Matthias L. Jugel  <leo@tanis>
  117.  
  118.     * display/CharDisplay.java: documentation for setScrollbar()
  119.  
  120. Mon May 26 11:10:55 1997  Matthias L. Jugel  <leo@tanis>
  121.  
  122.     * display/CharDisplay.java, display/vt320.java:
  123.     moved the scrollbar to the character display
  124.  
  125. Tue May 20 19:52:47 1997  Marcus Mei▀ner  <msmeissn@tanis>
  126.  
  127.     * display/vt320.java: changed VTibmcharset to VTcharset
  128.  
  129.     * display/vt320.java: added docu
  130.  
  131.     * display/vt320.java: - scratch any \r input from terminal
  132.     - ibm charset mapping added
  133.  
  134. Thu May  8 19:56:39 1997  Marcus Mei▀ner  <msmeissn@tanis>
  135.  
  136.     * display/vt320.java:
  137.     added restore default color (fore and background) in ESC [ Pn* m
  138.  
  139. Tue May  6 15:47:44 1997  Marcus Mei▀ner  <msmeissn@tanis>
  140.  
  141.     * display/vt320.java: fixed insertmode ESC [ 4 l/h
  142.  
  143. Mon May  5 16:03:30 1997  Matthias L. Jugel  <leo@tanis>
  144.  
  145.     * display/CharDisplay.java: some more documentation
  146.  
  147.     * display/CharDisplay.java:
  148.     implemented colors: bright + black reveals as dark gray (foreground only)
  149.  
  150.     * display/CharDisplay.java, display/vt320.java:
  151.     added a border to the character display
  152.     cursorposition is now set and retrieved by setCursorPos() and getCursorPos()
  153.     necessary for future adaption to JDK 1.1
  154.  
  155. Tue Apr 29 20:48:42 1997  Marcus Mei▀ner  <msmeissn@tanis>
  156.  
  157.     * telnet.java:
  158.     return now sends \r\n to the terminal and \r\0 to the server.
  159.  
  160. Fri Apr 18 21:29:04 1997  Marcus Mei▀ner  <msmeissn@tanis>
  161.  
  162.     * display/vt320.java: ESC [ L fixed ... messed up 'vi' o command
  163.  
  164. Tue Apr 15 12:38:17 1997  Matthias L. Jugel  <leo@tanis>
  165.  
  166.     * tools/proxy.java:
  167.     the connecting client gets a message when the remote host is
  168.     not available.
  169.  
  170. Mon Apr 14 10:18:25 1997  Matthias L. Jugel  <leo@tanis>
  171.  
  172.     * telnet.java: telnet will not connect if no host is given as parameter
  173.  
  174.     * tools/proxy.java: the proxy does not exit when a host is unavailable
  175.  
  176.     * socket/TelnetIO.java:
  177.     bugfix: lost connection is now detected immediately
  178.  
  179.     * modules/MudConnector.java: 3D-status bar and info Button
  180.  
  181.     * display/CharDisplay.java: rudimentary support for copy&paste
  182.  
  183.     * telnet.java: added compilation of MudConnector to Makefile
  184.  
  185. Thu Apr 10 20:46:01 1997  Marcus Mei▀ner  <msmeissn@tanis>
  186.  
  187.     * display/CharDisplay.java:
  188.     deleteLine ... nicht size.height, sondern bottom.
  189.     fixt ein 'vim' Problem
  190.  
  191. Fri Apr  4 18:47:04 1997  Matthias L. Jugel  <leo@tanis>
  192.  
  193.     * telnet.java: telnet.java does not exit when no destination is given.
  194.  
  195.     * modules/ButtonBar.java, modules/MudConnector.java:
  196.     MudConnector is a new module designed for Andrew Cowans www.mudconnect.com
  197.     It loads a file of muds plus addresses to connect to. WOrks only in
  198.     connection with a proxy server!
  199.  
  200. Fri Apr  4 13:21:01 1997  Marcus Mei▀ner  <msmeissn@tanis>
  201.  
  202.     * socket/TelnetIO.java: SGI problem fixed.
  203.  
  204.     * socket/TelnetIO.java: *** empty log message ***
  205.  
  206. Mon Mar 24 14:55:19 1997  Matthias L. Jugel  <leo@tanis>
  207.  
  208.     * modules/Script.java, modules/ButtonBar.java, modules/Module.java:
  209.     module interface changed: receive() now returns a String or null
  210.  
  211.     * telnet.java:
  212.     removed the script module from testpage and changed the module interface
  213.     slightly
  214.  
  215. Wed Mar 19 14:23:07 1997  Matthias L. Jugel  <leo@tanis>
  216.  
  217.     * modules/Module.java, modules/Script.java, modules/ButtonBar.java:
  218.     Modules are now notified of connect() and disconnect()
  219.  
  220.     * telnet.java:
  221.     added notification of modules upon connect and disconnect
  222.  
  223. Wed Mar 19 14:09:33 1997  Marcus Mei▀ner  <msmeissn@tanis>
  224.  
  225.     * display/vt320.java:
  226.     delete left frtom cursor was leaving out 1 element
  227.  
  228.     * display/vt320.java: use enough tabs....
  229.  
  230. Tue Mar 18 15:14:48 1997  Marcus Mei▀ner  <msmeissn@tanis>
  231.  
  232.     * display/vt320.java: total reformatiert auf zweier spaces
  233.  
  234. Tue Mar 18 15:06:16 1997  Matthias L. Jugel  <leo@tanis>
  235.  
  236.     * display/CharDisplay.java: fixed a bug when resizing the screen
  237.  
  238. Tue Mar 18 14:26:50 1997  Marcus Mei▀ner  <msmeissn@tanis>
  239.  
  240.     * display/vt320.java: layout(0 statt display.resize9)
  241.  
  242.     * display/vt320.java: und nochnmal
  243.  
  244.     * display/vt320.java: ESC [ nr P added
  245.     first try at 132/80 resize
  246.  
  247. Tue Mar 18 13:47:22 1997  Matthias L. Jugel  <leo@tanis>
  248.  
  249.     * display/CharDisplay.java: *** empty log message ***
  250.  
  251.     * modules/ButtonBar.java:
  252.     It seems that \27 != ^[ (escape). Now the \e escape should work.
  253.  
  254.     * display/vt320.java:
  255.     Don't initialize, when a character display exists.
  256.     This should fix the detaching problem, where the screen was blank after
  257.     it was added to the external frame.
  258.  
  259. Mon Mar 17 13:45:52 1997  Matthias L. Jugel  <leo@tanis>
  260.  
  261.     * modules/ButtonBar.java: added documentation for the \e character
  262.  
  263. Fri Mar 14 21:22:03 1997  Matthias L. Jugel  <leo@tanis>
  264.  
  265.     * TelnetWrapper.java: *** empty log message ***
  266.  
  267. Thu Mar 13 12:27:29 1997  Matthias L. Jugel  <leo@tanis>
  268.  
  269.     * display/vt320.java: fixed bug in documentation VTrows default is 24
  270.  
  271. Wed Mar 12 15:16:45 1997  Matthias L. Jugel  <leo@tanis>
  272.  
  273.     * modules/ButtonBar.java: fixed bug in send text from input field
  274.  
  275.     * telnet.java: minor changes
  276.  
  277. Wed Mar  5 17:04:27 1997  Matthias L. Jugel  <leo@tanis>
  278.  
  279.     * modules/Script.java, modules/ButtonBar.java, display/vt320.java:
  280.     added documentation
  281.  
  282.     * modules/ButtonBar.java:
  283.     moved the documentation from index.html to this source file
  284.  
  285.     * telnet.java: fixed bug in connect
  286.  
  287.     * modules/ButtonBar.java: port number bug
  288.  
  289.     * display/vt320.java: documentation changes
  290.  
  291.     * CharDisplayTest.java, IOtest.java, appWrapper.java, display/CharDisplay.java, display/Terminal.java, display/TerminalHost.java, display/vt320.java, modules/ButtonBar.java, modules/Module.java, modules/Script.java, socket/StatusPeer.java, socket/TelnetIO.java, telnet.java, tools/proxy.java:
  292.     Initial CVS Registering
  293.  
  294.     This is the java(tm) Telnet Applet
  295.  
  296.  
  297.     * CharDisplayTest.java, IOtest.java, appWrapper.java, display/CharDisplay.java, display/Terminal.java, display/TerminalHost.java, display/vt320.java, modules/ButtonBar.java, modules/Module.java, modules/Script.java, socket/StatusPeer.java, socket/TelnetIO.java, telnet.java, tools/proxy.java:
  298.     Initial revision
  299.  
  300.