File: ChangeLog

package info (click to toggle)
gluezilla 2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,940 kB
  • ctags: 1,121
  • sloc: sh: 9,161; cpp: 4,062; cs: 151; makefile: 141; ansic: 115
file content (109 lines) | stat: -rw-r--r-- 2,918 bytes parent folder | download
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
2008-10-16  Andreia Gaita <avidigal@novell.com> 

	* Makefile.am: Add licenses to distributed files

2008-09-08  Andreia Gaita <avidigal@novell.com> 

	* configure.ac: Define XUL_VERSION flag with default values (for
	  building with a local xul sdk instead of the system one)

2008-08-19  Andreia Gaita <avidigal@novell.com> 

	* configure.ac: Add configure option to force the use of gecko 1.8 when
	  both 1.8 and 1.9 are available

2008-08-07  Andreia Gaita <avidigal@novell.com> 

	* configure.ac: Check and distinguish between gecko 1.8 and 1.9, define
	  a XUL_VERSION flag to be used to tweak header include paths.

2008-06-16  Andreia Gaita <avidigal@novell.com> 

	* configure.ac: Do not check for xpcom dev packages if we're building
	  with a local sdk

2008-02-20  Andreia Gaita <avidigal@novell.com>

	* configure.ac: Add flag for char compatibility with
	mozilla.

2008-01-30  Wade Berrier  <wberrier@novell.com>

	* configure.ac: version bump -> 1.9

2007-12-14  Andreia Gaita <avidigal@novell.com>

	* configure.ac: add gthread for g_thread_init (doh)

2007-11-19  Wade Berrier  <wberrier@novell.com>

	* configure.ac:
	* Makefile.am:
	process build dir

2007-11-08  Wade Berrier  <wberrier@novell.com>

	* configure.ac: version bump -> 1.2.6

2007-11-08 Andreia Gaita <avidigal@novell.com>

	* configure.ac: set non-debug build by default

2007-11-06 Andreia Gaita <avidigal@novell.com>

	* configure.ac: disable debug flags when enable_optimize=yes

2007-10-18  Wade Berrier  <wberrier@novell.com>

	* Makefile.am:
	* README:
	* configure.ac:
	Enable test in subdirs again
	Fix make distcheck
	Add mozilla checks back in

Mon Aug 20 19:44:12 CEST 2007 Paolo Molaro <lupus@ximian.com>

	* configure.ac: embed_base_s is not needed.

2007-08-19 Andreia Gaita <avidigal@novell.com>

	* configure.ac: Remove Mono.Mozilla

2007-08-11 Andreia Gaita <avidigal@novell.com>

	* src/, vender/, unused/: remove to clean up the tree,
	not used anymore

2007-07-04 Andreia Gaita <avidigal@novell.com>

	* Update the readme to reflect the changes in the build
	system.

2007-06-22 Andreia Gaita <avidigal@novell.com>

	* Extra flags on configure: --enable-local=yes, to use
	a local xulrunner-sdk (inside build/*) instead of a 
	system-installed one, --enable-optimize=no to take
	out the optimization CXXFLAGS that autoconf* insists
	on using.

2007-06-18 Andreia Gaita <avidigal@novell.com>

	* Fixes to the build to use the gecko/xulrunner devel
	packages properly, correct a few include paths, add 
	needed idl files.

2007-06-18	Andreia Gaita	<avidigal@novell.com>

	* Rewrite, refactor. The managed warapper lives 
	now on Mono.Mozilla, the library is on xulbrowser. 
	The library now uses the standalone xpcomglue. 
	Build system fixed. 
	Depends on gtk for linux (only), not working yet, 
	works on windows (built with vs2003)

2006-04-22  Zac Bowling  <zac@zacbowling.com>

	* mozembed: initial version.