In class/System.Windows/Mono:
[moon.git] / ChangeLog
blob94bba24855588ff47f3b7733874f1b9526b3599a
1 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3         * configure.ac: Show if we were built with debug on or off.
5         r: spouliot
7 2009-10-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9         * demo-status.sh: Don't report failure quite yet.
11         r: alan.
13 2009-10-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>
15         * demo-status.sh: Added, used to created demo-status.html
16         from demo-status.txt.
18 2009-09-29  Andrés G. Aragoneses  <aaragoneses@novell.com>
20         * configure.ac: Warn about missing 'zip' tool, needed
21         by Moonlight.MXap at run time.
23         r: toshok
25 2009-08-26  Andrés G. Aragoneses  <aaragoneses@novell.com>
27         * configure.ac: Detect env var that enables a11y.
29 2009-08-16  Chris Toshok  <toshok@ximian.com>
31         * configure.ac: add foreign to AM_INIT_AUTOMAKE so it stops
32         warning us about the gmake-isms.
34         r: andreia
36 2009-07-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
38         * moon.mds: For DEBUG builds do a minimal build.
40 2009-06-29  Rusty Howell  <rhowell@novell.com>
42          * configure.ac: bump version to 1.9.5.99
44 2009-06-02  Rusty Howell  <rhowell@novell.com>
46          * configure.ac:
47          * Makefile.am:
48             Added --without-examples to disable building examples
50 2009-06-02  Sebastien Pouliot  <sebastien@ximian.com>
52         * configure.ac: Add a define for the PREVIEW_VERSION so updating
53         the environment variable (in src/security.c) is not required anymore
55 2009-06-01  Rusty Howell  <rhowell@novell.com>
57          * configure.ac: add no-dist-gzip to disable tar.gz
58              We only need tar.bz2
60 2009-05-29  Rusty Howell  <rhowell@novell.com>
62          * configure.ac: Bump version to 1.9.3.99
64 2009-05-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
66         * configure.ac: Add test/cpp/Makefile to the output.
68 2009-05-18  Rusty Howell  <rhowell@novell.com>
70         * configure.ac: Bump version to 1.9.3
72 2009-05-17  Sebastien Pouliot  <sebastien@ximian.com>
74         * demo-status.txt: Add sample application that uses sockets
76 2009-05-06  Raja R Harinath  <harinath@hurrynot.org>
78         * Makefile.am (ACLOCAL_AMFLAGS): Add.
80 2009-05-04  Michael Hutchinson  <mhutchinson@novell.com>
82         * data/Makefile.am: Guard the managed browser pc files 
83           with INCLUDE_BROWSER_MANAGED_CODE.
85 2009-05-04  Michael Hutchinson  <mhutchinson@novell.com>
87         * data/Makefile.am:
88         * data/moon-browser-redist-assemblies.pc:
89           Add a pkgconfig file for redistributable assemblies.
91 2009-05-04  Sebastien Pouliot  <sebastien@ximian.com>
93         * configure.ac: Add sockpol
95 2009-05-02  Andreia Gaita  <avidigal@novell.com>
97         * configure.ac: add unwind libs to shocker to support
98         DEBUG_ERROR_GECKO (only on debug mode, see shocker.cpp)
100 2009-04-30  Andreia Gaita  <avidigal@novell.com>
102         * configure.ac: Added new tool (moonvisi) to parse
103         ref/unref debug output and generate dot files
105 2009-04-29  Andreia Gaita  <avidigal@novell.com>
107         * configure.ac: Add libunwind checks
109 2009-04-23  Aaron Bockover  <abockover@novell.com>
111         * Makefile.am: Only enable the user-plugin target if 
112         PLUGIN_INSTALL is set from configure
114 2009-04-22  Rusty Howell  <rhowell@novell.com>
116         * configure.ac, Makefile.am: Add support for make user-plugin.
117                 --enable-user-plugin is no longer needed
119 2009-04-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
121         * configure.ac: Add support for --with-mono-basic-path=<path>
123 2009-04-14  Stephane Delcroix  <sdelcroix@novell.com>
125         * configure.ac: swap definition order of variables for PERF_TOOL so I
126         can keep building it
128 2009-04-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
130         * Makefile.am: Revert r131611, it breaks 'make install'.
132 2009-04-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
134         * configure.ac: Remove objecttypes here too.
136 2009-04-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
138         * configure.ac: Include the test templates in the build.
140 2009-04-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
142         * moon.mds: Add a project for each tool, and clean up some of
143           the existing projects.
145 2009-04-08  Rolf Bjarne Kvinge  <RKvinge@novell.com>
147         * configure.ac: Remove agviewer and test-runner from the
148           build.
150 2009-04-03  Aaron Bockover  <abockover@novell.com>
152         * configure.ac: gtksilver -> Moonlight.Gtk
154 2009-04-03  Aaron Bockover  <abockover@novell.com>
156         * configure.ac: Remove DISTCHECK_CONFIGURE_FLAGS - was only there for
157         testing the new build stuff
159 2009-04-02  Aaron Bockover  <abockover@novell.com>
161         * configure.ac: Lots of clean up, easier to read, call the new macros;
162         changed the tarball name from moon to moonlight, version from 1.9 to 1.9.0
163         to make packaging more consistent for distributions; make sure -I m4
164         gets passed to aclocal when running 'make' and configure has changed
166         * m4/: Factored out all the major checks in configure.ac into easier to
167         read and maintain m4 macros; most of the logic is identical - major changes
168         documented below
170         * m4/mono.m4: Completely rewrote the Mono checks; nuked --with-managed;
171         managed code now implied/required; added --disable-browser-support and
172         --disable-desktop-support options; if browser support is disabled, allow
173         building with a Mono as old as 2.0; define MONO_ENABLE_APP_DOMAIN_CONTROL
174         and MONO_ENABLE_CORECLR_SECURITY if Mono 2.5 or better is available, which
175         is required for the browser plugin
177         * autogen.sh: Updated to pass -I m4 to aclocal
179         * Makefile.am: Fix up SUBDIRS; don't enter the plugins directory if
180         we're not going to build the plugin
182 2009-04-02  Jb Evain  <jbevain@novell.com>
184         * Makefile.am: add scripts to SUBDIRS.
186 2009-03-31  Jb Evain  <jbevain@novell.com>
188         * configure.ac: take care of the new scripts folder.
190 2009-03-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>
192         * moon.mds: Updated.
194 2009-03-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>
196         * configure.ac: Updated.
198 2009-03-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
200         * configure.ac: Include support for building MS' toolkit tests
201           in our build.
203 2008-03-10  Sebastien Pouliot  <sebastien@ximian.com>
205         * configure.ac: Add class/tuning/SecurityAttributes/Makefile to
206         AC_OUTPUT
208 2009-02-27  Jb Evain  <jbevain@novell.com>
210         * configure.ac: change configure script to take mcs path
211         so that we can tune the 2.1 assemblies from moon.
213 2009-02-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
215         * moon.mds: Updated to use new MD features (ChangeLog and log
216           message policy).
218 2009-01-29  Geoff Norton  <gnorton@novell.com>
220         * configure.ac: Add MONO here too as runtime needs to know about window
221         which needs to know about deployment, which needs to know about domain.
223 2009-01-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
225         * autogen.sh: Make --with-sanity default.
227         * configure.ac: Add --with-sanity-checks, --with-object-tracking and
228         --with-logging.
230 2009-01-27  Chris Toshok  <toshok@ximian.com>
232         * configure.ac: don't grep/awk to find the codec version to build
233         a filename.  instead, the codec version is in codec-version.h.in.
234         this gets generated with all the proper bits from the configure
235         process and included in pipeline.cpp and pipeline-ui.cpp (instead
236         of pipeline.h, which should keep recompile costs down when the
237         version changes.)
239 2009-01-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
241         * tools/tools.mdp: Yay code-completion in MD.
243 2009-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
245         * configure.ac: Add munxap.
247         * tools/munxap: Initial munxap.
249         * tools/tools.mdp: Updated.
251 2009-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
253         * moon.mds: Update.
255 2009-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
257         * tools/tools.mdp: Updated.
259 2009-01-12  Jackson Harper  <jackson@ximian.com>
261         * tools/respack/respack.cs: Add support for unpacking resources
262         from assemblies.
263         * tools/respack/Makefile.am: Add an unrespack script.
264         * man/respack.1: Update man page to describe unpacking.
266 2009-01-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
268         * configure.ac: Enable System.Windows.Controls[.Data] here too.
270 2009-01-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
272         * configure.ac: Enable System.Windows.Controls[.Data] here too.
274 2009-01-07  Rolf Bjarne Kvinge  <RKvinge@novell.com>
276         * tools/respack/respack.cs: Add support for specifying the name for each
277         resource.
279 2008-12-20  Geoff Norton  <gnorton@novell.com>
281         * configure.ac: We work just fine on Firefox 3 so far, so lets
282         enable support for it in the plugin.
284 2008-12-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
286         * moon.mds: Updated.
288 2008-12-17  Chris Toshok  <toshok@ximian.com>
290         * configure.ac: remove unnecessary --with-managed assignments.
291         also remove class/Mono.Moonlight/Makefile from AC_OUTPUT.
293         * data/silverdesktop.pc: remove Mono.Moonlight mention.
295         * data/agmono.pc.in: nuke.
297         * data/Makefile.am: remove agmono stuff.
299 2008-12-16  Jeffrey Stedfast  <fejj@novell.com>
301         * configure.ac: Added checks for libexpat. Fixes bug #449528
303 2008-12-11  Jeffrey Stedfast  <fejj@novell.com>
305         * configure.ac: Add glib-2.0 to the dependencies for FF2 and FF3
306         LIBS. Partial fix for bug #455885.
308         r: toshok, kangaroo
310 2008-12-01  Geoff Norton  <gnorton@novell.com>
312         * configure.ac: Ensure that we always link against libexpat, we cannot
313         trust libtool to always flatted our NEEDED's.
315         r: toshok
317 2008-12-01  Larry Ewing  <lewing@novell.com>
319         * test/xaml/drtlist.xml: remove failure tag from a bunch of tests
320         that are passing.
322 2008-11-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
324         * tools/unsign, tools/unsign/Makefile, tools/unsign/unsign.cs: Added,
325           tool to remove strong name signature from an assembly.
327 2008-11-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
329         * moon.mds: Updated.
331 2008-11-19  Geoff Norton  <gnorton@novell.com>
333         * configure.ac: Don't link our plugin against unnecessary things.
334         Saves about .5MB in our uncompressed disk profile.
336         r: toshok
338 2008-11-19  Sebastien Pouliot <sebastien@ximian.com>
340         * configure.ac: Use -fstack-protector-all when compiling with GCC
342 2008-11-19  Stephane Delcroix  <sdelcroix@novell.com>
344         * cairo/: update cairo to 1.8,4
346 2008-11-12  Rusty Howell <rhowell@novell.com>
348         * configure.ac: Set ac_subst for INSTALL_ARCH, SL_PROFILE, for install.rdf
350 2008-11-12  Jeffrey Stedfast  <fejj@novell.com>
352         * configure.ac: Require Mono 2.2
354 2008-11-11  Geoff Norton  <gnorton@novell.com>
356         * Makefile.am: The perf suite requires managed code
358 2008-11-06  Stephane Delcroix  <sdelcroix@novell.com>
360         * configure.ac:
361         * tools/mopen/Makefile.am: pass distcheck
363         r:gnorton
365 2008-11-05  Jeffrey Stedfast  <fejj@novell.com>
367         * configure.ac: Check for sys/time.h
369 2008-11-03  Fernando Herrera  <fherrera@novell.com>
371         * README: Added info about MOONLIGHT_DEBUG env variable.
373 2008-11-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
375         * configure.ac: Don't dlopen mono, just link with it if -with-debug is
376           specified.
378 2008-11-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
380         * configure.ac: Remove SWSCALE flags, we don't use swscale anymore.
382 2008-11-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
384         * configure.ac: Revert r117547 and related.
386 2008-10-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
388         * configure.ac: Don't link with ffmpeg anymore. Remove the "no decoding
389           backend" warning, it may produce false positives.
391 2008-10-30  Michael Dominic K.  <mdk@mdk.am>
393         * pixman/applied-patches/PATCHES:
394         * pixman/applied-patches/radial-gradient.patch:
395         * pixman/pixman/pixman-source.c: A patch by Andre Tupinamba for radial gradients.
396         Moves some calculations outside the walker loop.
398 2008-10-24  Jeffrey Stedfast  <fejj@novell.com>
400         * configure.ac: Disable the xcb cairo backend. Fixes bug #438265.
402 2008-10-16  Geoff Norton  <gnorton@novell.com>
404         * configure.ac: Encode the binary codec name at configure time.
406 2008-10-16  Fernando Herrera  <fherrera@novell.com>
408         * README: Update codecs options.
410 2008-10-13  Aaron Bockover  <abockover@novell.com>
412         * src/pipeline-ui.cpp: Set width request on the labels and not the
413         dialog to ensure they wrap properly; remove bad hard coded new
414         lines on the intro message; set the icon to dialog-error when 
415         there's an error
417 2008-10-08  Stephane Delcroix  <sdelcroix@novell.com>
419         * cairo, pixman: local changes to the build files, include the -embed.h
420         files.
422 2008-10-08  Stephane Delcroix  <sdelcroix@novell.com>
424         * cairo, pixman: upgrade to 1.8.0, 0.12.0
426 2008-10-02  Jeffrey Stedfast  <fejj@novell.com>
428         * configure.ac: If building against the system cairo, make sure it
429         is 1.8.0 or later.
431 2008-09-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
433         * configure.ac: Use dlopen/dlsym to access all alsa methods, and don't
434           link with alsa anymore
436 2008-09-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
438         * configure.ac: Use dlopen/dlsym to access all pa methods, and don't
439           link with pulseaudio anymore. Hopefully fixes #425560.
441 2008-09-03  Jackson Harper  <jackson@ximian.com>
443         * tools/xamlg/xamlg.cs: Add code for getting resources, it's
444         commented out right now, because MS isn't doing this, but I wrote
445         the code before I realized that, and will leave it in, since I am
446         sure it will be added at some point.
447         - Don't try to lookup names or resources if we are an Application,
448         since System.Windows.Application doesnt have a FindName/Resource
449         in Silverlight.
451 2008-08-22  Raja R Harinath  <harinath@hurrynot.org>
453         * configure.ac (SMCS_ASM): Remove spaces around '='.
455 2008-08-19  Chris Toshok  <toshok@ximian.com>
457         * configure.ac: beautify the configuration output.
459 2008-08-02  Miguel de Icaza  <miguel@novell.com>
461         * tools/mxap/mxap.cs: Use NDesk.GetOptions instead of another
462         custom parser.
464 2008-08-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
466         * configure.ac: Add configure options for alsa and pulseaudio.
468 2008-08-18  Michael Dominic K.  <mdk@mdk.am>
470         * Makefile.am:
471         * perf/Makefile.am: Adding make targets for perf runs.
473 2008-08-18  Michael Dominic K.  <mdk@mdk.am>
475         * Makefile.am:
476         * configure.ac:
477         * perf/Makefile:
478         * perf/Makefile.am:
479         * perf/perf-suite-runner/DrtItem.cs: Adding the perf suite to the build system.
481 2008-08-17  Chris Toshok  <toshok@ximian.com>
482         
483         * configure.ac: rework the SL2 checks so that we can enable
484         browser (2.1) assemblies separate from the desktop (3.0)
485         assemblies.
487         1) new configure arg --with-managed replaces --with-mono.  It's
488         not yes/no only.  It allows for: "yes" (both desktop and browser),
489         "no" (neither), "desktop" (just desktop), and "browser" (just
490         browser.)
492         2) replace the INCLUDE_MONO_RUNTIME AM_CONDITIONAL with 3 distinct
493         ones.  INCLUDE_MANAGED_CODE (for when either desktop/browser are
494         enabled), INCLUDE_BROWSER_MANAGED_CODE (for when 2.1 is enabled),
495         and INCLUDE_DESKTOP_MANAGED_CODE (for when 3.0 is enabled.)
497         3) add a SL_PLUGIN_2_0 AC_DEFINE alongside the SL_2_0 one that's
498         already there, to deal with the fact that if you don't enable the
499         browser assemblies, we need to build a 1.0-only plugin.  But this
500         plugin might be talking to a 2.0-enabled core (due to desktop
501         assemblies being enabled.)
503         4) clean up the configuration output at the end to show
504         everything.
505         
506         * Makefile.am (MONO_SUBDIRS): include class/ if
507         INCLUDE_MANAGED_CODE.  also, include the gtk/examples/man/data
508         directories if INCLUDE_DESKTOP_MANAGED_CODE is enabled.
510         * tools/Makefile.am: INCLUDE_MONO_RUNTIME ->
511         INCLUDE_DESKTOP_MANAGED_CODE.
513 2008-08-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
515         * moon.mds: Updated.
517 2008-08-10  Raja R Harinath  <harinath@hurrynot.org>
519         * configure.ac (HAVE_CAIRO_LINE_CAP_TRIANGLE): Look for
520         cairo/src/cairo.h in $srcdir.  Remove Useless Use of cat.
521         (large file support): Name cache variable 'moon_cv_largefile64_source'.
523 2008-08-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
525         * tools/tools.mdp: Updated.
527 2008-08-08  Fernando Herrera <fherrera@novell.com>
529         * configure.ac: add class/Microsoft.SilverlightControls.
531 2008-08-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
533         * moon.mds: Make src and plugin projects build.
535 2008-08-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
537         * tools/tools.mdp: Updated.
539 2008-08-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
541         * tools/tools.mdp: Updated.
543 2008-08-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
545         * tools/tools.mdp: Added typeandkindgen: generates
546           Mono.Moonlight/Mono/Surface.g.cs (a dictionary of Type/Kind).
548 2008-08-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
550         * moon.mds: Updated.
551         * tools/tools.mdp: Added.
552         * tools/generators: Moved typegen to moon/generators, and add methodgen
553           to generate pinvokes, and cgen to generate c bindings.
555 2008-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
557         * tools/mxap/mxap.cs: Implement custom html files, stack traces for
558           assemblies (by including mdb files too) and return a non-zero error
559           code if any of the sub-processes fail.
561 2008-07-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
563         * moon.mds: Updated.
565 2008-07-28  Jackson Harper  <jackson@ximian.com>
567         * tools/mxap/mxap.cs: Use only the .dll name for Assembly Source.
568         * tools/respack/respack.cs: For some reason, these names need to
569         be lower case to run on windows.
571 2008-07-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
573         * tools/mxap/mxap.cs: Changed indenting and newlines to match MS'
574           AppManifest.xaml, makes it easier to see if they are different.
575           Updated RuntimeVersion to 2.0.30523.6.
577 2008-07-22  Jackson Harper  <jackson@ximian.com>
579         * tools/mxap/mxap.cs: Create an HTML wrapper for our application.
581 2008-07-21  Michael Dominic K.  <mdk@mdk.am>
583         * examples/gnome-orbiter/Background.cs:
584         * examples/gnome-orbiter/Button.cs:
585         * examples/gnome-orbiter/Entry.cs:
586         * examples/gnome-orbiter/EntryData.cs:
587         * examples/gnome-orbiter/LayoutFu.cs:
588         * examples/gnome-orbiter/Main.cs:
589         * examples/gnome-orbiter/Makefile:
590         * examples/gnome-orbiter/PlanetFetcher.cs:
591         * examples/gnome-orbiter/README:
592         * examples/gnome-orbiter/Throbber.cs:
593         * examples/gnome-orbiter/Window.cs:
594         * examples/gnome-orbiter/theme-black/Background.xaml:
595         * examples/gnome-orbiter/theme-black/Button.xaml:
596         * examples/gnome-orbiter/theme-black/Entry.xaml:
597         * examples/gnome-orbiter/theme-black/Throbber.xaml:
598         * examples/gnome-orbiter/theme-blue/Background.xaml:
599         * examples/gnome-orbiter/theme-blue/Button.xaml:
600         * examples/gnome-orbiter/theme-blue/Entry.xaml:
601         * examples/gnome-orbiter/theme-blue/Throbber.xaml: One more example showing XAML 
602         theming capabilities. Check out the README file.
604 2008-07-20  Jackson Harper  <jackson@ximian.com>
606         * configure.ac:
607         * tools/Makefile.am: Add mxap to the 2.0 build
609 2008-07-20  Jackson Harper  <jackson@ximian.com>
611         * tools/mxap/*: New mxap tool for creating very simple .xap
612         files.  This is a pretty basic version, but useful for most simple
613         cases.
615 2008-07-20  Jackson Harper  <jackson@ximian.com>
617         * man/Makefile.am:
618         * man/mxap.1: man page for new mxap tool
620 2008-07-18  Jackson Harper  <jackson@ximian.com>
622         * tools/xamlg/xamlg.cs: Fix component stream name creation.
624 2008-07-18  Jackson Harper  <jackson@ximian.com>
626         * tools/respack/Makefile.am: Fix script.
628 2008-07-18  Jackson Harper  <jackson@ximian.com>
630         * tools/xamlg/xamlg.cs: Add support for creating SL2 partial
631         classes.  You need to supply the app (xap) name on the cmdline
632         like so: xamlg -sl2app:MyApp Page.xaml
633         
634 2008-07-18  Michael Dominic K.  <mdk@mdk.am>
636         * examples/clock-hands/Makefile:
637         * examples/clock-hands/hands.cpp:
638         * examples/clock-hands/hands.html: Another example for Moonlight + Gtk integration. 
639         Embedding mozilla with moonlight plugin + js.
641 2008-07-17  Michael Dominic K.  <mdk@mdk.am>
643         * examples/photo-browser/1.jpg:
644         * examples/photo-browser/2.jpg:
645         * examples/photo-browser/3.jpg:
646         * examples/photo-browser/4.jpg:
647         * examples/photo-browser/5.jpg:
648         * examples/photo-browser/Makefile:
649         * examples/photo-browser/PhotoBrowser.boo:
650         * examples/photo-browser/README: Adding a photobrowser example, one of the few simple 
651         Moonlight apps demoed at GUADEC 2008. Shows how to mix & match GTK with Moonlight. 
652         Uses Boo, excluded from default build.
654 2008-07-14  Andrew Jorgensen  <ajorgensen@novell.com>
656         * configure.ac: Remove linking in nspr and strip out nspr libraries
657         from link flags
659 2008-07-10  Geoff Norton  <gnorton@novell.com>
661         * configure.ac: Remove senseless linking on nss.
663 2008-07-03  Jeffrey Stedfast  <fejj@novell.com>
665         * acinclude.m4: Add some pthread lib checking action.
667         * configure.ac: Include the FreeType2 and FontConfig CFLAGS/LIBS
668         in the MOON_CFLAGS/LIBS variable. Same for zlib. Call our new
669         PTHREAD_CHECK macro and add PTHREAD_LIBS to MOON_LIBS.
671 2008-06-27  Larry Ewing  <lewing@novell.com>
673         * test/xaml/test-opacity-outside-canvas-bounds.xaml: modify to
674         catch another possible opacity clip case.
676 2008-06-27  Michael Dominic K.  <mdk@mdk.am>
678         * test/xaml/test-radialgradientbrush-origin.xaml: Adding an example of
679         broken radial gradient brush, as seen in #401871.
681 2008-06-23  Jeffrey Stedfast  <fejj@novell.com>
683         * acinclude.m4, configure.ac: Added DOLT support.
685 2008-06-10  Andrew Jorgensen  <ajorgensen@novell.com>
687         * configure.ac: Figure out the firefox ABI string only if we're
688         building the firefox plugin
690 2008-06-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
692         * moon.mds: Updated.
694 2008-06-06  Stephane Delcroix  <sdelcroix@novell.com>
696         * tools/xamlg/Makefile.am: fixing the do_subst.
698 2008-06-02  Michael Dominic K.  <mdk@mdk.am>
700         * configure.ac: By default build with Silverlight bugs.
702 2008-05-30  Michael Dominic K.  <mdk@mdk.am>
704         * configure.ac: Adding --with-compatibility-bugs switch (defaults to no)
705         that allows to build ML with *ugh* compatibility bugs (same bugs that SL
706         1.0 has). This will be needed for AnimaionMatrix2.
708 2008-05-28  Andrew Jorgensen  <ajorgensen@novell.com>
710         * ffmpeg.patch: plugin installer ffmpeg patch was missing some tweaks
712 2008-05-23  Andrew Jorgensen  <ajorgensen@novell.com>
714         * configure.ac: The plugin installer can be built with support for
715         either firefox or both
716         * INSTALL: The installer works fine without mono support
718 2008-05-23  Andrew Jorgensen  <ajorgensen@novell.com>
720         * configure.ac: Fallback to not using ffmpeg if it's not found
722 2008-05-19  Andrew Jorgensen  <ajorgensen@novell.com>
724         * configure.ac: MOON_PROG_CFLAGS should use top_srcdir, not top_builddir
726 2008-05-18  Miguel de Icaza  <miguel@novell.com>
728         * Add new tool to package xaml files into the .g.resources
729         expected by Silverlight 2
731 2008-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
733         * moon.mds: Updated.
735 2008-05-15  Andrew Jorgensen  <ajorgensen@novell.com>
737         * configure.ac: Make target tests more generic
739 2008-05-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
741         * configure.ac: Added target as requested by error message.
743 2008-05-15  Andrew Jorgensen  <ajorgensen@novell.com>
745         * configure.ac: ignore target_vendor part
747 2008-05-15  Andrew Jorgensen  <ajorgensen@novell.com>
749         * configure.ac: Determine mozilla os-abi string for targetPlatform
751 2008-05-14  Andrew Jorgensen  <ajorgensen@novell.com>
753         * Makefile.am: Don't build anything but what needs to be built when
754         building the plugin installer
756 2008-05-13  Andrew Jorgensen  <ajorgensen@novell.com>
758         * Makefile.am: tools must build after other mono stuff
760 2008-05-13  Andrew Jorgensen  <ajorgensen@novell.com>
762         * configure.ac, Makefile.am: Fixes so that we can build on a system that
763         actually has no mono on it.
765 2008-05-13  Andrew Jorgensen  <ajorgensen@novell.com>
767         * configure.ac: Bump version so that we can make a source release
769 2008-05-12  Andrew Jorgensen  <ajorgensen@novell.com>
771         * configure.ac: Add ffmpeg and swscale to MOON_PROG_CFLAGS
772         and MOON_PROG_LIBS so that the test harness can build when building
773         the plugin installer
775 2008-05-12  Andrew Jorgensen  <ajorgensen@novell.com>
777         * ffmpeg.patch: Updated ffmpeg patch to r10885
779 2008-05-09  Chris Toshok  <toshok@ximian.com>
781         * configure.ac: error out if --enable-user-plugin is specified
782         without both ff2 and ff3 being enabled.
784 2008-05-09  Chris Toshok  <toshok@ximian.com>
786         * configure.ac: fix the check for ff3, and remove the AC_MSG_ERROR
787         i was using to debug ff2.
788         
789 2008-05-08  Chris Toshok  <toshok@ximian.com>
791         * configure.ac: make ff2 and ff3 non-mutually exclusive.  if
792         either is present we build the correct bridge.
794 2008-05-07  Andrew Jorgensen  <ajorgensen@novell.com>
796         * configure.ac: Don't set mono_*dir variables at configure time
798 2008-05-07  Andrew Jorgensen  <ajorgensen@novell.com>
800         * configure.ac: Don't link against MOZILLA_LIBS because they will
801         already be loaded in the browser
803 2008-05-06  Andrew Jorgensen  <ajorgensen@novell.com>
805         * configure.ac: Don't link against libraries included in the XPI
807 2008-05-06  Andrew Jorgensen  <ajorgensen@novell.com>
809         * configure.ac: Change min and max ff version in rdf depending on
810         usage of --with-ff3
812 2008-04-30  Andrew Jorgensen  <ajorgensen@novell.com>
814         * configure.ac: dbus-glib-1 0.60 should be new enough
816 2008-04-30  Michael Dominic K.  <mdk@mdk.am>
818         * configure.ac:
819         * moon.pc.in: Don't put the MOON_CFLAGS and MOON_LIBS in the pc file
820         as it contains some local garbage. Instead, put stripped-down
821         MOON_EXTRA_CFLAGS and MOON_EXTRA_LIBS. Make it possible to actually
822         compile against moon.pc.
824 2008-04-25  Andrew Jorgensen  <ajorgensen@novell.com>
826         * configure.ac: Hack to remove glitz from the link flags
827         fixes Bug 338506
829 2008-04-25  Geoff Norton  <gnorton@novell.com>
831         * configure.ac: Detect the location of the avcodec.h header
833 2008-04-25  Jackson Harper  <jackson@ximian.com>
835         * configure.ac: Add min versions for the testing dependencies.
837 2008-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
839         * configure.ac: Add XTST flags to SHOCKER variables.
841 2008-04-24  Geoff Norton  <gnorton@novell.com>
843         * configure.ac: Reinstate a few needed uglies for the plugin builder
845 2008-04-24  Geoff Norton  <gnorton@novell.com>
847         * configure.ac: Autoconf treats [] as null.  Set a fake variable
848         to not abort execution if xrandr isn't present.
850 2008-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
852         * configure.ac: Add another directory to search for MS' drtlist.
854 2008-04-24  Fernando Herrera  <fherrera@novell.com>
856         * class/Makefile.am: Fix "make -jN" build.
858 2008-04-23  Geoff Norton  <gnorton@novell.com>
860         * configure.ac: Rewrite our configure.ac to be legible and 
861         maintainable.
862         
863 2008-04-23  Geoff Norton  <gnorton@novell.com>
865         * configure.ac: More pango removal.
866         
867 2008-04-23  Geoff Norton  <gnorton@novell.com>
869         * configure.ac: Remove Pango support.
870         
871 2008-04-23  Geoff Norton  <gnorton@novell.com>
873         * configure.ac: Initial build system cleanup and support for 
874         linking against system cairo.
875         
876 2008-04-22  Larry Ewing  <lewing@novell.com>
878         * configure.ac: check for new mozembed versions.
880 2008-04-22  Larry Ewing  <lewing@novell.com>
882         * configure.ac: new checks for firefox3/libxul1.9. Define
883         HAVE_LIBXUL_UNSTABLE in the ff3 case.
885         Get the build working under firefox3 and opensuse 11.
886         
887 2008-04-17  Andrew Jorgensen  <ajorgensen@novell.com>
889         * Makefile.am: Only build what we actually need when building
890         the plugin installer.  This avoids extra build time and a link
891         problem due to the new native mopen.
893 2008-04-16  Jb Evain  <jbevain@novell.com>
895         * configure.ac, class/Makefile.am: use the new smcs.pc to
896         get the location of smcs.exe for our private use.
898 2008-04-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
900         * moon.mds: Updated.
902 2008-04-14  Andrew Jorgensen  <ajorgensen@novell.com>
904         * pixman/configure.ac: Don't generate test/Makefile
906 2008-04-14  Andrew Jorgensen  <ajorgensen@novell.com>
908         * pixman/configure.ac: Don't generate test/Makefile
910 2008-04-14  Andrew Jorgensen  <ajorgensen@novell.com>
912         * pixman/configure.ac: Don't generate test/Makefile
914 2008-04-14  Andrew Jorgensen  <ajorgensen@novell.com>
916         * cairo, pixman: Update to cairo-1.6.4 and pixman-0.10.0
918 2008-04-08  Andrew Jorgensen  <ajorgensen@novell.com>
920         * configure.ac: Remove xtst from SHOCKER_LIBS pkg-config command
922 2008-04-02  Andrew Jorgensen  <ajorgensen@novell.com>
924         * Makefile.am: Fixed dist of examples/
926 2008-04-02  Miguel de Icaza  <miguel@novell.com>
928         * Move the important stuff from examples/desklet into
929         gtksilver.dll, no point in having two assemblies, two sets of docs
930         for merely one class.
932         * Move the configuration stuff which is really only used by the
933         weather applet into the weather applet.
935         * Automake/autoconf the examples/desklets, lots of bitrot in
936         there, will continue as time allows. 
938         Fixed some of the bitrot
940 2008-03-28  Andrew Jorgensen  <ajorgensen@novell.com>
942         * configure.ac: Added fallback tests for when xtst.pc
943         doesn't exist on the system
945 2008-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
947         * configure.ac: Define __STDC_LIMIT_MACROS.
949 2008-03-28  Jackson Harper  <jackson@ximian.com>
951         * configure.ac: shocker needs the gtk libs now.
953 2008-03-25  Andrew Jorgensen  <ajorgensen@novell.com>
955         * configure.ac: Process install.rdf instead of install.js
956         * configure.ac: Add firefox plugin message to summary
958 2008-03-18  Andrew Jorgensen  <ajorgensen@novell.com>
960         * configure.ac: Remove avformat dependency
962 2008-03-17  Geoff Norton  <gnorton@novell.com>
963         
964         * configure.ac: Make our swscale dependency optional.
966 2008-03-17  Geoff Norton  <gnorton@novell.com>
968         * configure.ac: Search for clock_gettime in -lrt.
969         
970 2008-03-17  Andrew Jorgensen  <ajorgensen@novell.com>
972         * Makefile.am: test must be included in dist
974 2008-03-10  Andrew Jorgensen  <ajorgensen@novell.com>
976         * configure.ac: Changed version to 0.4 (released 0.3 tarball)
978 2008-03-10  Geoff Norton  <gnorton@novell.com>
980         * configure.ac: Detect SSE2 support.
982 2008-03-08  Geoff Norton  <gnorton@novell.com>
984         * configure.ac: Detect MMX support.
986 2008-03-07  Geoff Norton  <gnorton@novell.com>
988         * configure.ac: Fix the $DEBUG options to work with CFLAGS or CXXFLAGS
990 2008-03-05  Larry Ewing  <lewing@novell.com>
992         * src/dependencyobject.cpp: avoid a null dereference crash.
993         Avoids death in showcase and sprawl after toshoks big patch.
995 2008-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
997         * configure.ac: Fix --with-debug to not be confused with --with-ffmpeg. If
998           --with-debug is defined, disable inlining and -O2 optimizations.
1000 2008-02-06  Michael Dominic K.  <mdk@mdk.am> 
1002         * configure.ac: Configure embedded cairo with '--diable-png' since now
1003         we're using the GdkPixbuf PNG writer in xaml2png. Saves us some runtime
1004         memory. Fixes: #348071.
1006 2007-12-10  Chris Toshok  <toshok@ximian.com>
1008         * configure.ac: add debug support stuff.
1009         
1010 2008-01-29  Andrew Jorgensen  <ajorgensen@novell.com>
1012         * pixman, cairo: Synced with vendor branches following procedure outlined at
1013         http://svnbook.red-bean.com/en/1.4/svn.advanced.vendorbr.html
1015 2008-01-28  Andrew Jorgensen  <ajorgensen@novell.com>
1017         * pixman, cairo: Disable distribution of unneeded cairo and pixman stuff
1019 2008-01-12  Geoff Norton  <gnorton@novell.com>
1021         * configure.ac: Enable support for rsvg2-sharp if rsvg-sharp is 
1022         unavailable.
1024 2008-01-11  Andrew Jorgensen  <ajorgensen@novell.com>
1026         * configure.ac: Fixed a problem with ifs that prevented --without-ffmpeg
1027         working with --enable-user-plugin
1029 2008-01-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1031         * configure.ac, README: Rename SL 1.1 to SL 2.0.
1032         * INSTALL: Rename SL 1.1 to SL 2.0, add note about --with-ffmpeg.
1034 2008-01-11  Sebastien Pouliot  <sebastien@ximian.com>
1036         * configure.ac: Enable PenLineCapTriangle if the embedded cairo is
1037         patched to support it.
1039 2008-01-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1041         * moon.mdp: Deleted.
1042         * moon.mds: Updated.
1044 2008-01-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1046         * configure.ac: Add a --with-ffmpeg option (defaults to yes). Don't check
1047           for ffmpeg's libraries unless --with-ffmpeg=yes.
1049 2008-01-04  Larry Ewing  <lewing@novell.com>
1051         * src/panel.cpp (Panel::ComputeBounds): make sure we count the
1052         background bounds inside bounds with children.
1054 2007-12-10  Chris Toshok  <toshok@ximian.com>
1056         * configure.ac: use AC_MSG_ERROR for all these error messages
1057         instead of echo + "exit 1". Also, make several more of the error
1058         conditions (like missing silver.pc/silverdesktop.pc) fatal instead
1059         of just echo's.
1061 2007-12-04  Jeffrey Stedfast  <fejj@novell.com>
1063         * configure.ac: Added largefile checks
1065 2007-12-03  Larry Ewing  <lewing@novell.com>
1067         * src/media.cpp (Image::Render): don't buffer alpha images use
1068         paint_with_alpha instead.
1069         
1070 2007-12-03  Larry Ewing  <lewing@novell.com>
1072         * src/media.cpp (Image::Render): remove accumulated drawing cruft.
1074 2007-11-29  Larry Ewing  <lewing@novell.com>
1076         * src/runtime.cpp (Surface::expose_event_callback): clear the
1077         pixmap in the transparent case.
1079         * src/media.cpp (MediaElement::Render): Disable (and fix) the
1080         SPLIT #define.
1082         * cairo/src/cairo-embed.h: autogenerate the cairo-embed file from
1083         nm output.
1085 2007-11-28  Larry Ewing  <lewing@novell.com>
1087         * src/uielement.cpp (UIElement::DoRender): don't clip to the
1088         bounds when using opcity masks.
1090 2007-11-23  Larry Ewing  <lewing@novell.com>
1092         * src/runtime.cpp (Surface::expose_event_callback): make sure we
1093         don't delete the delete the region before we need it.
1095 2007-11-12  Andrew Jorgensen  <ajorgensen@novell.com>
1097         * NOTES: 1.1 User Plugin works now, removed caveat
1098         * configure.ac: Get mono paths for 1.1 plugin XPI
1100 2007-11-09  Miguel de Icaza  <miguel@novell.com>
1102         * man/mopen.1 (x): 
1104 2007-11-08  Stephane Delcroix  <sdelcroix@novell.com>
1106         * configure.ac:  check for gtk-sharp-2.0 and rsvg-sharp-2.0 required
1107         for tools/svg2xaml. Fixes bnc #325316.
1109 2007-11-06  Larry Ewing  <lewing@novell.com>
1111         * src/dirty.cpp: call UpdateBounds inside the DirtyOpacity logic
1112         since opacity changes can change our bounds now.
1114         * src/uielement.cpp: make invisible elements have empty bounding
1115         boxes.
1117         * src/panel.cpp: disable FindStartingElement again while the
1118         bounds issues are sorted out.
1119         
1120 2007-11-05  Andrew Jorgensen  <ajorgensen@novell.com>
1122         * configure.ac: Hack to remove glitz from the link flags
1123         should fix Bug 338506
1125 2007-11-01  Andrew Jorgensen  <ajorgensen@novell.com>
1127         * configure.ac: Generate install.js from install.js.in
1129 2007-10-29  Andrew Jorgensen  <ajorgensen@novell.com>
1131         * configure.ac: Changes to include ffmpeg libs in the XPI package
1132         * ffmpeg.patch: Patch including changes needed in ffmpeg
1133         * INSTALL: Document these changes
1135 2007-10-25  Andrew Jorgensen  <ajorgensen@novell.com>
1137         * configure.ac: Don't link against mozilla libraries for a browser
1138         plugin because they could be named differently on different systems
1139         Symbols will resolve properly because a plugin runs inside a browser
1140         which already has these libraries loaded
1142 2007-10-25  Sebastien Pouliot  <sebastien@ximian.com>
1144         * README: Add Ink-related comments and update status about Cairo
1146 2007-10-24  Andrew Jorgensen  <ajorgensen@novell.com>
1148         * README: Added a section about the plugin installer and the
1149         --enable-user-plugin configure option
1151 2007-10-23  Andrew Jorgensen  <ajorgensen@novell.com>
1153         * cairo, pixman: svn:ignore autotools generated files
1155 2007-10-23  Andrew Jorgensen  <ajorgensen@novell.com>
1157         * cairo, pixman, autogen.sh: Remove generated files, add autogen
1158         scripts from upstream, and call them from our autogen.sh
1160 2007-10-23  Andrew Jorgensen  <ajorgensen@novell.com>
1162         * configure.ac: Add an optional --enable-user-plugin to control
1163         building of the plugin as installable in the user's own mozilla
1164         plugins directory
1166 2007-10-22  Andrew Jorgensen  <ajorgensen@novell.com>
1168         * Makefile.am: Don't install manpages if we don't install the tools
1170 2007-10-22  Andrew Jorgensen  <ajorgensen@novell.com>
1172         * pixman, cairo: Fixes for builds out of dist, don't try to generate
1173         the files under directories that aren't there.
1175 2007-10-22  Andrew Jorgensen  <ajorgensen@novell.com>
1177         * pixman, cairo: Put the embed headers in the list of required headers
1178         so that it gets included in make dist
1180 2007-10-22  Andrew Jorgensen  <ajorgensen@novell.com>
1182         * pixman, cairo: Moved pixman-embed.h and cairo-embed.h into the
1183         pixman/pixman and cairo/src directories because they really don't
1184         belong in our src directory
1186 2007-10-22  Andrew Jorgensen  <ajorgensen@novell.com>
1188         * configure.ac: Disable pdf, svg, and ps in cairo
1189         * pixman, cairo: Only build the actual sources and don't install
1190         anything (this time we do it the correct way!)
1192 2007-10-22  Jeffrey Stedfast  <fejj@novell.com>
1194         * configure.ac: Added a --with flag for enabling Pango
1195         support (disabled by default) because it will pull in the system
1196         cairo which will break us.
1198 2007-10-22  Andrew Jorgensen  <ajorgensen@novell.com>
1200         * cairo, pixman: Don't install either of these
1202 2007-10-22  Andrew Jorgensen  <ajorgensen@novell.com>
1204         * cairo, pixman: Fixed to build convenience (noinst) libraries for
1205         static linking
1206         * configure.ac: Build and link against internal pixman and cairo
1208 2007-10-17  Andrew Jorgensen  <ajorgensen@novell.com>
1210         * cairo/src/cairo.h,cairoint.h, pixman/pixman/pixman.h: patched to
1211         include the symbol renaming headers.
1213 2007-10-17  Andrew Jorgensen  <ajorgensen@novell.com>
1215         * Makefile.am: Conditional SUBDIRS were done wrong, fixed it.
1217 2007-10-17  Chris Toshok  <toshok@ximian.com>
1219         * configure.ac: define MOON_PROG_LIBS for the unmanaged programs
1220         that we compile during the build (test/harness/xaml2png,
1221         src/sizes, src/demo) that may need to pull in the mono libraries
1222         to resolve symbols.
1224 2007-10-16  Andrew Jorgensen  <ajorgensen@novell.com>
1226         * Makefile.am: gtk and tools should only build if we are including
1227         the mono runtime (1.1 profile)
1229 2007-10-15  Chris Toshok  <toshok@ximian.com>
1231         * TODO: add blurb about collapsing Base and EventObject into 1
1232         class.
1234 2007-10-01  Andrew Jorgensen  <ajorgensen@novell.com>
1236         * src/Makefile.am: Added fullscreen.h to dist
1238 2007-09-28  Chris Toshok  <toshok@ximian.com>
1240         * configure.ac: we need an AM_CONDITIONAL for the
1241         INCLUDE_MONO_RUNTIME stuff, since we don't need
1242         plugin/moonlight.exe in the 1.0 case.
1244 2007-09-28  Chris Toshok  <toshok@ximian.com>
1246         * configure.ac: move away from using an AM_CONDITIONAL for xrandr
1247         stuff.  it should modify config.h so we have adequate dependency
1248         tracking.
1250 2007-09-28  Chris Toshok  <toshok@ximian.com>
1252         * configure.ac: add --with-mono-runtime configure argument.  by
1253         default we build a 1.0 system.  with --with-mono-runtime on the
1254         command line, the 1.1 environment (the mono runtime) is available
1255         for the plugin.
1257 2007-09-26  Andrew Jorgensen  <ajorgensen@novell.com>
1259         * cairo/: Removed ... we'll use wget to grab the pristine tar and then
1260         patch it if we don't have a cairo-1.4.10 directory
1262 2007-09-26  Andrew Jorgensen  <ajorgensen@novell.com>
1264         * cairo/: Added pristine cairo-1.4.10 sources
1266 2007-09-26  Andrew Jorgensen  <ajorgensen@novell.com>
1268         * Makefile.am: Added test/harness to SUBDIRS for dist tarball
1269         * tools/xamlg/Makefile.am, tools/mopen/Makefile.am:
1270           Added missing files for dist tarball
1272 2007-09-24  Sebastien Pouliot  <sebastien@ximian.com>
1274         * configure.ac: Fix XRANDR support.
1276 2007-09-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1278         * moon.mdp: Updated.
1280 2007-09-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1282         * examples/desklet/rules.make: Make desklet use 3.0 instead of 2.1 so that
1283           mopen can open them.
1285 2007-09-19  Jeffrey Stedfast  <fejj@novell.com>
1287         * configure.ac: Add fontconfig and freetype2 checks.
1289 2007-09-19  Zoltan Varga  <vargaz@gmail.com>
1291         * configure.ac: Add check for alsa devel pacakge.
1293 2007-09-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1295         * TODO: Updated with fullscreen info.
1297 2007-08-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1299         * moon.mdp: Added debug.*.
1301 2007-08-29  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1303         * moon.mdp, moon.mds: Created a MonoDevelop project with the source files.
1305 2007-06-30  Marek Habersack  <mhabersack@novell.com>
1307         * desklet/desklets.cs: added the FindElement method to look up
1308         elements in a parent.
1309         Added the AllElementsFound property.
1311 2007-06-29  Marek Habersack  <mhabersack@novell.com>
1313         * desklet/desklets.cs: removed a field from ConfigStore which
1314         isn't needed (storageName).
1315         Added some docs.
1317 2007-06-29  Everaldo Canuto  <ecanuto@novell.com>
1319         * tools/mopen.cs: Use a new drag-and-move system that make use of
1320         canvas events to check mouse move. Now the elements events also 
1321         works, this drag-and-move is activated when you use -d option.
1323 2007-06-29  Marek Habersack  <mhabersack@novell.com>
1325         * desklet/desklets.cs: added GConf config storage backend.
1327 2007-06-28  Marek Habersack  <mhabersack@novell.com>
1329         * desklet/desklets.cs: beginnings of the config storage code.
1331 2007-06-25  Marek Habersack  <mhabersack@novell.com>
1333         * desklet/lameclock/clock.cs: small modifications to the lameclock
1334         desklet - make am/pm show up properly, use 12h clock by default.
1336 2007-06-25  Larry Ewing  <lewing@novell.com>
1338         * gtk/mopen.cs:  remove useless size allocate code.
1340         * gtk/CompositeHelper.cs: 
1341         * gtk/Makefile.am:
1342         * gtk/mopen.exe.config: add cairo and gdk helper functions.  
1343         All of these can go away with sufficiently new gtk# versions.
1345 2007-06-24  Larry Ewing  <lewing@novell.com>
1347         * test/demo.cs: fix the resizing logic.
1349 2007-06-24  Everaldo Canuto  <ecanuto@novell.com>
1351         * configure.ac: man/Makefile added to AC_OUTPUT.
1353 2007-06-23  Chris Toshok  <toshok@ximian.com>
1355         * gtk/Assembly.cs: don't put the assembly key here.  pass it
1356         directly on the command line to gmcs so we can use a $(srcdir)
1357         path without generating the Assembly.cs file.
1359         * gtk/Makefile.am: make dist/distcheck work.
1361 2007-06-22  Chris Toshok  <toshok@ximian.com>
1363         * moon.pc.in: new file.
1365         * configure.ac: generate our moon.pc file.
1367         * Makefile.am: add pkgconfig stuff.
1369 2007-06-21  Dick Porter  <dick@ximian.com>
1371         * configure.ac: Added checks for mozilla "plugin" pkgconfig file
1373 2007-06-18  Chris Toshok  <toshok@ximian.com>
1375         * gtk/ManagedDownloader.cs: use time_manager_add_tick_call for the
1376         cross thread calls instead of Application.Invoke.
1378 2007-06-15  Miguel de Icaza  <miguel@novell.com>
1380         * test/ManagedDownloader.cs: Fixed this
1382 2007-06-13  Jeffrey Stedfast  <fejj@novell.com>
1384         * configure.ac: Added pango as a dependency for text rendering.
1386 2007-06-13  Chris Toshok  <toshok@ximian.com>
1388         * configure.ac: make sure we're getting the right version of
1389         cairo, and don't necessarily use the one that comes along with the
1390         gtk dependency.
1392 2007-06-12  Jeffrey Stedfast  <fejj@novell.com>
1394         * configure.ac: Back to alsa instead of SDL (now that I've figured
1395         out the secret to playing non-choppy audio with it).
1397 2007-06-10  Miguel de Icaza  <miguel@novell.com>
1399         * configure.ac: Check for mono, prepare cflags and libs to embed
1400         the Mono VM.
1402 2007-06-12  Jeffrey Stedfast  <fejj@novell.com>
1404         * configure.ac: We now use SDL for audio instead of alsa.
1406 2007-06-09  Everaldo Canuto  <ecanuto@novell.com>
1408         * configure.ac: plugin/test/Makefile added to AC_OUTPUT.
1410 2007-06-08  Everaldo Canuto  <ecanuto@novell.com>
1412         * configure.ac: Fix MOON_LIBS value, using --libs instead of --cflags.
1414 2007-06-07  Everaldo Canuto  <ecanuto@novell.com>
1416         * README: Update file to include plugin install information.
1418 2007-06-05  Jeffrey Stedfast  <fejj@gnome.org>
1420         * configure.ac: Added checks to see which mozilla xpcom .pc file
1421         to use and to collect the needed CFLAGS and LIBS for the plugin.
1423         * plugin/Makefile.am: DOn't reference nspr nor xulrunner-xpcom
1424         directly, rely on AB_SUBST() variables from configure.ac
1426 2007-06-04  Jeffrey Stedfast  <fejj@novell.com>
1428         * configure.ac: Do proper checks for Mozilla nspr/nss pkg-config
1429         fu.
1431 2007-06-03  Everaldo Canuto  <ecanuto@novell.com>
1433         * Makefile.am: install-plugin target added.
1435 2007-06-02  Everaldo Canuto  <ecanuto@novell.com>
1437         * Makefile.am, configure.ac, plugin/*: Mozilla plugin added.
1439