ChangeLog 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. 2013-02-01 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  2. *
  3. * Released and tagged Tcllib 1.15 ========================
  4. *
  5. 2012-01-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  6. * ini.tcl: [Bug 3469006]: Followup to [Bug 3419727]. Fixed
  7. * ini.man: the unscoped 'close' command left in the code.
  8. * pkgIndex.tcl: Bumped version to 0.2.5
  9. 2011-12-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  10. *
  11. * Released and tagged Tcllib 1.14 ========================
  12. *
  13. 2011-12-02 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  14. * ini.tcl: [Bug 3419727]: Fixed the creative writing issue
  15. * ini.man: with what should be local variables of _loadfile
  16. * pkgIndex.tcl: and _commit. Generally reworked to use the
  17. 'variable' command to bring object state into scope.
  18. Bumped version to 0.2.4
  19. 2011-01-24 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  20. *
  21. * Released and tagged Tcllib 1.13 ========================
  22. *
  23. 2009-12-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  24. *
  25. * Released and tagged Tcllib 1.12 ========================
  26. *
  27. 2008-12-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  28. *
  29. * Released and tagged Tcllib 1.11.1 ========================
  30. *
  31. 2008-10-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  32. *
  33. * Released and tagged Tcllib 1.11 ========================
  34. *
  35. 2008-06-14 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  36. * inifile.pcx: New file. Syntax definitions for the public
  37. commands of the inifile package.
  38. 2008-05-10 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  39. * ini.tcl: Fixed definition of procedure 'commentchar'. Was
  40. * ini.man: defined global instead of in the '::ini' namespace.
  41. * pkgIndex.tcl: This fixes [SF Tcllib Bug 1917035]. Bumped version
  42. to 0.2.3.
  43. 2008-03-14 Andreas Kupries <andreask@activestate.com>
  44. * ini.tcl: Simplified the initialization code. Bumped version to
  45. * ini.man: 0.2.2.
  46. * pkgIndex.tcl:
  47. 2007-09-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  48. *
  49. * Released and tagged Tcllib 1.10 ========================
  50. *
  51. 2007-08-20 Andreas Kupries <andreask@activestate.com>
  52. * ini.man: Bumped package version to 0.2.1, due to bugfix in last
  53. * ini.tcl: entry.
  54. * pkgIndex.tcl:
  55. 2007-08-16 Aaron Faupell <afaupell@users.sourceforge.net>
  56. * ini.man: clarifications to ini::open and ini::remove
  57. * ini.tcl fixed bug in ini::value where default value only
  58. worked if the section didnt exist
  59. 2007-03-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  60. * ini.man: Fixed all warnings due to use of now deprecated
  61. commands. Added a section about how to give feedback.
  62. 2006-10-03 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  63. *
  64. * Released and tagged Tcllib 1.9 ========================
  65. *
  66. 2006-06-29 Aaron Faupell <afaupell@users.sourceforge.net>
  67. * ini.tcl: added default value option for value command, and added
  68. commentchar command. change in comment behavior
  69. * ini.man: clarifications for open, commit, and comment commands; added
  70. commentchar command
  71. 2006-01-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  72. * inifile.test: More boilerplate simplified via use of test support.
  73. 2006-01-19 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  74. * inifile.test: Hooked into the new common test support code.
  75. 2005-17-11 Aaron Faupell <afaupell@users.sourceforge.net>
  76. * ini.tcl: fixed bug causing empty ini files when opening
  77. with w modes introduced on 2005-31-03
  78. 2005-10-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  79. *
  80. * Released and tagged Tcllib 1.8 ========================
  81. *
  82. 2005-09-05 Pat Thoyts <patthoyts@users.sourceforge.net>
  83. * ini.tcl: Fix for bug #1280529 - collision with global
  84. * inifile.test: variable names. Added tests for these.
  85. 2005-31-03 Aaron Faupell <afaupell@users.sourceforge.net>
  86. * ini.tcl: fixed bug where ini files were corrupted when
  87. saving a shorter version. due to not closing
  88. and truncating file before writing.
  89. 2004-10-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  90. *
  91. * Released and tagged Tcllib 1.7 ========================
  92. *
  93. 2004-05-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  94. *
  95. * Released and tagged Tcllib 1.6.1 ========================
  96. *
  97. 2004-03-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  98. * inifile.test: Fixed [Tcllib SF Bug 899204] by (a) rewriting all
  99. tests to be completely independent of each other and (b)
  100. changing the mode when opening the test file to 'r'. It should
  101. be noted that the write facilities of the module are not covered
  102. by the testsuite. That is unfortunate.
  103. 2004-02-15 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  104. *
  105. * Released and tagged Tcllib 1.6 ========================
  106. *
  107. 2004-02-10 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  108. * inifile.test: It was easier to make this package useable for Tcl
  109. * ini.tcl: 8.2 than excluding it from test for versions of Tcl
  110. * ini.man: before 8.4. So that was done.
  111. 2003-07-15 Andreas Kupries <andreask@pliers.activestate.com>
  112. * ini.tcl: Got a rewritten system from Aaron.
  113. * ini.man: Updated the documentation.
  114. * infile.test: New testsuite for module.
  115. * test.ini:
  116. 2003-07-04 Andreas Kupries <andreas_kupries@users.sourceforge.net>
  117. * ini.tcl: Added a comment header for RCS id, copyright notices,
  118. etc. Slight reformatting of the code. Slight code changes to
  119. make 'procheck' complain less (proper import of variables into
  120. the scope).
  121. Documented possible bug.