root/tags/RELEASE_1_02/ChangeLog

Revision 46, 7.6 KB (checked in by deveiant, 5 years ago)

Checkpoint commit

Line 
12003-09-10 23:04  Michael Granger <ged@FaerieMUD.org>
2
3    * tests/en/inflect.tests.rb (1.2):
4
5    - Added test for functional interface to auto-generated code.
6   
7    - Removed tests of the 'use' function into their own test case.
8   
92003-09-10 23:03  Michael Granger <ged@FaerieMUD.org>
10
11    * tests/en/conjunction.tests.rb (1.2):
12
13    - Added test for functional interface to auto-generated code.
14   
152003-09-10 23:02  Michael Granger <ged@FaerieMUD.org>
16
17    * tests/en/infinitive.tests.rb (1.1):
18
19    Initial checkin.
20   
212003-09-10 23:02  Michael Granger <ged@FaerieMUD.org>
22
23    * tests/use.tests.rb (1.4):
24
25    - Fixed require block at the top.
26   
27    - Changed name of intermediate class to reflect change in linguistics.rb.
28   
29    - Fixed 1.8 complaint.
30   
312003-09-10 23:00  Michael Granger <ged@FaerieMUD.org>
32
33    * tests/lingtestcase.rb (1.3):
34
35    - Added a dummy test so if the tests for optional modules can't be run (because
36      the modules on which they depend aren't installed), it doesn't count as a
37      failure because there were no tests.
38   
392003-09-10 22:59  Michael Granger <ged@FaerieMUD.org>
40
41    * tests/TEMPLATE.rb.tpl (1.2):
42
43    - Fixed leftover comment from copy.
44   
452003-09-10 22:57  Michael Granger <ged@FaerieMUD.org>
46
47    * lib/linguistics/iso639.rb (1.3):
48
49    - Fixed typo.
50   
512003-09-10 22:57  Michael Granger <ged@FaerieMUD.org>
52
53    * lib/linguistics/en.rb (1.6):
54
55    - Removed some more code for the aborted attempt to make the module
56      1.6-compatible.
57   
58    - Added requires for new extensions 'wordnet', 'linkparser', and 'infinitive'.
59   
60    - Updated docs in the header, though they're not yet ready for release.
61   
622003-09-10 22:55  Michael Granger <ged@FaerieMUD.org>
63
64    * lib/linguistics.rb (1.6):
65
66    - Changed name of "inflector" class to "languageProxy" to better fit what it
67      does.
68   
69    - Added support for transparent delegator proxy methods.
70   
71    - Added support for MyClass::extend( Linguistics ) and class MyClass; include
72      Linguistics; end.
73   
74    - Modified code in #loadLanguage to minimize the number of requires.
75   
762003-09-10 22:52  Michael Granger <ged@FaerieMUD.org>
77
78    * experiments/generalize.rb (1.1), experiments/wn-proglang.rb
79    (1.1), lib/linguistics/en/wordnet.rb (1.1):
80
81    Initial checkin.
82   
832003-09-10 22:51  Michael Granger <ged@FaerieMUD.org>
84
85    * experiments/allobjlist.rb (1.2):
86
87    - Added example output.
88   
892003-09-10 22:51  Michael Granger <ged@FaerieMUD.org>
90
91    * docs/makedocs.rb (1.2):
92
93    - Reworked to be more generically useful, and support parsing of options from
94      CATALOG file.
95   
962003-09-10 22:50  Michael Granger <ged@FaerieMUD.org>
97
98    * docs/CATALOG (1.3):
99
100    - Added rdoc-option header.
101   
1022003-09-10 22:50  Michael Granger <ged@FaerieMUD.org>
103
104    * utils.rb (1.3):
105
106    - Brought up-to-date with canonical source.
107   
1082003-09-10 22:49  Michael Granger <ged@FaerieMUD.org>
109
110    * TODO (1.2):
111
112    - Removed finished items.
113   
1142003-09-10 22:48  Michael Granger <ged@FaerieMUD.org>
115
116    * README (1.3):
117
118    - Beginnings of update for new release. Still needs more work before release.
119   
1202003-09-10 22:25  Michael Granger <ged@FaerieMUD.org>
121
122    * lib/linguistics/en/: infinitive.rb (1.1), linkparser.rb (1.1):
123
124    Initial checkin.
125   
1262003-09-09 21:48  Michael Granger <ged@FaerieMUD.org>
127
128    * tests/en/wordnet.tests.rb (1.1):
129
130    Initial checkin.
131   
1322003-09-09 13:29  Martin Chase <stillflame@FaerieMUD.org>
133
134    * tests/en/linkparser.tests.rb (1.1):
135
136    initial import
137   
1382003-08-26 04:35  Michael Granger <ged@FaerieMUD.org>
139
140    * docs/.cvsignore (1.1):
141
142    Initial checkin.
143   
1442003-07-10 18:36  Michael Granger <ged@FaerieMUD.org>
145
146    * lib/linguistics/en.rb (1.5):
147
148    - Added a Range#step 1.6 compat function.
149   
1502003-07-10 18:20  Michael Granger <ged@FaerieMUD.org>
151
152    * tests/use.tests.rb (1.3):
153
154    - 1.6 fixes.
155   
1562003-07-10 18:13  Michael Granger <ged@FaerieMUD.org>
157
158    * lib/linguistics.rb (1.5):
159
160    - More 1.6ish fixes.
161   
1622003-07-10 17:52  Michael Granger <ged@FaerieMUD.org>
163
164    * lib/linguistics/en.rb (1.4):
165
166    Made module_methods out of the backend functions to support including linguistic methods again.
167   
1682003-07-10 17:45  Michael Granger <ged@FaerieMUD.org>
169
170    * lib/linguistics.rb (1.4):
171
172    - Fixed use of Hash#merge! (1.8 feature)
173   
1742003-07-10 17:38  Michael Granger <ged@FaerieMUD.org>
175
176    * lib/linguistics/en.rb (1.3):
177
178    - Fixed usage of Hash#merge (a 1.8 feature).
179   
1802003-07-09 18:00  Michael Granger <ged@FaerieMUD.org>
181
182    * tests/lingtestcase.rb (1.2, RELEASE_1_01):
183
184    - Removed unneccessary require of test/unit/mock.
185   
1862003-07-09 15:45  Michael Granger <ged@FaerieMUD.org>
187
188    * install.rb (1.1, RELEASE_1_01):
189
190    Initial checkin.
191   
1922003-07-09 14:39  Michael Granger <ged@FaerieMUD.org>
193
194    * docs/CATALOG (1.2, RELEASE_1_01):
195
196    - Explicitly listed linguistics.rb so it gets documented first.
197   
1982003-07-09 14:39  Michael Granger <ged@FaerieMUD.org>
199
200    * utils.rb (1.2, RELEASE_1_01):
201
202    - Commented out rdoc-selection code, as it doesn't work.
203   
2042003-07-09 14:38  Michael Granger <ged@FaerieMUD.org>
205
206    * README (1.2, RELEASE_1_01):
207
208    - Fleshed out instructions for use and addition.
209   
2102003-07-09 14:36  Michael Granger <ged@FaerieMUD.org>
211
212    * lib/linguistics.rb (1.3), tests/use.tests.rb (1.2), Artistic
213    (1.2) (utags: RELEASE_1_01):
214
215    - RDoc fixes
216   
2172003-07-09 14:35  Michael Granger <ged@FaerieMUD.org>
218
219    * lib/linguistics/iso639.rb (1.2, RELEASE_1_01):
220
221    - Made some RDoc fixes
222   
2232003-07-09 13:30  Michael Granger <ged@FaerieMUD.org>
224
225    * lib/linguistics.rb (1.2):
226
227    - Added array-wrapping to allow single classes in the :classes config argument.
228   
229    - Wrapped the code that adds the inflector method in a test for the method's existance to avoid constantly redefining it for classes which already have it.
230   
2312003-07-09 13:16  Michael Granger <ged@FaerieMUD.org>
232
233    * lib/linguistics/en.rb (1.2, RELEASE_1_01):
234
235    - Moved Array extension to the bottom of the file to avoid confusion, and turned on :nodoc: for it.
236   
2372003-07-09 12:24  Michael Granger <ged@FaerieMUD.org>
238
239    * tests/: conjunction.tests.rb (1.2), en_inflect.tests.rb (1.2):
240
241    - Moved into the en/ directory to separate language-specific tests from general tests.
242   
2432003-07-09 10:15  Michael Granger <ged@FaerieMUD.org>
244
245    * makedist.rb (1.2, RELEASE_1_01):
246
247    Fixed project-grokking expression
248   
2492003-07-09 10:13  Michael Granger <ged@FaerieMUD.org>
250
251    * docs/makedocs.rb (1.1, RELEASE_1_01):
252
253    Initial checkin.
254   
2552003-07-09 09:53  Michael Granger <ged@FaerieMUD.org>
256
257    * experiments/: allobjlist.rb (1.1), farmobjs.rb (1.1) (utags:
258    RELEASE_1_01):
259
260    Initial checkin
261   
2622003-07-09 08:49  Michael Granger <ged@FaerieMUD.org>
263
264    * Artistic (1.1), README (1.1), TODO (1.1), makedist.rb (1.1),
265    test.rb (1.1), utils.rb (1.1), docs/CATALOG (1.1),
266    experiments/api.rb (1.1), experiments/randobjlist.rb (1.1),
267    lib/linguistics.rb (1.1), lib/linguistics/en.rb (1.1),
268    lib/linguistics/iso639.rb (1.1), redist/hashslice.rb (1.1),
269    tests/conjunction.tests.rb (1.1), tests/en/conjunction.tests.rb
270    (1.1), tests/TEMPLATE.rb.tpl (1.1), tests/en_inflect.tests.rb
271    (1.1), tests/lingtestcase.rb (1.1), tests/use.tests.rb (1.1),
272    tests/en/inflect.tests.rb (1.1):
273
274    Initial revision
275   
2762003-07-09 08:49  Michael Granger <ged@FaerieMUD.org>
277
278    * Artistic (1.1.1.1), README (1.1.1.1), TODO (1.1.1.1,
279    RELEASE_1_01), makedist.rb (1.1.1.1), test.rb (1.1.1.1,
280    RELEASE_1_01), utils.rb (1.1.1.1), docs/CATALOG (1.1.1.1),
281    experiments/api.rb (1.1.1.1, RELEASE_1_01),
282    experiments/randobjlist.rb (1.1.1.1, RELEASE_1_01),
283    lib/linguistics.rb (1.1.1.1), lib/linguistics/en.rb (1.1.1.1),
284    lib/linguistics/iso639.rb (1.1.1.1), redist/hashslice.rb (1.1.1.1,
285    RELEASE_1_01), tests/conjunction.tests.rb (1.1.1.1),
286    tests/en/conjunction.tests.rb (1.1.1.1, RELEASE_1_01),
287    tests/TEMPLATE.rb.tpl (1.1.1.1, RELEASE_1_01),
288    tests/en_inflect.tests.rb (1.1.1.1), tests/lingtestcase.rb
289    (1.1.1.1), tests/use.tests.rb (1.1.1.1), tests/en/inflect.tests.rb
290    (1.1.1.1, RELEASE_1_01) (utags: ALPHA):
291
292    Initial checkin
293   
Note: See TracBrowser for help on using the browser.