home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Pascal / Applications / ircle 1.5.1 / source / ChangeLog next >
Encoding:
Text File  |  1993-11-24  |  3.6 KB  |  120 lines  |  [TEXT/PJMM]

  1. {}
  2. { *** 1.5.1 24.11.93 RELEASED }
  3. { Improved: IGNORE confusion, InputLine command recall }
  4. {}
  5. { *** 1.4.3 30.10.93 }
  6. { Fixed: saving of window sizes works now }
  7. { Added new CTCP PING/ECHO and CPING command }
  8. {}
  9. { *** 1.4.2 28.10.93 }
  10. { Fixed fatal bug in new MsgWindows }
  11. { Improved: window doesn't scroll when shift key pressed }
  12. {}
  13. { *** 1.4.1 7.10.93 }
  14. { Improved: Now handles text attributes, fixed (hopefully) all 2.8 problems }
  15. { Updated docs, various cleanups }
  16. {}
  17. { *** 1.4.0 6.10.93 }
  18. { Revamped prefs file. Now use a text file. }
  19. { Improved connection handling w/ SERVER }
  20. {}
  21. { *** 1.3.7 4.10.93 }
  22. { Added SHOW command (#report special) }
  23. {}
  24. { *** 1.3.6 14.9.93 }
  25. { Fixed: DCC 2.8 incompatibility }
  26. {}
  27. {}
  28. { *** 1.3.5 19.7.93 RELEASED }
  29. { Fixed: yet more minor 2.8 incompatibilities }
  30. { Fixed stupid error leading to performance problems }
  31. { Improved: connection error handling (again), Cycle windows omits input line }
  32. { Added LIST exclusion arguments }
  33. { Updated docs }
  34. {}
  35. { *** 1.3.4 16.7.93 }
  36. { Fixed: MSG (again) and combo for 2.8 servers }
  37. {}
  38. { *** 1.3.3 7.7.93 }
  39. { Adapted and added numerics according to RFC 1459. Should now be RFC and 2.8 compliant. }
  40. {}
  41. { *** 1.3.2 25.6.93 }
  42. { Added \n to shortcuts (suggested by terra) }
  43. {}
  44. { *** 1.3.1 23.6.93 }
  45. { Fixed a serious bug that prevented MSG from working (and nobody had noticed it ;-) }
  46. {}
  47. { *** 1.3.0 5.6.93 }
  48. { Fixed: more NOTIFY and KICK confusions }
  49. { Improved: rejoin channels after server change, no notify when away }
  50. {}
  51. { *** 1.2.9 21.5.93 }
  52. { Fixed: Input line confusions }
  53. { Improved: Network interface cleaned up, JOIN channel -> JOIN #channel, }
  54. {  let commands be abbreviated }
  55. { Added SERVER command, CMDCHAR command }
  56. { Updated docs }
  57. {}
  58. { *** 1.2.8 17.5.93 }
  59. { Fixed: KICK confusion }
  60. { Improved: Network interface, should catch more errors; text selection }
  61. { Added some numerics, 2.8-compatible }
  62. {}
  63. { *** 1.2.7 30.4.93 }
  64. { Fixed: Sent message direction confusion }
  65. { Improved: Handling of unstable network connections, input line behaviour }
  66. {}
  67. { *** 1.2.6 3.2.93 RELEASED }
  68. { Fixed: Window zooming works now, added some numerics and diagnostic information, }
  69. { NOTIFY confusion }
  70. { Used new TCP Libraries and Peter's FTPd ISO conversion tables}
  71. {}
  72. { *** 1.2.5 24.2.93 }
  73. { Fixed: protocol error in TYPE, let TYPE abort on Cmd-.}
  74. { Improved: Memory congestion handler }
  75. { Updated documentation }
  76. {}
  77. { *** 1.2.3 2.2.93, 1.2.4 12.2.93 }
  78. { Fixed: several errors in new InputLine and IRCChannels }
  79. {}
  80. { *** 1.2.2 16.1.93 }
  81. { Improved: Input line uses TextEdit }
  82. { Updated copyright notices, minor fixes in NOTIFY }
  83. {}
  84. { *** 1.2.1 8.1.93 }
  85. { Improved: Selecting message window, 'distribution' compiler switch }
  86. {}
  87. { *** 1.2 29.12.92 }
  88. { Added: NOTIFY command }
  89. {}
  90. { *** 1.1.5 17.11.92 }
  91. { Improved: NAMES w/o argument like WHO, prefs file selection -> abort, BNDL ID 128, }
  92. { correct selection in prefs (suggestions by smurf) }
  93. {}
  94. { *** 1.1.4 10.11.92 RELEASED }
  95. { Updated documentation, etc. }
  96. { Added dragging of input window }
  97. {}
  98. { *** 1.1.2 7.11.92 }
  99. { Fixed: Connection close instability }
  100. { temp fix for zooming confusion by disabling zoom }
  101. { Added: Color icons, improved existing ones }
  102. {}
  103. { *** 1.1.1 4.11.92 }
  104. { Fixed: PART not closing window, WHO misinterpretation }
  105. {}
  106. { *** 1.1 27.10.92 }
  107. { Added: BROADCAST command }
  108. {}
  109. { *** 1.0.3 16.10.92 }
  110. { Fixed: CTCP ACTION misdirections, wrong case sensitivity in nick (PRIVMSG),}
  111. { bad op-kill ALRT resource }
  112. {}
  113. { *** 1.0.1 10.10.92 }
  114. { Fixed: wrong force-close of DCC CHAT, DCC SEND close instability, }
  115. { menu item not deleted on close query, NOTICE misdirections }
  116. {}
  117. unit dummz;
  118. interface
  119. implementation
  120. end.