aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 97d78940d809176e55b8bb9f775bb295c777764d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
2004-06-19  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* data/dict.0: Updated
	* data/dict.m4 (SAMP): New macro

2004-06-18  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* Makefile.am: Pass configuration variables to eXtrans
	using -D command line option (requires my last update to eXtrans).
	* xtrans/LINGUA.html.xtrans: Use xtrans environment to get
	the configuration parameters.
	(PageTemplate): Removed erroneous double-percent signs.
	
	* data/dict.0: Removed duplicates
	* data/dict.1: Likewise
	* data/dict.2: Likewise
	* data/dict.3: Likewise
	* data/dict.5: Likewise
	
	* src/sql.c: Minor formatting changes

	* xml/ellinika.ru.xml: Minor update
	
2004-06-18  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* xtrans/LINGUA.html.xtrans: Use 'span' instead
	of 'repeat' to conform to 4.01 transitional.

2004-06-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* data/dict.0: Updated
	* data/dict.5: Updated

2004-06-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* data/dict.0: Updated
	* data/dict.1: Updated
	* data/dict.3: Updated
	* data/dict.4: Updated

2004-06-14  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* cgi-bin/dict.cgi.in: Updated 
	* data/dict.0: Updated 
	* data/dict.1: Updated 
	* xml/ellinika.ru.xml: Updated

2004-06-13  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* mainstyle.css (comment,expl): New styles

	* cgi-bin/dict.cgi.in: Display dictionary stats

	* data/db.struct (stat): New table
	* data/dict.m4: New file	
	* data/dict.0: New file
	* data/dict.1: Use m4 macros
	* data/dict.2: Likewise
	* data/dict.3: Likewise
	* data/dict.4: Likewise
	* data/dict.5: Likewise
	* data/dict.7: Likewise
	* po/ru.po: Updated

	* scm/conj.scm: Updated
	* scm/xlat.scm: Updated
	
	* src/gram.y (parse): Change declaration
	(yyerror): file_name can be NULL
	* src/input.l: Hande LINE statement
	(make_m4_args,yywrap,set_location): New functions
	(open_input): Preprocess sources using m4
	* src/main.c: Update call to parse(). New command line
	options: -I passes include dir to m4, -m sets full path
	to m4 binary
	(update_stat): Updated stat table.
	* src/trans.h: Updated

	* xml/ellinika.ru.xml (dict): Provide dictionary statistics
	* xtrans/LINGUA.html.xtrans (BOTTOM): New tag
	(ClosePage): Add BOTTOM info, if available

2004-06-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* scm: New directory
	* scm/xlat.scm: New file. Handles translations from Greek to
	internal representation and vice-versa.
	* scm/conj.scm: New file. Verb conjugator.

2004-06-10  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* cgi-bin/dict.cgi.in (transcription-list): Bugfix.

2004-05-31  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* mainstyle.css (.example): Changed background-color
	(.sample): New style
	* xml/ellinika.ru.xml: Finished chapter 'indefinite
	adjectives.'
	Use <SAMP> instead of <GR>
	Use new tabular environment 'TYPE=EXAMPLE' for examples.
	* xtrans/LINGUA.html.xtrans (TABULAR): New attribute 'TYPE'.
	The only value implemented currently is 'EXAMPLE'
	(SAMP): New tag
	(NOTREADY): Rewritten
	* graphics/construction.jpg: New file

2004-05-30  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* mainstyle.css (.translation): New class
	* cgi-bin/dict.cgi.in (part-of-speech): Fixed typo.
	* xml/ellinika.ru.xml: Added section about indefinite
	adjectives.
	Use <SUBSCRIPT> wherever necessary.
	Use quoted tags.
	* xtrans/LINGUA.html.xtrans (expand_text): New function. Expands
	quoted tags.
	(PageTemplate,ITEM,put_menu_item,menu_map): Use expand_text
	(SECTION): Output <HR>
	(SUBSCRIPT): New tag
	(EXAMPLE): Rewritten
	(TRANS): New tag
	
2004-05-29  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* mainstyle.css (.example): Changed background color
	
2004-05-29  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* xml/ellinika.ru.xml: Added B1 and B2 conjugation.
	* mainstyle.css (THEAD.std): Added background color.

2004-05-26  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* mainstyle.css (notready): New style
	* data/dict.5: Updated
	* data/dict.7: New file.
	* xml/ellinika.ru.xml: Updated. Written chapter about adjectives.
	* xtrans/LINGUA.html.xtrans: Moved navigation bar to the right
	side of the page.
	(EMPH,DFN,IT,EXAMPLE): Use nostrip
	(TABULAR): New attribute SPACE
	(SEPARATOR): New attributes SPAN and INITCOUNT
	(NOTREADY): New tag.

2004-04-18  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* data/dict.1: Updated
	* data/dict.2: Updated
	* data/dict.5: New file
	* xml/ellinika.ru.xml: Updated
	* xtrans/LINGUA.html.xtrans: Minor changes
	* cgi-bin/dict.cgi.in (display-results): Replace tilde in
	dictionary articles.
	(dict-search): Make the first condition stricter.

2004-04-06  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* xml/ellinika.ru.xml: More info on aoristos
	* xtrans/LINGUA.html.xtrans (BOLD): Removed
	(EMPH,DFN): New tags

	* mainstyle.css: Changed separator background
	* xtrans/LINGUA.html.xtrans (SECTION)
	(SUBSECTION, SUBSUBSECTION): New sectioning tags 
	All sectioning commands are able to take ID attribute, indicating
	reference anchor.
	(XREF): New tag.
	(ITEM) SPAN may be 0, indicating the maximum number of itemsm
	detected so far
	(FLECTN): Removed
	(FLECT): Implement the functionality of FLECTN
	* xml/ellinika.ru.xml: Use new sectioning tags, cross references
	and new ROWHEADING semantics.

	* data/dict.1: Updated
	* data/dict.2: Updated
	* data/dict.3: Updated
	* data/dict.4: Updated
	* xml/ellinika.ru.xml: More proverbs
	* xtrans/LINGUA.html.xtrans: Close <P> blocks before opening
	another block tag.
	
2004-03-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* cgi-bin/dict.cgi.in (translate-kbd): Recognize \th, \ks
	and \ps escapes. Translate 'th' to 'thita' when followed by
	a vocal.
	* data/dict.1: Minor spelling fix
	* data/dict.2: Likewise
	* data/dict.3: Likewise 
 	* data/dict.4: Likewise

2004-03-26  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* xtrans/LINGUA.html.xtrans (Starttag): COLHEADING argument
	sets the THEAD class
	* xml/ellinika.el.xml: Updated. New chapter 'Irregular verbs'

2004-03-18  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* xtrans/i18n.inc: Minor update
	* xtrans/LINGUA.html.xtrans: Lots of changes. Use modified
	version of eXtrans
	* mainstyle.css: Updated
	* xml/ellinika.el.xml: Added numerals and (partially) pronouns
	* Makefile.am (all-local): Modified eXtrans returns correct
	status

2004-03-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* xtrans/i18n.inc: Translations are now local to LINGUA tag
	* xtrans/LINGUA.html.xtrans (Endtag LINGUA): Removed call
	to i18cleanup().
	
2004-03-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* xtrans/LINGUA.html.xtrans: Translated UTF-8 literals to English
	to facilitate the transition of the Runasimi site to eXtrans 
	* xml/ellinika.el.xml: Updated
	* xml/ellinika.ru.xml: Updated
	
2004-03-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* xtrans/LINGUA.html.xtrans: Updated
	* xml/ellinika.ru.xml: Updated

2004-03-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* mainstyle.css: New file
	* Makefile.am: Install mainstyle.css
	* xtrans/LINGUA.html.xtrans: Use stylesheets
	* graphics/valid-css.png: Added to the repository

2004-03-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
	
	* autogen.sh: Create db subdirectory 
	* xml/ellinika.ru.xml: Added chapter "proverbs".
	Explicitly generate "Navigation" group
	Chapter "nouns" split into smaller sections
	Chapter "verbs": Started writing
	* xtrans/LINGUA.html.xtrans: Lots of changes

2004-03-09  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* cgi-bin/dict.cgi.in (make-cgi-name): Minor fix. Do not print a
	lone ? mark' 

2004-03-09  Sergey Poznyakoff  <gray@Noldor.runasimi.org>
	
	* data/dict.1: Updated
	* data/dict.2: Updated
	* data/dict.3: Updated
	* data/dict.4: New file

2004-03-08  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* xml/ellinika.ru.xml: Updated
	* xtrans/LINGUA.html.xtrans: Updated

2004-03-08  Sergey Poznyakoff  <gray@Noldor.runasimi.org>
	
	* src/Makefile: Removed
	* src/input.l: Include "gram.h" instead of "y.tab.h"
	* src/xcript.c: Translate iota+trema
	
	* xml: New directory
	* xml/Makefile.am
	* xml/ellinika.el.xml
	* xml/ellinika.ru.xml
	
	* po: New directory
	* po/LINGUAS: New file
	* po/ru.po: New file
	* po/POTFILES.in: New file
	* po/Makevars: New file
	
	* lingua.xtrans: New file
	* configure.ac: New file
	* Makefile.am: New file
	* autogen.sh: New file
	
	* m4: New directory
	* m4/guile.m4: New file
	* m4/lib.m4: New file
	* m4/common.m4: New file

	* NEWS
	* README
	* AUTHORS
	* THANKS
	
	* cgi-bin/Makefile.am: New file
	* cgi-bin/dict.cgi: Removed
	* cgi-bin/dict.cgi.in: New file. Major rewrite of dict.cgi using
	template file and guile-gettext module

	* data/Makefile.am: New file
	* data/dict.3: New file

	* src/Makefile.am: New file

	* xtrans: New directory
	* xtrans/i18n.inc: New file
	* xtrans/LINGUA.html.xtrans: New file
	* xtrans/Makefile.am: New file

2004-02-17  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* cgi-bin/dict.cgi: Fixed to produce valid HTMP 4.01.
	Read configuration file.
	* src/gram.y: Allow to specify topics covering several
	dictionary nodes.
	* src/input.l: Likewise.
	* src/main.c: Likewise.
	* src/trans.h: Likewise.
	* src/sql.c (sql_connect): Allow for sql_host==NULL
	* src/list.c (list_create): Bugfix: initialize count.
	* data/dict.2: Use new TOPIC .. END syntax
	* graphics/valid-html401.png: Added to the repository
	* graphics/gnu-head-sm.jpg: Likewise

2004-02-15  Sergey Poznyakoff  <gray@Noldor.runasimi.org>

	* cgi-bin/dict.cgi: Lots of improvements
	* data/dict.1: Updated
	* data/dict.2: Updated
	* src/main.c (emit_node) Bugfix
	* src/sql.c: If hostname begins with a slash, treat it as a path
	to UNIX socket
	* graphics: New directory
	* iep-big.jpg: New file
	* iep-medium.jpg: New file
	* iep-small.jpg: New file
	* iep-smaller.jpg: New file

2004-02-13  Sergey Poznyakoff  <gray@kaktus.farlep.net>

	Initial import 


Local Variables:
mode: change-log
version-control: never
End:

Return to:

Send suggestions and report system problems to the System administrator.