File: ChangeLog

package info (click to toggle)
gmetadom 0.2.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,476 kB
  • ctags: 1,198
  • sloc: sh: 8,733; xml: 3,772; cpp: 3,126; ansic: 2,695; ml: 959; makefile: 896
file content (41 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (8)
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
Wed,  9 Apr 2003 15:59:02 +0200

	* added saveDocumentToMemory in Ocaml binding
	  (patch provided by Blair)

Sun Dec 30 22:21:42 EST 2001

	* added hash function for DOMString so that it can
	  be used with STL hashed containers

Wed Dec  5 11:57:47 EST 2001

	* a severe bug in copy constructors has been fixed

	* improved DOMString implementation
	
Sun Dec  2 09:45:58 EST 2001 Luca Padovani <luca.padovani@cs.unibo.it>

	* removed Cpp from namespaces and filenames

	* method name change: get_gdome_object => gdome_object
	  this method is now public

Sat Dec  1 14:20:47 EST 2001 Luca Padovani <luca.padovani@cs.unibo.it>

	* Char8, Char16, Char32 depends now on the compiler, glib.h is not
	needed anymore.

	* better configuration for char encodings
	 
	* implemented DOMString::isEmpty with XML spaces

	* all methods for smart pointers are now declared const, except
	for the copy operator

	* default values for mode parameter in load/save
	
November 28, 2001

	* the source code for the first release is stabilizing