home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / internet / tcpip / History / New_200b < prev    next >
Encoding:
Text File  |  1994-06-26  |  2.2 KB  |  70 lines

  1. Fixes (2.00b)
  2. =============
  3.  
  4. Tabs
  5. ----
  6. Tabs were a mess! - must have written that bit late at night or
  7. something ;-) Use of tabs could cause address excpetions (B.M.A) Should
  8. now function correctly.
  9.  
  10.  
  11. Keyboard mapping
  12. ----------------
  13. Have changed CTRL+U to be handled just like all other CTRL+(alpha) keys.
  14. Problem there was some old test code that had been left in.
  15.  
  16. Various other keys added. Sequence for Page up/down had a "~" missing
  17. off the end should be ok now. See file "Keyboard" in notes for keymap
  18. info.
  19.  
  20. Application keypad mode - this needs some thought due to way RiscOS
  21. keyboard is mapped by the keyboard handler.
  22.  
  23.  
  24. Changes
  25. =======
  26.  
  27. Commands parsing now accepts upto 32 tokens (or should)
  28. Chat strings now as per "Notes.Chat" file.
  29.  
  30. Pop now calls same closedown sequence as NNTP, SMTP etc.
  31.  
  32.  
  33. Responses to other comments
  34. ===========================
  35.  
  36. Smaller read only sessions
  37. --------------------------
  38.  
  39. NNTP, SMTP and POP window - making them open smaller. As a temporary
  40. measure, the size of these windows have been dropped to 40 x 8.
  41.  
  42. The minimum window size for a read only window has been droppd to 40 x
  43. 5. Input window min size remains at 80 x 24.
  44.  
  45.  
  46. Command aliases
  47. ---------------
  48.  
  49. I totally agree with your comments. I think I would be tempted to
  50. combine this with a rework of the FTP client and server to make them
  51. much more unix like in terms of path processing and information
  52. presentation.
  53.  
  54. This would mean that the FTP client and server would lose all of their
  55. existing coded aliases and gain correct operation of the underlying
  56. commands. The existing hard aliases can then be easiliy re-implemeted
  57. as soft aliases or command files.
  58.  
  59. While, it is likely the most users who would connect to an Arc FTP server
  60. would be other Acorn users, I find that most users when on the net, get
  61. into a net/unix way of thinking, thus unix like information and path
  62. parsing would actually make life more consistant.
  63.  
  64. The kind of alias mechanism I would have in mind would probably be a
  65. variation on the obey file theme. In this case a directory within the
  66. !TCPIP application would hold all command files (text files). This would
  67. also allow command scripts to be creted and called by name, just like
  68. command line use of obey files.
  69.  
  70.