File: Changelog

package info (click to toggle)
wap-wml-tools 0.0.4-5
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k, lenny
  • size: 304 kB
  • ctags: 234
  • sloc: ansic: 1,122; sh: 112; makefile: 104
file content (39 lines) | stat: -rw-r--r-- 1,462 bytes parent folder | download | duplicates (4)
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
31/1/2000 - v0.0.4

  * wmlc and wmlhtml now use the correct variable type for XML attribute
    pointers (xmlAttrPtr, not struct xmlAttr*). Now they will compile with
    newer versions of libxml.
  * Added wmlhtml to Makefile.in. Thanks to Peter Hanecak for pointing out
    this glaring omission (oops :).

14/12/1999 - v0.0.3

  * wmld now uses the string table properly (oops) and can deal with
    references to the table from both strings and variable names. I'd say
    that this is no longer alpha code and could probably be used with
    reasonable success.
  * Remebered to change the version number in the configure script.

13/12/1999 - v0.0.2

  * wmld now parses the string table and can use it accordingly. The code
    for this was missing from my copy of the bytecode specifications.
    Please note that all documentation relating to WML is gratefully
    accepted!
  * Added wmlhtml - a simple WML to HTML converter. This is just a quick
    hack and doesn't do a great job but gives a better idea than wmlv of
    how a WML deck will look.

 10/12/1999 - v0.0.1

  * First public release
  * Added files LICENSE and COPYRIGHT
  * wmlc now generates bytecode which now works in Nokia's WAP toolkit and
    Ericsson's WAP SDK. Most of the time, anyway
  * Fixed rdfwml to deal with <, > or $ in the input and fix accordingly

9/12/1999 - v0.0.0

  * First noted build
  * wmld, wmlv, wbmp2xpm and rdfwml all compile
  * wmlc does nasty things