changelog 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. bbcb ({#VERSION}) unstable; urgency=low
  2. * Unicode reduced (included to Strings)
  3. * Kernel.SplitName replaced by StdLibrarian.SplitName
  4. * Kernel.MakeFileName replaced by Files.dir.GetFileName
  5. * removed Kernel.Beep (Dialog.Beep should be used insted)
  6. -- Ivan Denisov <d.ivan.krsk@gmail.com> Sat, 31 Jul 2021 02:00:00 +0700
  7. bbcb (1.8~a1.160) unstable; urgency=low
  8. * three directories structure STANDARD/CUSTOM/USE
  9. * HostDates separated
  10. * HostEnv, Unicode, Utf etc.
  11. -- Ivan Denisov <d.ivan.krsk@gmail.com> Fri, 5 Feb 2021 18:00:00 +0700
  12. bbcb (1.8~a1.55) unstable; urgency=low
  13. * Remove Kernel from Strings, use Unicode (SovietPony)
  14. * switch to Utf, remove export of conversions from Kernel
  15. * respect to symlinks (A.Dmitriev)
  16. * StdCmds.result (E.Temirgaleev)
  17. -- Ivan Denisov <d.ivan.krsk@gmail.com> Thu, 13 Feb 2019 18:00:00 +0700
  18. bbcb (1.8~a1.15) unstable; urgency=low
  19. * fix drawing of rectangles
  20. -- Ivan Denisov <d.ivan.krsk@gmail.com> Thu, 13 Feb 2019 18:00:00 +0700
  21. bbcb (1.8~a1.10) unstable; urgency=low
  22. * Services.SafeActions
  23. * Kernel.DefaultTrapViewer
  24. -- Anton Dmitriev <adimetrius@gmail.com> Sat, 8 Feb 2019 16:00:00 +0300
  25. bbcb (1.8~a1.1) unstable; urgency=low
  26. * fix trap for not standart locator (https://forum.oberoncore.ru/viewtopic.php?f=134&t=6485)
  27. * translate dialog titles
  28. * fix default path for files open dialog
  29. * sign of UTC bias fixed
  30. * remember converter for files opened in browser mode
  31. * support only UTF-8 console encoding
  32. -- Ivan Denisov <d.ivan.krsk@gmail.com> Mon, 20 Jan 2019 02:00:00 +0700
  33. bbcb (1.7~b1.147) unstable; urgency=low
  34. * correct setting of windows title (reported by luowy)
  35. * Dialog.RunExternal works with multiline scripts (A.Dmitriev)
  36. -- Ivan Denisov <d.ivan.krsk@gmail.com> Sat, 28 Dec 2019 02:00:00 +0700
  37. bbcb (1.7~b1.131) unstable; urgency=low
  38. * HostTabFrames (by Peter Kushnir)
  39. -- Ivan Denisov <d.ivan.krsk@gmail.com> Sat, 9 Nov 2019 01:30:00 +0700
  40. bbcb (1.7~a1.122) unstable; urgency=low
  41. * "ask" returned to HostFiles and HostFiles64
  42. * move global variable dialogIsOpen from HostWindows to HostGnome for correct processing of Kernel.MessageBox (by Eugene Temirgaleev)
  43. -- Ivan Denisov <d.ivan.krsk@gmail.com> Wed, 16 Oct 2019 03:00:00 +0700
  44. bbcb (1.7~a1.119) unstable; urgency=low
  45. * issue-#201 Importer and Exporter for UTF-8 texts
  46. * remove Gtk2 from HostCFrames, improve Scrollers and UpDownField
  47. -- Ivan Denisov <d.ivan.krsk@gmail.com> Tue, 15 Oct 2019 09:00:00 +0700
  48. bbcb (1.7~a1.110) unstable; urgency=low
  49. * increase N constant 4 times in Kernel.AllocHeapMem to speed up heap grow
  50. * center #200, network file delete under Win10 sometimes fails
  51. * center #199, compiler trap with SYSTEM.ADR(BasicType)
  52. * TextViews scrolling by 3 lines
  53. -- Ivan Denisov <d.ivan.krsk@gmail.com> Thu, 18 Jul 2019 04:10:00 +0700
  54. bbcb (1.7~a1.107) unstable; urgency=hight
  55. * RunExternal (by A.D.)
  56. * Drawing of Ports.MarkRect improved (by A.D.)
  57. * Edit field improved (center carret and selection) by I.A.Denisov
  58. * Fix TRAP 17 for Dialog.OpenExternal (found by A.D., set SIG_IGN for SIGCHLD by A.V.Shiryaev))
  59. -- Ivan Denisov <d.ivan.krsk@gmail.com> Thu, 27 Jun 2019 00:40:00 +0700
  60. bbcb (1.7~a1.100) unstable; urgency=low
  61. * ComboBox v1
  62. * persistent language recovery and over Prefs settings
  63. * Add [ccall16] flag to Gtk procedures and improve Gtk initialization
  64. -- Ivan Denisov <d.ivan.krsk@gmail.com> Mon, 13 May 2019 01:00:00 +0700
  65. bbcb (1.7~a1.97) unstable; urgency=high
  66. * center issue-#192 Kernel.Call does not work with ANYREC-parameters
  67. * center issue-#194 Meta.PutParam and Kernel.Call for open arrays are mismatched
  68. -- Ivan Denisov <d.ivan.krsk@gmail.com> Mon, 17 Apr 2019 23:00:00 +0700
  69. bbcb (1.7~a1.96) unstable; urgency=high
  70. * ScrollBar was made cross-platform in HostCFrames
  71. * HostFiles64 and CommTCP fixed (by A.V.Shiryaev)
  72. -- Ivan Denisov <d.ivan.krsk@gmail.com> Mon, 1 Apr 2019 10:00:00 +0700
  73. bbcb (1.7~a1.88) unstable; urgency=high
  74. * fix Dev2 linker for better support of long identifiers
  75. -- Ivan Denisov <d.ivan.krsk@gmail.com> Wed, 6 Mar 2019 22:00:00 +0700
  76. bbcb (1.7~a1.87) unstable; urgency=high
  77. * center issue-#195 support for long identifiers in trap handlers
  78. * center issue-#193 typing error in Documents.SetPageOp.Do
  79. * center issue-#191 Compiler trap by erroneous program
  80. * center issue-#196 StdCoder to support both "\" & "/" in file paths
  81. * center issue-#190 add comment about stack and heap memory config
  82. -- Ivan Denisov <d.ivan.krsk@gmail.com> Sat, 2 Mar 2019 17:00:00 +0700
  83. bbcb (1.7~a1.86) unstable; urgency=high
  84. * fix hanging then call menu command causing TRAP (ver 2. by A.V.Shiryaev)
  85. -- Ivan Denisov <d.ivan.krsk@gmail.com> Fri, 9 Nov 2018 01:00:00 +0700
  86. bbcb (1.7~a1.85) unstable; urgency=low
  87. * fix hanging then call menu command causing TRAP
  88. -- Ivan Denisov <d.ivan.krsk@gmail.com> Thu, 27 Sep 2018 14:00:00 +0700
  89. bbcb (1.7~a1.81) unstable; urgency=low
  90. * center issue-#189 improving the treatment of the sign bit in Math/SMath
  91. * center issue-#188 compiler trap with SYSTEM.VAL
  92. -- Ivan Denisov <d.ivan.krsk@gmail.com> Thu, 27 Sep 2018 11:00:00 +0700
  93. bbcb (1.7~a1.80) unstable; urgency=low
  94. * basic drag and drop inside one window
  95. -- Ivan Denisov <d.ivan.krsk@gmail.com> Sun, 23 Sep 2018 02:00:00 +0700
  96. bbcb (1.7~a1.79) unstable; urgency=low
  97. * fix opening of typeface settings dialog
  98. -- Ivan Denisov <d.ivan.krsk@gmail.com> Fri, 14 Sep 2018 10:00:00 +0700
  99. bbcb (1.7~a1.78) unstable; urgency=low
  100. * save default and dialog font
  101. * preferences help
  102. -- Ivan Denisov <d.ivan.krsk@gmail.com> Fri, 7 Sep 2018 01:00:00 +0700
  103. bbcb (1.7~a1.77) unstable; urgency=low
  104. * center issue-#186 aligning code procedure syntax with docu
  105. * center issue-#184 HYPERLINK ignored in RTF import
  106. -- Ivan Denisov <d.ivan.krsk@gmail.com> Tue, 7 June 2018 01:00:00 +0700
  107. bbcb (1.7~a1.70) unstable; urgency=low
  108. * HostCFrames buttons and edit fields improved
  109. -- Ivan Denisov <d.ivan.krsk@gmail.com> Tue, 15 May 2018 14:20:00 +0700
  110. bbcb (1.7~a1.68) unstable; urgency=low
  111. * HostFiles64 for large files (by A.V.Shiryaev)
  112. -- Ivan Denisov <d.ivan.krsk@gmail.com> Sat, 10 Mar 2018 00:20:00 +0700
  113. bbcb (1.7~a1.60) unstable; urgency=low
  114. * captions background
  115. -- Ivan Denisov <d.ivan.krsk@gmail.com> Thu, 4 Jan 2018 02:00:00 +0700
  116. bbcb (1.7~a1.36) unstable; urgency=low
  117. * log window position
  118. -- Ivan Denisov <d.ivan.krsk@gmail.com> Tue, 2 Jan 2018 04:00:00 +0700
  119. bbcb (1.7~a1.34) unstable; urgency=low
  120. * center issue-#182 Fixing code page conversion in RTF import
  121. * center issue-#174 fixing resource keys in StdLinks
  122. * center issue-#173 adding new modifiers in Controllers
  123. -- Ivan Denisov <d.ivan.krsk@gmail.com> Fri, 15 Dec 2017 21:00:00 +0700
  124. bbcb (1.7~a1.29) unstable; urgency=low
  125. * center issue-#172 Adding BOOLEAN parameters to StdInterpreter
  126. * center issue-#171 Fixing inconsistent links in docu
  127. * center issue-#170 DevBrowser.ImportSymFile should return TextViews.
  128. -- Ivan Denisov <d.ivan.krsk@gmail.com> Mon, 4 Sep 2017 10:00:00 +0700
  129. bbcb (1.7~a1.25) unstable; urgency=low
  130. * center issue-#161 fixing Dialog.MapString with empty message
  131. * center issue-#164 Backward compatibilty with UpDn Controls
  132. * center issue-#163 Adding 'Decimal' Tabs to Rulers
  133. * center issue-#165 Check for passing guarded function
  134. * center issue-#167 endless loop in DevBrowser for cyclic pointer
  135. * center issue-#168 Improvements in DevLinkChk
  136. -- Ivan Denisov <d.ivan.krsk@gmail.com> Wed, 30 Aug 2017 10:00:00 +0700
  137. bbcb (1.7~a1.23) unstable; urgency=low
  138. * Support for [ccall16] which allows to align stack to a 16-byte boundary (luowy)
  139. -- Ivan Denisov <d.ivan.krsk@gmail.com> Fri, 11 Aug 2017 22:00:00 +0700
  140. bbcb (1.7~a1.21) unstable; urgency=low
  141. * Fix bug with close only focus window
  142. -- Ivan Denisov <d.ivan.krsk@gmail.com> Wed, 9 Aug 2017 14:00:00 +0700
  143. bbcb (1.7~a1.20) unstable; urgency=low
  144. * HostCFrames improved edit fields, checkboxes and radiobuttons
  145. -- Ivan Denisov <d.ivan.krsk@gmail.com> Wed, 31 July 2017 12:00:00 +0700
  146. bbcb (1.7~a1.18) unstable; urgency=low
  147. * Remove digitspaces from loaded modules list (Nikita Plynskii)
  148. * Reduced version of Profiler for Linux/OpenBSD/FreeBSD version (Nikita Plynskii)
  149. -- Ivan Denisov <d.ivan.krsk@gmail.com> Fri, 23 June 2017 12:00:00 +0700
  150. bbcb (1.7~a1.16) unstable; urgency=low
  151. * synced with 1.7.1
  152. -- Ivan Denisov <d.ivan.krsk@gmail.com> Fri, 9 June 2017 15:00:00 +0700
  153. bbcb (1.7~a1.12) unstable; urgency=low
  154. * RadioButtons & Edit Fields
  155. * OpenExternal
  156. -- Ivan Denisov <d.ivan.krsk@gmail.com> Thu, 30 Mar 2017 15:00:00 +0700
  157. bbcb (1.7~a1.11) unstable; urgency=low
  158. * clipboard fixed
  159. * keyboard accelerators fixed
  160. -- Ivan Denisov <d.ivan.krsk@gmail.com> Wed, 18 Jan 2017 17:00:00 +0700
  161. bbcb (1.7~a1.10) unstable; urgency=low
  162. * new linker
  163. -- Ivan Denisov <d.ivan.krsk@gmail.com> Fri, 18 Nov 2016 01:00:00 +0700
  164. bbcb (1.7~a1.9) unstable; urgency=low
  165. * synced with 1.7
  166. -- Ivan Denisov <d.ivan.krsk@gmail.com> Sat, 1 Oct 2016 23:00:00 +0700
  167. bbcb (1.7~a1.8) unstable; urgency=low
  168. * Remove debug information after file choosing
  169. -- Ivan Denisov <d.ivan.krsk@gmail.com> Mon, 29 Aug 2016 09:40:00 +0700
  170. bbcb (1.7~a1.7) unstable; urgency=low
  171. * File choose dialog improved
  172. * Utf8 module removed and it's functions changed by Kernel utf8 abilities
  173. -- Ivan Denisov <d.ivan.krsk@gmail.com> Mon, 29 Aug 2016 01:46:00 +0700
  174. bbcb (1.7-a1-6) unstable; urgency=low
  175. * ConsLog changed to have less dependencies
  176. * Documentation with examples for Console and ConsLog
  177. -- Ivan Denisov <d.ivan.krsk@gmail.com> Fri, 20 May 2016 13:36:00 +0700
  178. bbcb (1.7-a1-5) unstable; urgency=low
  179. * synced with 1.7-beta1
  180. * icon updated
  181. -- Ivan Denisov <d.ivan.krsk@gmail.com> Sun, 10 May 2016 03:50:00 +0700
  182. bbcb (1.7-a1-4) unstable; urgency=low
  183. * core C-loader updated to use protected memory. By A.V.Shiryaev
  184. * documentation for LinLinker, Lin/Rsrc/exe.img and it's sources added
  185. * About dialog updated
  186. * description modified
  187. -- Ivan Denisov <d.ivan.krsk@gmail.com> Sun, 04 Oct 2015 18:50:00 +0700
  188. bbcb (1.7-a1-3) unstable; urgency=low
  189. * Dialog matching Center version, added procedures IsLinux, IsWindows, IsMac
  190. * fixed bug with links Unicode content saving
  191. * forgotten Tour.odc and Empty.odc files were added
  192. -- Ivan Denisov <d.ivan.krsk@gmail.com> Tue, 12 May 2015 00:20:00 +0700
  193. bbcb (1.7-a1-2) unstable; urgency=low
  194. * add changelog
  195. -- Ivan Denisov <d.ivan.krsk@gmail.com> Thu, 7 May 2015 20:00:00 +0700
  196. bbcb (1.7-a1-1) unstable; urgency=low
  197. * Folds arrows display (Closes: #38)
  198. -- Ivan Denisov <d.ivan.krsk@gmail.com> Wed, 6 May 2015 22:00:00 +0700