Changeset 102

Show
Ignore:
Timestamp:
09/23/08 08:02:51 (4 months ago)
Author:
deveiant
Message:

Merging new build system from the rakefile-work branch.

Location:
trunk
Files:
5 removed
13 modified
6 copied

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 doc 
         1docs 
         2coverage.info 
         3coverage 
        24ruby-wordnet 
         5pkg 
        36*.tmproj 
        4 Ruby-WordNet-* 
        57commit-msg.txt 
        6 WordNet-* 
         8release.ann 
         9release.notes 
    • Property svn:externals set to
  • trunk/ChangeLog

    r56 r102  
    1 2003-09-03 14:24  Michael Granger <ged@FaerieMUD.org> 
    2  
    3     * TODO (1.3, RELEASE_0_02): 
    4  
    5     - Fixed list for RDoc. 
    6      
    7 2003-09-03 08:15  Michael Granger <ged@FaerieMUD.org> 
    8  
    9     * tests/synset.tests.rb (1.5, RELEASE_0_02): 
    10  
    11     - Fixed tests for relation pointer methods: verbgroups => verbGroups and delete 
    12       'functions'. 
    13      
    14 2003-09-03 01:47  Michael Granger <ged@FaerieMUD.org> 
    15  
    16     * lib/wordnet/synset.rb (1.5, RELEASE_0_02): 
    17  
    18     - Corrected pointer-method docs. 
    19      
    20 2003-09-03 00:47  Michael Granger <ged@FaerieMUD.org> 
    21  
    22     * INSTALL (1.6, RELEASE_0_02): 
    23  
    24     - Updated requirements list. 
    25      
    26 2003-09-03 00:42  Michael Granger <ged@FaerieMUD.org> 
    27  
    28     * tests/: linguawordnet.tests.rb (1.4, RELEASE_0_02), 
    29     synset.tests.rb (1.4): 
    30  
    31     - Modified to reflect WordNet-2.0 changes and API changes. 
    32      
    33     - Added some more tests. 
    34      
    35 2003-09-03 00:41  Michael Granger <ged@FaerieMUD.org> 
    36  
    37     * lib/wordnet/synset.rb (1.4): 
    38  
    39     - Added new class: WordNet::Synset::Pointer which is the generic type which 
    40       contains a reference from one synset to another. 
    41      
    42     - Refactored all pointer-specific code into Pointer. 
    43      
    44     - Refactored some of the more complex methods into several submethods. 
    45      
    46     - Removed all addFoo()/deleteFoo() methods to fit a more Ruby-ish '+=' and '-=' 
    47       idiom. 
    48      
    49     - Documentation additions/fixes. 
    50      
    51 2003-09-03 00:37  Michael Granger <ged@FaerieMUD.org> 
    52  
    53     * lib/wordnet/lexicon.rb (1.4, RELEASE_0_02): 
    54  
    55     - [COMPAT] Simplified index entry-parsing by removing redundant count. 
    56      
    57     -  New method: removeSynset() -- still experimental. 
    58      
    59     - Changed internal terminology to more closely match WordNet's terms to reduce 
    60       future maintainer confusion. 
    61      
    62 2003-09-03 00:29  Michael Granger <ged@FaerieMUD.org> 
    63  
    64     * lib/wordnet/constants.rb (1.2, RELEASE_0_02): 
    65  
    66     - Rewritten to group constants into Hashes by function, with maps into real 
    67       constants for convenience. 
    68      
    69 2003-09-03 00:28  Michael Granger <ged@FaerieMUD.org> 
    70  
    71     * lib/wordnet/.cvsignore (1.1, RELEASE_0_02): 
    72  
    73     Initial checkin. 
    74      
    75 2003-09-03 00:27  Michael Granger <ged@FaerieMUD.org> 
    76  
    77     * lib/wordnet.rb (1.4, RELEASE_0_02): 
    78  
    79     - Updated synopsis to reflect changes to the API. 
    80      
    81     - Added optional require of CrossCase module. 
    82      
    83 2003-09-02 23:34  Michael Granger <ged@FaerieMUD.org> 
    84  
    85     * examples/: holonymTree.rb (1.3), meronymTree.rb (1.3) (utags: 
    86     RELEASE_0_02): 
    87  
    88     - Modified to reflect changes in method names. 
    89      
    90 2003-09-02 23:33  Michael Granger <ged@FaerieMUD.org> 
    91  
    92     * examples/domainTree.rb (1.1), examples/memberTree.rb (1.1), 
    93     docs/.cvsignore (1.1) (utags: RELEASE_0_02): 
    94  
    95     Initial checkin. 
    96      
    97 2003-09-02 23:33  Michael Granger <ged@FaerieMUD.org> 
    98  
    99     * docs/makedocs.rb (1.2, RELEASE_0_02): 
    100  
    101     - Added --promiscuous and --show-hash options to RDoc invocation. 
    102      
    103 2003-09-02 23:32  Michael Granger <ged@FaerieMUD.org> 
    104  
    105     * install.rb (1.4, RELEASE_0_02): 
    106  
    107     - Fixed 1.8 String =~ String warning. 
    108      
    109     - Added filter to installation file list. 
    110      
    111 2003-09-02 23:32  Michael Granger <ged@FaerieMUD.org> 
    112  
    113     * convertdb.rb (1.5, RELEASE_0_02): 
    114  
    115     - Fixed to work with a dictdir argument. 
    116      
    117     - COMPAT: Modified to no longer store the redundant pointer count in the index. 
    118      
    119 2003-09-02 23:30  Michael Granger <ged@FaerieMUD.org> 
    120  
    121     * TODO (1.2): 
    122  
    123     - Updated for new release. 
    124      
    125 2003-08-06 02:08  Michael Granger <ged@FaerieMUD.org> 
    126  
    127     * lib/wordnet/synset.rb (1.3): 
    128  
    129     - Changed to reflect changes in the API. 
    130      
    131 2003-08-06 02:07  Michael Granger <ged@FaerieMUD.org> 
    132  
    133     * lib/wordnet/lexicon.rb (1.3): 
    134  
    135     - Modified to use BDB transactions. 
    136      
    137     - Made changes to reflect change in constant names. 
    138      
    139 2003-08-06 02:04  Michael Granger <ged@FaerieMUD.org> 
    140  
    141     * lib/wordnet.rb (1.3): 
    142  
    143     - Moved constants into a separate module. 
    144      
    145 2003-08-06 02:03  Michael Granger <ged@FaerieMUD.org> 
    146  
    147     * examples/: clothesWithTongues.rb (1.2, RELEASE_0_02), distance.rb 
    148     (1.2, RELEASE_0_02), gcs.rb (1.2, RELEASE_0_02), holonymTree.rb 
    149     (1.2), hypernymTree.rb (1.2, RELEASE_0_02), hyponymTree.rb (1.2, 
    150     RELEASE_0_02), meronymTree.rb (1.2): 
    151  
    152     - Updated to use new API. 
    153      
    154 2003-08-06 02:01  Michael Granger <ged@FaerieMUD.org> 
    155  
    156     * test.rb (1.3, RELEASE_0_02), tests/lexicon.tests.rb (1.3, 
    157     RELEASE_0_02), tests/linguawordnet.tests.rb (1.3), 
    158     tests/synset.tests.rb (1.3): 
    159  
    160     - Converted to use Test::Unit. 
    161      
    162 2003-08-06 02:00  Michael Granger <ged@FaerieMUD.org> 
    163  
    164     * install.rb (1.3): 
    165  
    166     - Modified to reflect self-build of wordnet DBs. 
    167      
    168 2003-08-06 01:59  Michael Granger <ged@FaerieMUD.org> 
    169  
    170     * convertdb.rb (1.4): 
    171  
    172     - Changed to look for WordNet-2.0 dicts by default. 
    173      
    174 2003-08-06 01:59  Michael Granger <ged@FaerieMUD.org> 
    175  
    176     * TODO (1.1), makedist.rb (1.1, RELEASE_0_02), utils.rb (1.1, 
    177     RELEASE_0_02), docs/makedocs.rb (1.1), 
    178     examples/clothesWithCollars.rb (1.1, RELEASE_0_02), 
    179     lib/wordnet/constants.rb (1.1), tests/wntestcase.rb (1.1, 
    180     RELEASE_0_02): 
    181  
    182     Initial checkin. 
    183      
    184 2003-08-06 01:57  Michael Granger <ged@FaerieMUD.org> 
    185  
    186     * INSTALL (1.5), README (1.5, RELEASE_0_02): 
    187  
    188     - Updated for pending release. 
    189      
    190 2003-08-06 01:46  Michael Granger <ged@FaerieMUD.org> 
    191  
    192     * lib/WordNet.rb (1.3): 
    193  
    194     - Renamed to 'wordnet.rb' to follow Ruby module-naming convention. 
    195      
    196 2003-08-06 01:42  Michael Granger <ged@FaerieMUD.org> 
    197  
    198     * docs/CATALOG (1.1, RELEASE_0_02): 
    199  
    200     Initial checkin. 
    201      
    202 2003-06-17 22:51  Michael Granger <ged@FaerieMUD.org> 
    203  
    204     * convertdb.rb (1.3): 
    205  
    206     - Fixed stupid bug caused by using the append operator (<<) instead of 
    207       catenation (+) to build the keys and values of the parsing methods. 
    208      
    209     - Fixed several bugs of verying degrees of stupidity in the gloss-parsing code. 
    210      
    211 2003-06-17 12:11  Michael Granger <ged@FaerieMUD.org> 
    212  
    213     * convertdb.rb (1.2): 
    214  
    215     - Added async transactions to speed database functions. 
    216      
    217 2003-06-17 09:01  Michael Granger <ged@FaerieMUD.org> 
    218  
    219     * convertdb.rb (1.1): 
    220  
    221     Initial checkin. 
    222      
    223 2002-01-14 06:44  Michael Granger <ged@FaerieMUD.org> 
    224  
    225     * tests/: lexicon.tests.rb (1.2), linguawordnet.tests.rb (1.2), 
    226     synset.tests.rb (1.2) (utags: RELEASE_0_01): 
    227  
    228     - Converted to RubyUnit 
    229      
    230 2002-01-14 06:44  Michael Granger <ged@FaerieMUD.org> 
    231  
    232     * lib/wordnet/synset.rb (1.2, RELEASE_0_01): 
    233  
    234     - Small header/comment corrections 
    235      
    236     - Made raw pointer methods 'protected' instead of 'public' 
    237      
    238     - Added underbar-style method name aliases 
    239      
    240     - Added traversal iterator and a bunch of derived analysis methods. 
    241      
    242 2002-01-14 06:41  Michael Granger <ged@FaerieMUD.org> 
    243  
    244     * lib/wordnet/lexicon.rb (1.2, RELEASE_0_01): 
    245  
    246     - Small header/comment corrections 
    247      
    248     - Added optional block form to #unlock 
    249      
    250     - Changed all instances of 'pos' to 'partOfSpeech' for clarity 
    251      
    252     - Fixed misnamed-database bug in #write 
    253      
    254 2002-01-14 06:36  Michael Granger <ged@FaerieMUD.org> 
    255  
    256     * lib/: WordNet.rb (1.2), wordnet.rb (1.2) (utags: RELEASE_0_01): 
    257  
    258     - Small header/comment corrections 
    259      
    260 2002-01-14 06:34  Michael Granger <ged@FaerieMUD.org> 
    261  
    262     * test.rb (1.2, RELEASE_0_01): 
    263  
    264     - Converted to a RubyUnit test, and walkit is no longer maintained or available. 
    265      
    266 2002-01-14 06:33  Michael Granger <ged@FaerieMUD.org> 
    267  
    268     * install.rb (1.2, RELEASE_0_01): 
    269  
    270     - Added code to rewrite the DICTDIR in lib/WordNet.rb 
    271      
    272 2002-01-14 06:31  Michael Granger <ged@FaerieMUD.org> 
    273  
    274     * examples/addLacedBoots.rb (1.2, RELEASE_0_02, RELEASE_0_01): 
    275  
    276     - Added abort code until writing is tested. 
    277      
    278 2002-01-14 06:30  Michael Granger <ged@FaerieMUD.org> 
    279  
    280     * examples/: addLacedBoots.rb (1.1), clothesWithTongues.rb (1.1, 
    281     RELEASE_0_01), distance.rb (1.1, RELEASE_0_01), gcs.rb (1.1, 
    282     RELEASE_0_01), holonymTree.rb (1.1, RELEASE_0_01), hypernymTree.rb 
    283     (1.1, RELEASE_0_01), hyponymTree.rb (1.1, RELEASE_0_01), 
    284     meronymTree.rb (1.1, RELEASE_0_01): 
    285  
    286     Initial import 
    287      
    288 2002-01-14 06:22  Michael Granger <ged@FaerieMUD.org> 
    289  
    290     * README (1.4, RELEASE_0_01): 
    291  
    292     - Added write-access methods warning. 
    293      
    294 2002-01-14 06:21  Michael Granger <ged@FaerieMUD.org> 
    295  
    296     * INSTALL (1.4, RELEASE_0_01): 
    297  
    298     - Fixed up instructions. 
    299      
    300 2002-01-06 23:03  Michael Granger <ged@FaerieMUD.org> 
    301  
    302     * README (1.3): 
    303  
    304     - Modified the statement about Lingua::Wordnet to make it clear that it does 
    305       deviate from the module a bit more than a straight port. 
    306      
    307 2002-01-05 06:34  Michael Granger <ged@FaerieMUD.org> 
    308  
    309     * INSTALL (1.3): 
    310  
    311     - Fixed confusing first sentence. 
    312      
    313 2002-01-05 06:33  Michael Granger <ged@FaerieMUD.org> 
    314  
    315     * INSTALL (1.2): 
    316  
    317     - Cleaned up, untabified. 
    318      
    319 2002-01-05 06:29  Michael Granger <ged@FaerieMUD.org> 
    320  
    321     * INSTALL (1.1): 
    322  
    323     Initial release. 
    324      
    325 2002-01-05 05:32  Michael Granger <ged@FaerieMUD.org> 
    326  
    327     * README (1.2): 
    328  
    329     - Cleaned up and finished. Untabified. 
    330      
    331 2002-01-04 14:52  Michael Granger <ged@FaerieMUD.org> 
    332  
    333     * README (1.1), install.rb (1.1), test.rb (1.1), lib/WordNet.rb 
    334     (1.1), lib/wordnet.rb (1.1), lib/wordnet/lexicon.rb (1.1), 
    335     lib/wordnet/synset.rb (1.1), tests/lexicon.tests.rb (1.1), 
    336     tests/linguawordnet.tests.rb (1.1), tests/synset.tests.rb (1.1): 
    337  
    338     Initial revision 
    339      
    340 2002-01-04 14:52  Michael Granger <ged@FaerieMUD.org> 
    341  
    342     * README (1.1.1.1), install.rb (1.1.1.1), test.rb (1.1.1.1), 
    343     lib/WordNet.rb (1.1.1.1), lib/wordnet.rb (1.1.1.1), 
    344     lib/wordnet/lexicon.rb (1.1.1.1), lib/wordnet/synset.rb (1.1.1.1), 
    345     tests/lexicon.tests.rb (1.1.1.1), tests/linguawordnet.tests.rb 
    346     (1.1.1.1), tests/synset.tests.rb (1.1.1.1) (utags: ALPHA_1_1): 
    347  
    348     Initial import 
    349      
     1-- Fri, 05 Sep 2008 18:49:25 -0000 by deveiant (r95) ----- 
     2   Changed: Rakefile.local 
     3            README 
     4            LICENSE 
     5            Rakefile 
     6            TODO 
     7            INSTALL (and 2 other/s) 
     8 
     9    * Updated build system and license 
     10 
     11 
     12-- Fri, 25 Jul 2008 02:47:42 -0000 by deveiant (r94) ----- 
     13   Changed: Rakefile.local 
     14            Rakefile 
     15            utils.rb 
     16            project.yml 
     17            convertdb.rb 
     18 
     19   Updated build system 
     20 
     21 
     22-- Sat, 12 Jul 2008 00:56:49 -0000 by deveiant (r93) ----- 
     23   Added:   spec/wordnet/synset_spec.rb 
     24            -> renamed from /branches/rakefile-work/spec/wordnet/synset.tests.rb@r92 
     25   Changed: spec/wordnet/lexicon_spec.rb 
     26            lib/wordnet/lexicon.rb 
     27            Rakefile 
     28   Deleted: spec/wordnet/synset.tests.rb 
     29 
     30    * Synched Rakefile with rake-tasklibs 
     31    * Started conversion of synset tests to specs 
     32    * Finished converting lexicon tests to specs 
     33 
     34 
     35-- Thu, 10 Jul 2008 13:27:07 -0000 by deveiant (r92) ----- 
     36   Changed: Rakefile 
     37            convertdb.rb 
     38   Deleted: makedist.rb 
     39            MANIFEST 
     40 
     41    * Fixed the test for an existing data directory in the conversion script  
     42    * Set coverage minimum to 83% until I can get more tests written 
     43    * Removed some more old files 
     44 
     45 
     46-- Wed, 09 Jul 2008 23:52:38 -0000 by deveiant (r91) ----- 
     47   Added:   Rakefile.local (new) 
     48            LICENSE (new) 
     49            project.yml (new) 
     50   Changed: /branches/rakefile-work 
     51 
     52   Adding some files I forgot to commit. 
     53 
     54 
     55-- Wed, 09 Jul 2008 23:02:53 -0000 by deveiant (r90) ----- 
     56   Changed: lib/wordnet.rb 
     57            lib/wordnet/synset.rb 
     58            /branches/rakefile-work 
     59            Rakefile 
     60            lib/wordnet/constants.rb 
     61            convertdb.rb (and 1 other/s) 
     62 
     63   Checkpoint -- conversion of database files and basic rake infrastructure from rake-tasklibs external 
     64   working. 
     65 
     66 
     67-- Wed, 09 Jul 2008 13:50:46 -0000 by deveiant (r89) ----- 
     68   Changed: /branches/rakefile-work 
     69   Deleted: rake 
     70 
     71   Trying out the new rake tasklibs as an external 
     72 
     73 
     74-- Wed, 09 Jul 2008 13:46:00 -0000 by deveiant (r88) ----- 
     75   Added:   /branches/rakefile-work 
     76            -> renamed from /trunk@r87 
     77 
     78   Branching for work on the rakefile build system 
     79 
     80 
     81-- Tue, 08 Jul 2008 15:07:04 -0000 by deveiant (r87) ----- 
     82   Added:   /trunk/spec/wordnet/synset.tests.rb 
     83            -> renamed from /trunk/tests/synset.tests.rb@r86 
     84            /trunk/spec/linguawordnet.tests.rb 
     85            -> renamed from /trunk/tests/linguawordnet.tests.rb@r86 
     86            /trunk/redist/bdb-0.6.5.tar.gz (new) 
     87   Changed: /trunk/examples/clothesWithCollars.rb 
     88            /trunk 
     89            /trunk/utils.rb 
     90            /trunk/makedist.rb 
     91            /trunk/examples/hyponymTree.rb 
     92            /trunk/lib/wordnet/constants.rb (and 19 other/s) 
     93   Deleted: /trunk/tests 
     94            /trunk/install.rb 
     95            /trunk/redist/bdb-0.5.9.tar.bz2 
     96            /trunk/test.rb 
     97 
     98   Checkpoint commit: 
     99   * started work on integrating dict conversion into the Rakefile. Not quite done yet. 
     100   * removed the coverage check from the svn:ci task until I get all the specs converted. 
     101   * started cleaning up the distribution 
     102   * updated the included bdb library to the latest release 
     103   * added support for conversion of the dict files directly from a WordNet-x.x.tar.bz2 tarball 
     104   extracted in the top-level directory 
     105 
     106 
     107-- Tue, 08 Jul 2008 14:25:54 -0000 by deveiant (r86) ----- 
     108   Added:   /trunk/spec/lib (new) 
     109            /trunk/spec/lib/helpers.rb (new) 
     110            /trunk/rake/verifytask.rb (new) 
     111            /trunk/spec/wordnet (new) 
     112            /trunk/Rakefile (new) 
     113            /trunk/rake (new) (and 5 other/s) 
     114   Changed: /trunk/lib/wordnet/constants.rb 
     115            /trunk/.irbrc 
     116            /trunk/lib/wordnet/synset.rb 
     117            /trunk/convertdb.rb 
     118            /trunk/lib/wordnet.rb 
     119            /trunk/lib/wordnet/lexicon.rb (and 1 other/s) 
     120   Deleted: /trunk/WordNet Project.tmproj 
     121 
     122   Checkpoint commit 
     123 
     124 
     125-- Tue, 08 Jul 2008 03:39:04 -0000 by deveiant (r85) ----- 
     126   Changed: /trunk/lib/wordnet/synset.rb 
     127            /trunk/test.rb 
     128            /trunk/utils.rb 
     129            /trunk/WordNet Project.tmproj 
     130            /trunk/lib/wordnet/constants.rb 
     131            /trunk/convertdb.rb (and 2 other/s) 
     132 
     133   Checkpoint commit 
     134 
     135 
     136-- Tue, 24 Jul 2007 22:50:30 -0000 by deveiant (r83) ----- 
     137   Changed: /trunk/README 
     138            /trunk/WordNet Project.tmproj 
     139            /trunk/INSTALL 
     140 
     141   Doc updates 
     142 
     143 
     144-- Mon, 18 Jun 2007 14:48:38 -0000 by deveiant (r82) ----- 
     145   Changed: /trunk/lib/wordnet/synset.rb 
     146            /trunk/docs/CATALOG 
     147            /trunk/WordNet Project.tmproj 
     148 
     149   Cosmetic fixes 
     150 
     151 
     152-- Sun, 17 Jun 2007 19:50:12 -0000 by deveiant (r81) ----- 
     153   Changed: /trunk 
     154 
     155   Updating project version for release 
     156 
     157 
     158-- Sun, 17 Jun 2007 19:32:12 -0000 by deveiant (r80) ----- 
     159   Changed: /trunk 
     160            /trunk/WordNet Project.tmproj 
     161            /trunk/tests/wntestcase.rb 
     162 
     163    * Fixed mimetype for the project file 
     164    * Eliminated unused Test::Unit::Mock from the testcase class 
     165 
     166 
     167-- Tue, 20 Feb 2007 19:07:32 -0000 by deveiant (r79) ----- 
     168   Changed: /trunk/examples/clothesWithCollars.rb 
     169            /trunk 
     170            /trunk/docs/CATALOG 
     171            /trunk/examples/hyponymTree.rb 
     172            /trunk/tests/lexicon.tests.rb 
     173            /trunk/MANIFEST (and 18 other/s) 
     174 
     175   source:trunk/convertdb.rb 
     176   source:trunk/tests/wntestcase.rb 
     177   source:trunk/tests/linguawordnet.tests.rb 
     178   source:trunk/tests/synset.tests.rb 
     179   source:trunk/lib/wordnet/synset.rb 
     180   source:trunk/lib/wordnet/constants.rb 
     181   source:trunk/lib/wordnet.rb 
     182   source:trunk/examples/clothesWithCollars.rb 
     183   source:trunk/examples/clothesWithTongues.rb 
     184   source:trunk/examples/hyponymTree.rb 
     185   source:trunk/examples/holonymTree.rb 
     186   source:trunk/examples/meronymTree.rb 
     187   source:trunk/examples/domainTree.rb 
     188   source:trunk/examples/memberTree.rb 
     189   source:trunk/examples/addLacedBoots.rb 
     190   source:trunk/examples/distance.rb 
     191   source:trunk/examples/hypernymTree.rb 
     192   source:trunk/examples/gcs.rb 
     193   * camelCase to under_barred conversions 
     194   source:trunk/tests/lexicon.tests.rb 
     195   source:trunk/lib/wordnet/lexicon.rb 
     196   * Fix for readonly mode 
     197   source:trunk/MANIFEST 
     198   * Include examples 
     199 
     200 
     201-- Sun, 08 Oct 2006 22:36:15 -0000 by ged (r77) ----- 
     202   Added:   /trunk/redist/bdb-0.5.9.tar.bz2 (new) 
     203            /trunk/redist (new) 
     204 
     205 
     206    * Added supported version of the bdb library to redist/ 
     207 
     208 
     209-- Sun, 08 Oct 2006 22:18:06 -0000 by ged (r76) ----- 
     210   Added:   /trunk/WordNet Project.tmproj 
     211            -> renamed from /trunk/WordNet.tmproj@r75 
     212   Changed: /trunk/tests/lexicon.tests.rb 
     213            /trunk/lib/wordnet/lexicon.rb 
     214   Deleted: /trunk/WordNet.tmproj 
     215 
     216 
     217    * Fixed permissions/options in read-only mode. 
     218 
     219 
     220-- Fri, 30 Jun 2006 18:28:33 -0000 by ged (r75) ----- 
     221   Changed: /trunk/install.rb 
     222 
     223   Make install.rb executable 
     224 
     225 
     226-- Fri, 09 Dec 2005 20:47:22 -0000 by ged (r74) ----- 
     227   Changed: /trunk/utils.rb 
     228 
     229   - Synched utils.rb with updated one from project-utils. 
     230 
     231 
     232-- Fri, 09 Dec 2005 00:35:21 -0000 by ged (r72) ----- 
     233   Changed: /trunk 
     234 
     235   - svn:ignore additions. 
     236 
     237 
     238-- Fri, 09 Dec 2005 00:33:44 -0000 by ged (r71) ----- 
     239   Added:   /trunk/WordNet.tmproj (new) 
     240 
     241   - Adding Textmate project file. 
     242 
     243 
     244-- Fri, 09 Dec 2005 00:33:06 -0000 by ged (r70) ----- 
     245   Changed: /trunk/.irbrc 
     246 
     247   - Load the default lexicon into a global. 
     248 
     249 
     250-- Fri, 09 Dec 2005 00:32:20 -0000 by ged (r69) ----- 
     251   Added:   /trunk/examples/TEMPLATE.rb.tpl (new) 
     252 
     253   Initial checkin. 
     254 
     255 
     256-- Fri, 09 Dec 2005 00:30:58 -0000 by ged (r68) ----- 
     257   Changed: /trunk/lib/wordnet/synset.rb 
     258 
     259   - Only alias if CrossCase hasn't done it already. 
     260 
     261 
     262-- Fri, 09 Dec 2005 00:29:53 -0000 by ged (r67) ----- 
     263   Changed: /trunk/examples/clothesWithCollars.rb 
     264 
     265   - Playing, mostly. 
     266 
     267 
     268-- Thu, 08 Dec 2005 11:15:42 -0000 by ged (r66) ----- 
     269   Changed: /trunk/lib/wordnet/synset.rb 
     270            /trunk/tests/wntestcase.rb 
     271            /trunk/lib/wordnet/constants.rb 
     272            /trunk/tests/lexicon.tests.rb 
     273            /trunk/tests/linguawordnet.tests.rb 
     274            /trunk/convertdb.rb (and 3 other/s) 
     275 
     276   - Test and fix for new compound pointer types (fixes #3) 
     277   - Added mode-specification and path specification to Lexicon constructor. This 
     278   is to support modifying WordNet databases as well as being able to open them 
     279   read-only. This addresses the "writable data files" bug (fixes #2). 
     280   - Moved default location for data files to CONFIG['datadir'] 
     281   - Added quite a bit more documentation which is visible if you use the included 
     282   docs/makedocs.rb script or manually specify an 'accessors' option to rdoc. 
     283 
     284 
     285-- Thu, 08 Dec 2005 11:01:42 -0000 by ged (r65) ----- 
     286   Changed: /trunk/utils.rb 
     287            /trunk/install.rb 
     288 
     289   - Synced utility scripts with project-utils. 
     290 
     291 
     292-- Sat, 12 Nov 2005 18:14:54 -0000 by ged (r64) ----- 
     293   Added:   /trunk/experiments (new) 
     294            /trunk/experiments/unhandled_pointer_types.rb (new) 
     295 
     296    * Adding minimal testcase for missing synset pointer types bug. (refs #3) 
     297 
     298 
     299-- Sat, 12 Nov 2005 12:24:58 -0000 by ged (r63) ----- 
     300   Changed: /trunk/lib/wordnet/synset.rb 
     301 
     302    * Made def_pointer_methods a bit more intelligent so that the second argument 
     303    isn't necessary. 
     304    * Added example values to some attributes 
     305 
     306 
     307-- Sat, 12 Nov 2005 12:21:45 -0000 by ged (r62) ----- 
     308   Changed: /trunk/makedist.rb 
     309            /trunk/install.rb 
     310 
     311    * Propagated updates from project-utils. 
     312 
     313 
     314-- Sat, 12 Nov 2005 10:02:12 -0000 by ged (r61) ----- 
     315   Changed: /trunk/docs/makedocs.rb 
     316            /trunk/docs/CATALOG 
     317            /trunk/utils.rb 
     318 
     319    * Added accessor-awareness from project-utils, and added accessors to CATALOG. 
     320 
     321 
     322-- Fri, 11 Nov 2005 13:28:41 -0000 by ged (r60) ----- 
     323   Changed: /trunk/convertdb.rb 
     324 
     325   * Fixed the segfault during conversion. Thanks to Claus W. Spitzer for finding 
     326   this and sending me a patch. (Fixes #1) 
     327 
     328 
     329-- Fri, 11 Nov 2005 04:38:14 -0000 by ged (r59) ----- 
     330   Deleted: /trunk/.cvsignore 
     331            /trunk/docs/.cvsignore 
     332            /trunk/lib/wordnet/.cvsignore 
     333 
     334   * Cleanup of old .cvsignore files. 
     335 
     336 
     337-- Fri, 11 Nov 2005 04:34:33 -0000 by ged (r58) ----- 
     338   Changed: /trunk/README 
     339            /trunk/tests/wntestcase.rb 
     340            /trunk/INSTALL 
     341            /trunk/MANIFEST 
     342            /trunk/lib/wordnet/constants.rb 
     343            /trunk/lib/wordnet.rb (and 2 other/s) 
     344 
     345   - Updated keywords, cleaned up for new work. 
     346 
     347 
     348-- Wed, 03 Sep 2003 20:32:42 -0000 by deveiant (r56) ----- 
     349   Added:   /trunk/ChangeLog (new) 
     350 
     351   Initial checkin 
     352 
     353 
     354-- Wed, 03 Sep 2003 20:24:27 -0000 by deveiant (r55) ----- 
     355   Changed: /trunk/TODO 
     356 
     357   - Fixed list for RDoc. 
     358 
     359 
     360-- Wed, 03 Sep 2003 14:15:14 -0000 by deveiant (r54) ----- 
     361   Changed: /trunk/tests/synset.tests.rb 
     362 
     363   - Fixed tests for relation pointer methods: verbgroups => verbGroups and delete 
     364   'functions'. 
     365 
     366 
     367-- Wed, 03 Sep 2003 07:47:29 -0000 by deveiant (r53) ----- 
     368   Changed: /trunk/lib/wordnet/synset.rb 
     369 
     370   - Corrected pointer-method docs. 
     371 
     372 
     373-- Wed, 03 Sep 2003 06:47:19 -0000 by deveiant (r52) ----- 
     374   Changed: /trunk/INSTALL 
     375 
     376   - Updated requirements list. 
     377 
     378