-
Notifications
You must be signed in to change notification settings - Fork 16
/
ChangeLog
226 lines (142 loc) · 6.79 KB
/
ChangeLog
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
2010-01-06 Christian Egli <[email protected]>
* man/Makefile.am (pdf2brl.1): Automatically generate man pages
for rtf2brl and pdf2brl.
* doc/liblouisxml.texi (Transcribing PDF files with pdf2brl): Add
documentation for the pdf2brl tool.
* README: Mention the dependency on poppler or xpdf for pdf2brl
and rtf2xml for rtf2brl.
* tools/Makefile.am (bin_SCRIPTS): Added the pdf2brl script
properly to the build process, i.e. make sure it is generated by
configure and packaged and installed by make.
2009-12-28 John J. Boyer <[email protected]>
* implemented handling of xpath expressions
* Added pdf2brl tool
2009-11-24 Christian Egli <[email protected]>
* doc/liblouisxml.texi (html.sem): Fix some typos and add
references to the appendix with the sem file examples.
2009-11-23 John J. Boyer <[email protected]>
* Release 2.1.0: Many new features, see NEWS
2009-11-04 Christian Egli <[email protected]>
* Makefile.am:
* configure.ac:
* man/Makefile.am: Automatically generate man pages using help2man
if it is available.
* Makefile.am:
* configure.ac:
* gnulib/*:
* tools/xml2brl.c: Integrate gnulib and use it to do option
parsing using getopt. xml2brl now handles --help and --version.
2009-10-03 Christian Egli <[email protected]>
* tests/check_version.c: Add a test case for lbx_version().
2009-08-11 Christian Egli <[email protected]>
* doc/Makefile.am (man_MANS): Only define the man pages once,
otherwise they will be installed twice.
* doc/liblouisxml.texi (style): Fixed a small typo with the
invocation of the settings macro
2009-07-28 John J. Boyer <[email protected]>
* Alpha realase of UK Maths files
2009-07-17 Lars Bjørndal <[email protected]>
* contrib/liblouisxml.spec: Added rpm spec file
2009-07-06 Christian Egli <[email protected]>
* doc/liblouisxml.texi (Semantic Actions Overview): Fixed two
small capitalization typos.
2009-03-12 John J. Boyer <[email protected]>
* doc/Makefile.am: datarootdir may not work: use datadir
2009-03-09 Christian Egli <[email protected]>
* doc/Makefile.am (doc_DATA): Use the default location for docdir.
Thanks to Lars Bjørndal for the report.
2009-03-04 John J. Boyer <[email protected]>
* Release 1.9.0
2009-02-20 John J. Boyer <[email protected]>
* Added the directory mac-osx-10.5 and its files for building on
the Mac.
2009-02-18 John J. Boyer <[email protected]>
* Changing e-mail, website and company name to abilitiessoft.
2009-02-16 John J. Boyer <[email protected]>
* Added __stdcall as per liblouis.
* Moved qetProgramPath from paths.c to compileTranslationTable.c
in liblouis and made it exportable as lou_getProgramPath for
Windows only.
2009-02-10 (2) John J. Boyer <[email protected]>
* Put in new path.c module, which finds the program location in
Windows.
2009-02-13 Christian Egli <[email protected]>
* doc/liblouisxml.texi (Semantic Actions in detail): Added docu
for config* semantic actions.
2009-02-10 John J. Boyer <[email protected]>
* Put in new path.c module, which finds the program location in
Windows.
* Added README.win32 on how to build on Windows.
2009-02-10 Christian Egli <[email protected]>
* tests/testcode.xml:
* liblouisxml/transcribe_music.c:
* liblouisxml/transcribe_graphic.c:
* liblouisxml/transcribe_chemistry.c:
* liblouisxml/make_sem_names.c: Move license from GPL +
restrictions/permissions to LGPL with the blessing of the
copyright holders.
2009-02-09 Christian Egli <[email protected]>
* README: Remove any mentioning of mathml2brl
* doc/liblouis.texi (Programming with liblouis): Move the
programming section to the back and rename to emphasize more on
the user instead of the programmer.
* doc/liblouisxml-guide.texi: Renamed to liblouisxml.texi
2009-02-08 John J. Boyer <[email protected]>
* More proofreading and correcting ob liblouis-guide.texi.
2009-02-07 John J. Boyer <[email protected]>
* Update documentation examples
* remove outdated mathml2brl program
2009-02-04 John J. Boyer <[email protected]>
* Fixed a problem in xml2brl when using the -p option (poorly
formatted text) which caused it to fail to recognize text that
was in fact properly formatted.
2009-02-04 Christian Egli <[email protected]>
* doc/liblouisxml-guide.texi (Semantic Actions in detail): Added a
separate section to document the semantic actions individually
(Table of contents): Added docu for the table of contents feature.
2009-02-03 John J. Boyer <[email protected]>
* Implemented lbx_version.
2009-02-02 Christian Egli <[email protected]>
* NEWS: Added NEWS for release 1.8.0
2009-01-26 John J. Boyer <[email protected]>
* added the configfile, configstring and configtweak semantic
actions
2009-01-21 Christian Egli <[email protected]>
* doc/Makefile.am (msword2brl.1): Generate the man page
automatically with the help of a proper usage message, --help and
--version options and the help2man utility.
2009-01-08 Christian Egli <[email protected]>
* doc/msword2brl.1: Add a man page for msword2brl
* configure.ac: Generate version string for msword2brl
automatically.
* doc/Makefile.am (AM_MAKEINFOHTMLFLAGS): Generate the html as one
big page.
2008-12-23 Christian Egli <[email protected]>
* doc/Makefile.am : Integrated the man page and the
liblouisxml-guide in the build process.
* doc/xml2brl.1: Added a man page for xml2brl.
* doc/liblouisxml-guide.texi: Added a texinfo version of the
liblouisxml-guide.
John J. Boyer, [email protected]
Release liblouisxml-1.4.2, June 16, 2008
Converted to Gnu autotools
A few bugs fixed
Release liblouisxml-1.4.1
linux-Makefile optimized for RedHat
If there are errors in a liblouis table you will now get only a single
arror report instead of myriads.
Release liblouisxml-1.4.0, May 12, 2008
doc directory renamed docs . Semantic-action and configuration files in
this directory have been prefixed with example_
mode parameter added to functions in liblouisxml.h
Cdata sections can now be translated as text, computer code or ignored.
A function to find the true namo of the "Program Files" directory in
Windows has been written by Yuemei Sun of ViewPlus Technologies. It is
in the paths.c module.
Paths for translation tables, semantic action files and configuration
files can now be assigned more flexibly. See paths.c
xml2brl will now accept configuration settings on the command line, so
it is unnecessary to change a configuration file.
It is now possible to pass a configuration string in memory to the
library, not just the name of a configuration file.
For details on all these changes see docs/liblouisxml-guide.html