1 2009-10-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
3 * demo-status.sh: Don't report failure quite yet.
7 2009-10-06 Rolf Bjarne Kvinge <RKvinge@novell.com>
9 * demo-status.sh: Added, used to created demo-status.html
12 2009-09-29 Andrés G. Aragoneses <aaragoneses@novell.com>
14 * configure.ac: Warn about missing 'zip' tool, needed
15 by Moonlight.MXap at run time.
19 2009-08-26 Andrés G. Aragoneses <aaragoneses@novell.com>
21 * configure.ac: Detect env var that enables a11y.
23 2009-08-16 Chris Toshok <toshok@ximian.com>
25 * configure.ac: add foreign to AM_INIT_AUTOMAKE so it stops
26 warning us about the gmake-isms.
30 2009-07-27 Rolf Bjarne Kvinge <RKvinge@novell.com>
32 * moon.mds: For DEBUG builds do a minimal build.
34 2009-06-29 Rusty Howell <rhowell@novell.com>
36 * configure.ac: bump version to 1.9.5.99
38 2009-06-02 Rusty Howell <rhowell@novell.com>
42 Added --without-examples to disable building examples
44 2009-06-02 Sebastien Pouliot <sebastien@ximian.com>
46 * configure.ac: Add a define for the PREVIEW_VERSION so updating
47 the environment variable (in src/security.c) is not required anymore
49 2009-06-01 Rusty Howell <rhowell@novell.com>
51 * configure.ac: add no-dist-gzip to disable tar.gz
54 2009-05-29 Rusty Howell <rhowell@novell.com>
56 * configure.ac: Bump version to 1.9.3.99
58 2009-05-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
60 * configure.ac: Add test/cpp/Makefile to the output.
62 2009-05-18 Rusty Howell <rhowell@novell.com>
64 * configure.ac: Bump version to 1.9.3
66 2009-05-17 Sebastien Pouliot <sebastien@ximian.com>
68 * demo-status.txt: Add sample application that uses sockets
70 2009-05-06 Raja R Harinath <harinath@hurrynot.org>
72 * Makefile.am (ACLOCAL_AMFLAGS): Add.
74 2009-05-04 Michael Hutchinson <mhutchinson@novell.com>
76 * data/Makefile.am: Guard the managed browser pc files
77 with INCLUDE_BROWSER_MANAGED_CODE.
79 2009-05-04 Michael Hutchinson <mhutchinson@novell.com>
82 * data/moon-browser-redist-assemblies.pc:
83 Add a pkgconfig file for redistributable assemblies.
85 2009-05-04 Sebastien Pouliot <sebastien@ximian.com>
87 * configure.ac: Add sockpol
89 2009-05-02 Andreia Gaita <avidigal@novell.com>
91 * configure.ac: add unwind libs to shocker to support
92 DEBUG_ERROR_GECKO (only on debug mode, see shocker.cpp)
94 2009-04-30 Andreia Gaita <avidigal@novell.com>
96 * configure.ac: Added new tool (moonvisi) to parse
97 ref/unref debug output and generate dot files
99 2009-04-29 Andreia Gaita <avidigal@novell.com>
101 * configure.ac: Add libunwind checks
103 2009-04-23 Aaron Bockover <abockover@novell.com>
105 * Makefile.am: Only enable the user-plugin target if
106 PLUGIN_INSTALL is set from configure
108 2009-04-22 Rusty Howell <rhowell@novell.com>
110 * configure.ac, Makefile.am: Add support for make user-plugin.
111 --enable-user-plugin is no longer needed
113 2009-04-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
115 * configure.ac: Add support for --with-mono-basic-path=<path>
117 2009-04-14 Stephane Delcroix <sdelcroix@novell.com>
119 * configure.ac: swap definition order of variables for PERF_TOOL so I
122 2009-04-14 Rolf Bjarne Kvinge <RKvinge@novell.com>
124 * Makefile.am: Revert r131611, it breaks 'make install'.
126 2009-04-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
128 * configure.ac: Remove objecttypes here too.
130 2009-04-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
132 * configure.ac: Include the test templates in the build.
134 2009-04-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
136 * moon.mds: Add a project for each tool, and clean up some of
137 the existing projects.
139 2009-04-08 Rolf Bjarne Kvinge <RKvinge@novell.com>
141 * configure.ac: Remove agviewer and test-runner from the
144 2009-04-03 Aaron Bockover <abockover@novell.com>
146 * configure.ac: gtksilver -> Moonlight.Gtk
148 2009-04-03 Aaron Bockover <abockover@novell.com>
150 * configure.ac: Remove DISTCHECK_CONFIGURE_FLAGS - was only there for
151 testing the new build stuff
153 2009-04-02 Aaron Bockover <abockover@novell.com>
155 * configure.ac: Lots of clean up, easier to read, call the new macros;
156 changed the tarball name from moon to moonlight, version from 1.9 to 1.9.0
157 to make packaging more consistent for distributions; make sure -I m4
158 gets passed to aclocal when running 'make' and configure has changed
160 * m4/: Factored out all the major checks in configure.ac into easier to
161 read and maintain m4 macros; most of the logic is identical - major changes
164 * m4/mono.m4: Completely rewrote the Mono checks; nuked --with-managed;
165 managed code now implied/required; added --disable-browser-support and
166 --disable-desktop-support options; if browser support is disabled, allow
167 building with a Mono as old as 2.0; define MONO_ENABLE_APP_DOMAIN_CONTROL
168 and MONO_ENABLE_CORECLR_SECURITY if Mono 2.5 or better is available, which
169 is required for the browser plugin
171 * autogen.sh: Updated to pass -I m4 to aclocal
173 * Makefile.am: Fix up SUBDIRS; don't enter the plugins directory if
174 we're not going to build the plugin
176 2009-04-02 Jb Evain <jbevain@novell.com>
178 * Makefile.am: add scripts to SUBDIRS.
180 2009-03-31 Jb Evain <jbevain@novell.com>
182 * configure.ac: take care of the new scripts folder.
184 2009-03-17 Rolf Bjarne Kvinge <RKvinge@novell.com>
188 2009-03-17 Rolf Bjarne Kvinge <RKvinge@novell.com>
190 * configure.ac: Updated.
192 2009-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
194 * configure.ac: Include support for building MS' toolkit tests
197 2008-03-10 Sebastien Pouliot <sebastien@ximian.com>
199 * configure.ac: Add class/tuning/SecurityAttributes/Makefile to
202 2009-02-27 Jb Evain <jbevain@novell.com>
204 * configure.ac: change configure script to take mcs path
205 so that we can tune the 2.1 assemblies from moon.
207 2009-02-02 Rolf Bjarne Kvinge <RKvinge@novell.com>
209 * moon.mds: Updated to use new MD features (ChangeLog and log
212 2009-01-29 Geoff Norton <gnorton@novell.com>
214 * configure.ac: Add MONO here too as runtime needs to know about window
215 which needs to know about deployment, which needs to know about domain.
217 2009-01-28 Rolf Bjarne Kvinge <RKvinge@novell.com>
219 * autogen.sh: Make --with-sanity default.
221 * configure.ac: Add --with-sanity-checks, --with-object-tracking and
224 2009-01-27 Chris Toshok <toshok@ximian.com>
226 * configure.ac: don't grep/awk to find the codec version to build
227 a filename. instead, the codec version is in codec-version.h.in.
228 this gets generated with all the proper bits from the configure
229 process and included in pipeline.cpp and pipeline-ui.cpp (instead
230 of pipeline.h, which should keep recompile costs down when the
233 2009-01-27 Rolf Bjarne Kvinge <RKvinge@novell.com>
235 * tools/tools.mdp: Yay code-completion in MD.
237 2009-01-23 Rolf Bjarne Kvinge <RKvinge@novell.com>
239 * configure.ac: Add munxap.
241 * tools/munxap: Initial munxap.
243 * tools/tools.mdp: Updated.
245 2009-01-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
249 2009-01-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
251 * tools/tools.mdp: Updated.
253 2009-01-12 Jackson Harper <jackson@ximian.com>
255 * tools/respack/respack.cs: Add support for unpacking resources
257 * tools/respack/Makefile.am: Add an unrespack script.
258 * man/respack.1: Update man page to describe unpacking.
260 2009-01-12 Rolf Bjarne Kvinge <RKvinge@novell.com>
262 * configure.ac: Enable System.Windows.Controls[.Data] here too.
264 2009-01-12 Rolf Bjarne Kvinge <RKvinge@novell.com>
266 * configure.ac: Enable System.Windows.Controls[.Data] here too.
268 2009-01-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
270 * tools/respack/respack.cs: Add support for specifying the name for each
273 2008-12-20 Geoff Norton <gnorton@novell.com>
275 * configure.ac: We work just fine on Firefox 3 so far, so lets
276 enable support for it in the plugin.
278 2008-12-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
282 2008-12-17 Chris Toshok <toshok@ximian.com>
284 * configure.ac: remove unnecessary --with-managed assignments.
285 also remove class/Mono.Moonlight/Makefile from AC_OUTPUT.
287 * data/silverdesktop.pc: remove Mono.Moonlight mention.
289 * data/agmono.pc.in: nuke.
291 * data/Makefile.am: remove agmono stuff.
293 2008-12-16 Jeffrey Stedfast <fejj@novell.com>
295 * configure.ac: Added checks for libexpat. Fixes bug #449528
297 2008-12-11 Jeffrey Stedfast <fejj@novell.com>
299 * configure.ac: Add glib-2.0 to the dependencies for FF2 and FF3
300 LIBS. Partial fix for bug #455885.
304 2008-12-01 Geoff Norton <gnorton@novell.com>
306 * configure.ac: Ensure that we always link against libexpat, we cannot
307 trust libtool to always flatted our NEEDED's.
311 2008-12-01 Larry Ewing <lewing@novell.com>
313 * test/xaml/drtlist.xml: remove failure tag from a bunch of tests
316 2008-11-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
318 * tools/unsign, tools/unsign/Makefile, tools/unsign/unsign.cs: Added,
319 tool to remove strong name signature from an assembly.
321 2008-11-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
325 2008-11-19 Geoff Norton <gnorton@novell.com>
327 * configure.ac: Don't link our plugin against unnecessary things.
328 Saves about .5MB in our uncompressed disk profile.
332 2008-11-19 Sebastien Pouliot <sebastien@ximian.com>
334 * configure.ac: Use -fstack-protector-all when compiling with GCC
336 2008-11-19 Stephane Delcroix <sdelcroix@novell.com>
338 * cairo/: update cairo to 1.8,4
340 2008-11-12 Rusty Howell <rhowell@novell.com>
342 * configure.ac: Set ac_subst for INSTALL_ARCH, SL_PROFILE, for install.rdf
344 2008-11-12 Jeffrey Stedfast <fejj@novell.com>
346 * configure.ac: Require Mono 2.2
348 2008-11-11 Geoff Norton <gnorton@novell.com>
350 * Makefile.am: The perf suite requires managed code
352 2008-11-06 Stephane Delcroix <sdelcroix@novell.com>
355 * tools/mopen/Makefile.am: pass distcheck
359 2008-11-05 Jeffrey Stedfast <fejj@novell.com>
361 * configure.ac: Check for sys/time.h
363 2008-11-03 Fernando Herrera <fherrera@novell.com>
365 * README: Added info about MOONLIGHT_DEBUG env variable.
367 2008-11-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
369 * configure.ac: Don't dlopen mono, just link with it if -with-debug is
372 2008-11-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
374 * configure.ac: Remove SWSCALE flags, we don't use swscale anymore.
376 2008-11-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
378 * configure.ac: Revert r117547 and related.
380 2008-10-31 Rolf Bjarne Kvinge <RKvinge@novell.com>
382 * configure.ac: Don't link with ffmpeg anymore. Remove the "no decoding
383 backend" warning, it may produce false positives.
385 2008-10-30 Michael Dominic K. <mdk@mdk.am>
387 * pixman/applied-patches/PATCHES:
388 * pixman/applied-patches/radial-gradient.patch:
389 * pixman/pixman/pixman-source.c: A patch by Andre Tupinamba for radial gradients.
390 Moves some calculations outside the walker loop.
392 2008-10-24 Jeffrey Stedfast <fejj@novell.com>
394 * configure.ac: Disable the xcb cairo backend. Fixes bug #438265.
396 2008-10-16 Geoff Norton <gnorton@novell.com>
398 * configure.ac: Encode the binary codec name at configure time.
400 2008-10-16 Fernando Herrera <fherrera@novell.com>
402 * README: Update codecs options.
404 2008-10-13 Aaron Bockover <abockover@novell.com>
406 * src/pipeline-ui.cpp: Set width request on the labels and not the
407 dialog to ensure they wrap properly; remove bad hard coded new
408 lines on the intro message; set the icon to dialog-error when
411 2008-10-08 Stephane Delcroix <sdelcroix@novell.com>
413 * cairo, pixman: local changes to the build files, include the -embed.h
416 2008-10-08 Stephane Delcroix <sdelcroix@novell.com>
418 * cairo, pixman: upgrade to 1.8.0, 0.12.0
420 2008-10-02 Jeffrey Stedfast <fejj@novell.com>
422 * configure.ac: If building against the system cairo, make sure it
425 2008-09-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
427 * configure.ac: Use dlopen/dlsym to access all alsa methods, and don't
428 link with alsa anymore
430 2008-09-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
432 * configure.ac: Use dlopen/dlsym to access all pa methods, and don't
433 link with pulseaudio anymore. Hopefully fixes #425560.
435 2008-09-03 Jackson Harper <jackson@ximian.com>
437 * tools/xamlg/xamlg.cs: Add code for getting resources, it's
438 commented out right now, because MS isn't doing this, but I wrote
439 the code before I realized that, and will leave it in, since I am
440 sure it will be added at some point.
441 - Don't try to lookup names or resources if we are an Application,
442 since System.Windows.Application doesnt have a FindName/Resource
445 2008-08-22 Raja R Harinath <harinath@hurrynot.org>
447 * configure.ac (SMCS_ASM): Remove spaces around '='.
449 2008-08-19 Chris Toshok <toshok@ximian.com>
451 * configure.ac: beautify the configuration output.
453 2008-08-02 Miguel de Icaza <miguel@novell.com>
455 * tools/mxap/mxap.cs: Use NDesk.GetOptions instead of another
458 2008-08-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
460 * configure.ac: Add configure options for alsa and pulseaudio.
462 2008-08-18 Michael Dominic K. <mdk@mdk.am>
465 * perf/Makefile.am: Adding make targets for perf runs.
467 2008-08-18 Michael Dominic K. <mdk@mdk.am>
473 * perf/perf-suite-runner/DrtItem.cs: Adding the perf suite to the build system.
475 2008-08-17 Chris Toshok <toshok@ximian.com>
477 * configure.ac: rework the SL2 checks so that we can enable
478 browser (2.1) assemblies separate from the desktop (3.0)
481 1) new configure arg --with-managed replaces --with-mono. It's
482 not yes/no only. It allows for: "yes" (both desktop and browser),
483 "no" (neither), "desktop" (just desktop), and "browser" (just
486 2) replace the INCLUDE_MONO_RUNTIME AM_CONDITIONAL with 3 distinct
487 ones. INCLUDE_MANAGED_CODE (for when either desktop/browser are
488 enabled), INCLUDE_BROWSER_MANAGED_CODE (for when 2.1 is enabled),
489 and INCLUDE_DESKTOP_MANAGED_CODE (for when 3.0 is enabled.)
491 3) add a SL_PLUGIN_2_0 AC_DEFINE alongside the SL_2_0 one that's
492 already there, to deal with the fact that if you don't enable the
493 browser assemblies, we need to build a 1.0-only plugin. But this
494 plugin might be talking to a 2.0-enabled core (due to desktop
495 assemblies being enabled.)
497 4) clean up the configuration output at the end to show
500 * Makefile.am (MONO_SUBDIRS): include class/ if
501 INCLUDE_MANAGED_CODE. also, include the gtk/examples/man/data
502 directories if INCLUDE_DESKTOP_MANAGED_CODE is enabled.
504 * tools/Makefile.am: INCLUDE_MONO_RUNTIME ->
505 INCLUDE_DESKTOP_MANAGED_CODE.
507 2008-08-12 Rolf Bjarne Kvinge <RKvinge@novell.com>
511 2008-08-10 Raja R Harinath <harinath@hurrynot.org>
513 * configure.ac (HAVE_CAIRO_LINE_CAP_TRIANGLE): Look for
514 cairo/src/cairo.h in $srcdir. Remove Useless Use of cat.
515 (large file support): Name cache variable 'moon_cv_largefile64_source'.
517 2008-08-08 Rolf Bjarne Kvinge <RKvinge@novell.com>
519 * tools/tools.mdp: Updated.
521 2008-08-08 Fernando Herrera <fherrera@novell.com>
523 * configure.ac: add class/Microsoft.SilverlightControls.
525 2008-08-06 Rolf Bjarne Kvinge <RKvinge@novell.com>
527 * moon.mds: Make src and plugin projects build.
529 2008-08-05 Rolf Bjarne Kvinge <RKvinge@novell.com>
531 * tools/tools.mdp: Updated.
533 2008-08-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
535 * tools/tools.mdp: Updated.
537 2008-08-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
539 * tools/tools.mdp: Added typeandkindgen: generates
540 Mono.Moonlight/Mono/Surface.g.cs (a dictionary of Type/Kind).
542 2008-08-02 Rolf Bjarne Kvinge <RKvinge@novell.com>
545 * tools/tools.mdp: Added.
546 * tools/generators: Moved typegen to moon/generators, and add methodgen
547 to generate pinvokes, and cgen to generate c bindings.
549 2008-08-01 Rolf Bjarne Kvinge <RKvinge@novell.com>
551 * tools/mxap/mxap.cs: Implement custom html files, stack traces for
552 assemblies (by including mdb files too) and return a non-zero error
553 code if any of the sub-processes fail.
555 2008-07-30 Rolf Bjarne Kvinge <RKvinge@novell.com>
559 2008-07-28 Jackson Harper <jackson@ximian.com>
561 * tools/mxap/mxap.cs: Use only the .dll name for Assembly Source.
562 * tools/respack/respack.cs: For some reason, these names need to
563 be lower case to run on windows.
565 2008-07-22 Rolf Bjarne Kvinge <RKvinge@novell.com>
567 * tools/mxap/mxap.cs: Changed indenting and newlines to match MS'
568 AppManifest.xaml, makes it easier to see if they are different.
569 Updated RuntimeVersion to 2.0.30523.6.
571 2008-07-22 Jackson Harper <jackson@ximian.com>
573 * tools/mxap/mxap.cs: Create an HTML wrapper for our application.
575 2008-07-21 Michael Dominic K. <mdk@mdk.am>
577 * examples/gnome-orbiter/Background.cs:
578 * examples/gnome-orbiter/Button.cs:
579 * examples/gnome-orbiter/Entry.cs:
580 * examples/gnome-orbiter/EntryData.cs:
581 * examples/gnome-orbiter/LayoutFu.cs:
582 * examples/gnome-orbiter/Main.cs:
583 * examples/gnome-orbiter/Makefile:
584 * examples/gnome-orbiter/PlanetFetcher.cs:
585 * examples/gnome-orbiter/README:
586 * examples/gnome-orbiter/Throbber.cs:
587 * examples/gnome-orbiter/Window.cs:
588 * examples/gnome-orbiter/theme-black/Background.xaml:
589 * examples/gnome-orbiter/theme-black/Button.xaml:
590 * examples/gnome-orbiter/theme-black/Entry.xaml:
591 * examples/gnome-orbiter/theme-black/Throbber.xaml:
592 * examples/gnome-orbiter/theme-blue/Background.xaml:
593 * examples/gnome-orbiter/theme-blue/Button.xaml:
594 * examples/gnome-orbiter/theme-blue/Entry.xaml:
595 * examples/gnome-orbiter/theme-blue/Throbber.xaml: One more example showing XAML
596 theming capabilities. Check out the README file.
598 2008-07-20 Jackson Harper <jackson@ximian.com>
601 * tools/Makefile.am: Add mxap to the 2.0 build
603 2008-07-20 Jackson Harper <jackson@ximian.com>
605 * tools/mxap/*: New mxap tool for creating very simple .xap
606 files. This is a pretty basic version, but useful for most simple
609 2008-07-20 Jackson Harper <jackson@ximian.com>
612 * man/mxap.1: man page for new mxap tool
614 2008-07-18 Jackson Harper <jackson@ximian.com>
616 * tools/xamlg/xamlg.cs: Fix component stream name creation.
618 2008-07-18 Jackson Harper <jackson@ximian.com>
620 * tools/respack/Makefile.am: Fix script.
622 2008-07-18 Jackson Harper <jackson@ximian.com>
624 * tools/xamlg/xamlg.cs: Add support for creating SL2 partial
625 classes. You need to supply the app (xap) name on the cmdline
626 like so: xamlg -sl2app:MyApp Page.xaml
628 2008-07-18 Michael Dominic K. <mdk@mdk.am>
630 * examples/clock-hands/Makefile:
631 * examples/clock-hands/hands.cpp:
632 * examples/clock-hands/hands.html: Another example for Moonlight + Gtk integration.
633 Embedding mozilla with moonlight plugin + js.
635 2008-07-17 Michael Dominic K. <mdk@mdk.am>
637 * examples/photo-browser/1.jpg:
638 * examples/photo-browser/2.jpg:
639 * examples/photo-browser/3.jpg:
640 * examples/photo-browser/4.jpg:
641 * examples/photo-browser/5.jpg:
642 * examples/photo-browser/Makefile:
643 * examples/photo-browser/PhotoBrowser.boo:
644 * examples/photo-browser/README: Adding a photobrowser example, one of the few simple
645 Moonlight apps demoed at GUADEC 2008. Shows how to mix & match GTK with Moonlight.
646 Uses Boo, excluded from default build.
648 2008-07-14 Andrew Jorgensen <ajorgensen@novell.com>
650 * configure.ac: Remove linking in nspr and strip out nspr libraries
653 2008-07-10 Geoff Norton <gnorton@novell.com>
655 * configure.ac: Remove senseless linking on nss.
657 2008-07-03 Jeffrey Stedfast <fejj@novell.com>
659 * acinclude.m4: Add some pthread lib checking action.
661 * configure.ac: Include the FreeType2 and FontConfig CFLAGS/LIBS
662 in the MOON_CFLAGS/LIBS variable. Same for zlib. Call our new
663 PTHREAD_CHECK macro and add PTHREAD_LIBS to MOON_LIBS.
665 2008-06-27 Larry Ewing <lewing@novell.com>
667 * test/xaml/test-opacity-outside-canvas-bounds.xaml: modify to
668 catch another possible opacity clip case.
670 2008-06-27 Michael Dominic K. <mdk@mdk.am>
672 * test/xaml/test-radialgradientbrush-origin.xaml: Adding an example of
673 broken radial gradient brush, as seen in #401871.
675 2008-06-23 Jeffrey Stedfast <fejj@novell.com>
677 * acinclude.m4, configure.ac: Added DOLT support.
679 2008-06-10 Andrew Jorgensen <ajorgensen@novell.com>
681 * configure.ac: Figure out the firefox ABI string only if we're
682 building the firefox plugin
684 2008-06-10 Rolf Bjarne Kvinge <RKvinge@novell.com>
688 2008-06-06 Stephane Delcroix <sdelcroix@novell.com>
690 * tools/xamlg/Makefile.am: fixing the do_subst.
692 2008-06-02 Michael Dominic K. <mdk@mdk.am>
694 * configure.ac: By default build with Silverlight bugs.
696 2008-05-30 Michael Dominic K. <mdk@mdk.am>
698 * configure.ac: Adding --with-compatibility-bugs switch (defaults to no)
699 that allows to build ML with *ugh* compatibility bugs (same bugs that SL
700 1.0 has). This will be needed for AnimaionMatrix2.
702 2008-05-28 Andrew Jorgensen <ajorgensen@novell.com>
704 * ffmpeg.patch: plugin installer ffmpeg patch was missing some tweaks
706 2008-05-23 Andrew Jorgensen <ajorgensen@novell.com>
708 * configure.ac: The plugin installer can be built with support for
709 either firefox or both
710 * INSTALL: The installer works fine without mono support
712 2008-05-23 Andrew Jorgensen <ajorgensen@novell.com>
714 * configure.ac: Fallback to not using ffmpeg if it's not found
716 2008-05-19 Andrew Jorgensen <ajorgensen@novell.com>
718 * configure.ac: MOON_PROG_CFLAGS should use top_srcdir, not top_builddir
720 2008-05-18 Miguel de Icaza <miguel@novell.com>
722 * Add new tool to package xaml files into the .g.resources
723 expected by Silverlight 2
725 2008-05-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
729 2008-05-15 Andrew Jorgensen <ajorgensen@novell.com>
731 * configure.ac: Make target tests more generic
733 2008-05-15 Rolf Bjarne Kvinge <RKvinge@novell.com>
735 * configure.ac: Added target as requested by error message.
737 2008-05-15 Andrew Jorgensen <ajorgensen@novell.com>
739 * configure.ac: ignore target_vendor part
741 2008-05-15 Andrew Jorgensen <ajorgensen@novell.com>
743 * configure.ac: Determine mozilla os-abi string for targetPlatform
745 2008-05-14 Andrew Jorgensen <ajorgensen@novell.com>
747 * Makefile.am: Don't build anything but what needs to be built when
748 building the plugin installer
750 2008-05-13 Andrew Jorgensen <ajorgensen@novell.com>
752 * Makefile.am: tools must build after other mono stuff
754 2008-05-13 Andrew Jorgensen <ajorgensen@novell.com>
756 * configure.ac, Makefile.am: Fixes so that we can build on a system that
757 actually has no mono on it.
759 2008-05-13 Andrew Jorgensen <ajorgensen@novell.com>
761 * configure.ac: Bump version so that we can make a source release
763 2008-05-12 Andrew Jorgensen <ajorgensen@novell.com>
765 * configure.ac: Add ffmpeg and swscale to MOON_PROG_CFLAGS
766 and MOON_PROG_LIBS so that the test harness can build when building
769 2008-05-12 Andrew Jorgensen <ajorgensen@novell.com>
771 * ffmpeg.patch: Updated ffmpeg patch to r10885
773 2008-05-09 Chris Toshok <toshok@ximian.com>
775 * configure.ac: error out if --enable-user-plugin is specified
776 without both ff2 and ff3 being enabled.
778 2008-05-09 Chris Toshok <toshok@ximian.com>
780 * configure.ac: fix the check for ff3, and remove the AC_MSG_ERROR
781 i was using to debug ff2.
783 2008-05-08 Chris Toshok <toshok@ximian.com>
785 * configure.ac: make ff2 and ff3 non-mutually exclusive. if
786 either is present we build the correct bridge.
788 2008-05-07 Andrew Jorgensen <ajorgensen@novell.com>
790 * configure.ac: Don't set mono_*dir variables at configure time
792 2008-05-07 Andrew Jorgensen <ajorgensen@novell.com>
794 * configure.ac: Don't link against MOZILLA_LIBS because they will
795 already be loaded in the browser
797 2008-05-06 Andrew Jorgensen <ajorgensen@novell.com>
799 * configure.ac: Don't link against libraries included in the XPI
801 2008-05-06 Andrew Jorgensen <ajorgensen@novell.com>
803 * configure.ac: Change min and max ff version in rdf depending on
806 2008-04-30 Andrew Jorgensen <ajorgensen@novell.com>
808 * configure.ac: dbus-glib-1 0.60 should be new enough
810 2008-04-30 Michael Dominic K. <mdk@mdk.am>
813 * moon.pc.in: Don't put the MOON_CFLAGS and MOON_LIBS in the pc file
814 as it contains some local garbage. Instead, put stripped-down
815 MOON_EXTRA_CFLAGS and MOON_EXTRA_LIBS. Make it possible to actually
816 compile against moon.pc.
818 2008-04-25 Andrew Jorgensen <ajorgensen@novell.com>
820 * configure.ac: Hack to remove glitz from the link flags
823 2008-04-25 Geoff Norton <gnorton@novell.com>
825 * configure.ac: Detect the location of the avcodec.h header
827 2008-04-25 Jackson Harper <jackson@ximian.com>
829 * configure.ac: Add min versions for the testing dependencies.
831 2008-04-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
833 * configure.ac: Add XTST flags to SHOCKER variables.
835 2008-04-24 Geoff Norton <gnorton@novell.com>
837 * configure.ac: Reinstate a few needed uglies for the plugin builder
839 2008-04-24 Geoff Norton <gnorton@novell.com>
841 * configure.ac: Autoconf treats [] as null. Set a fake variable
842 to not abort execution if xrandr isn't present.
844 2008-04-24 Rolf Bjarne Kvinge <RKvinge@novell.com>
846 * configure.ac: Add another directory to search for MS' drtlist.
848 2008-04-24 Fernando Herrera <fherrera@novell.com>
850 * class/Makefile.am: Fix "make -jN" build.
852 2008-04-23 Geoff Norton <gnorton@novell.com>
854 * configure.ac: Rewrite our configure.ac to be legible and
857 2008-04-23 Geoff Norton <gnorton@novell.com>
859 * configure.ac: More pango removal.
861 2008-04-23 Geoff Norton <gnorton@novell.com>
863 * configure.ac: Remove Pango support.
865 2008-04-23 Geoff Norton <gnorton@novell.com>
867 * configure.ac: Initial build system cleanup and support for
868 linking against system cairo.
870 2008-04-22 Larry Ewing <lewing@novell.com>
872 * configure.ac: check for new mozembed versions.
874 2008-04-22 Larry Ewing <lewing@novell.com>
876 * configure.ac: new checks for firefox3/libxul1.9. Define
877 HAVE_LIBXUL_UNSTABLE in the ff3 case.
879 Get the build working under firefox3 and opensuse 11.
881 2008-04-17 Andrew Jorgensen <ajorgensen@novell.com>
883 * Makefile.am: Only build what we actually need when building
884 the plugin installer. This avoids extra build time and a link
885 problem due to the new native mopen.
887 2008-04-16 Jb Evain <jbevain@novell.com>
889 * configure.ac, class/Makefile.am: use the new smcs.pc to
890 get the location of smcs.exe for our private use.
892 2008-04-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
896 2008-04-14 Andrew Jorgensen <ajorgensen@novell.com>
898 * pixman/configure.ac: Don't generate test/Makefile
900 2008-04-14 Andrew Jorgensen <ajorgensen@novell.com>
902 * pixman/configure.ac: Don't generate test/Makefile
904 2008-04-14 Andrew Jorgensen <ajorgensen@novell.com>
906 * pixman/configure.ac: Don't generate test/Makefile
908 2008-04-14 Andrew Jorgensen <ajorgensen@novell.com>
910 * cairo, pixman: Update to cairo-1.6.4 and pixman-0.10.0
912 2008-04-08 Andrew Jorgensen <ajorgensen@novell.com>
914 * configure.ac: Remove xtst from SHOCKER_LIBS pkg-config command
916 2008-04-02 Andrew Jorgensen <ajorgensen@novell.com>
918 * Makefile.am: Fixed dist of examples/
920 2008-04-02 Miguel de Icaza <miguel@novell.com>
922 * Move the important stuff from examples/desklet into
923 gtksilver.dll, no point in having two assemblies, two sets of docs
924 for merely one class.
926 * Move the configuration stuff which is really only used by the
927 weather applet into the weather applet.
929 * Automake/autoconf the examples/desklets, lots of bitrot in
930 there, will continue as time allows.
932 Fixed some of the bitrot
934 2008-03-28 Andrew Jorgensen <ajorgensen@novell.com>
936 * configure.ac: Added fallback tests for when xtst.pc
937 doesn't exist on the system
939 2008-03-28 Rolf Bjarne Kvinge <RKvinge@novell.com>
941 * configure.ac: Define __STDC_LIMIT_MACROS.
943 2008-03-28 Jackson Harper <jackson@ximian.com>
945 * configure.ac: shocker needs the gtk libs now.
947 2008-03-25 Andrew Jorgensen <ajorgensen@novell.com>
949 * configure.ac: Process install.rdf instead of install.js
950 * configure.ac: Add firefox plugin message to summary
952 2008-03-18 Andrew Jorgensen <ajorgensen@novell.com>
954 * configure.ac: Remove avformat dependency
956 2008-03-17 Geoff Norton <gnorton@novell.com>
958 * configure.ac: Make our swscale dependency optional.
960 2008-03-17 Geoff Norton <gnorton@novell.com>
962 * configure.ac: Search for clock_gettime in -lrt.
964 2008-03-17 Andrew Jorgensen <ajorgensen@novell.com>
966 * Makefile.am: test must be included in dist
968 2008-03-10 Andrew Jorgensen <ajorgensen@novell.com>
970 * configure.ac: Changed version to 0.4 (released 0.3 tarball)
972 2008-03-10 Geoff Norton <gnorton@novell.com>
974 * configure.ac: Detect SSE2 support.
976 2008-03-08 Geoff Norton <gnorton@novell.com>
978 * configure.ac: Detect MMX support.
980 2008-03-07 Geoff Norton <gnorton@novell.com>
982 * configure.ac: Fix the $DEBUG options to work with CFLAGS or CXXFLAGS
984 2008-03-05 Larry Ewing <lewing@novell.com>
986 * src/dependencyobject.cpp: avoid a null dereference crash.
987 Avoids death in showcase and sprawl after toshoks big patch.
989 2008-02-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
991 * configure.ac: Fix --with-debug to not be confused with --with-ffmpeg. If
992 --with-debug is defined, disable inlining and -O2 optimizations.
994 2008-02-06 Michael Dominic K. <mdk@mdk.am>
996 * configure.ac: Configure embedded cairo with '--diable-png' since now
997 we're using the GdkPixbuf PNG writer in xaml2png. Saves us some runtime
998 memory. Fixes: #348071.
1000 2007-12-10 Chris Toshok <toshok@ximian.com>
1002 * configure.ac: add debug support stuff.
1004 2008-01-29 Andrew Jorgensen <ajorgensen@novell.com>
1006 * pixman, cairo: Synced with vendor branches following procedure outlined at
1007 http://svnbook.red-bean.com/en/1.4/svn.advanced.vendorbr.html
1009 2008-01-28 Andrew Jorgensen <ajorgensen@novell.com>
1011 * pixman, cairo: Disable distribution of unneeded cairo and pixman stuff
1013 2008-01-12 Geoff Norton <gnorton@novell.com>
1015 * configure.ac: Enable support for rsvg2-sharp if rsvg-sharp is
1018 2008-01-11 Andrew Jorgensen <ajorgensen@novell.com>
1020 * configure.ac: Fixed a problem with ifs that prevented --without-ffmpeg
1021 working with --enable-user-plugin
1023 2008-01-11 Rolf Bjarne Kvinge <RKvinge@novell.com>
1025 * configure.ac, README: Rename SL 1.1 to SL 2.0.
1026 * INSTALL: Rename SL 1.1 to SL 2.0, add note about --with-ffmpeg.
1028 2008-01-11 Sebastien Pouliot <sebastien@ximian.com>
1030 * configure.ac: Enable PenLineCapTriangle if the embedded cairo is
1031 patched to support it.
1033 2008-01-10 Rolf Bjarne Kvinge <RKvinge@novell.com>
1035 * moon.mdp: Deleted.
1036 * moon.mds: Updated.
1038 2008-01-10 Rolf Bjarne Kvinge <RKvinge@novell.com>
1040 * configure.ac: Add a --with-ffmpeg option (defaults to yes). Don't check
1041 for ffmpeg's libraries unless --with-ffmpeg=yes.
1043 2008-01-04 Larry Ewing <lewing@novell.com>
1045 * src/panel.cpp (Panel::ComputeBounds): make sure we count the
1046 background bounds inside bounds with children.
1048 2007-12-10 Chris Toshok <toshok@ximian.com>
1050 * configure.ac: use AC_MSG_ERROR for all these error messages
1051 instead of echo + "exit 1". Also, make several more of the error
1052 conditions (like missing silver.pc/silverdesktop.pc) fatal instead
1055 2007-12-04 Jeffrey Stedfast <fejj@novell.com>
1057 * configure.ac: Added largefile checks
1059 2007-12-03 Larry Ewing <lewing@novell.com>
1061 * src/media.cpp (Image::Render): don't buffer alpha images use
1062 paint_with_alpha instead.
1064 2007-12-03 Larry Ewing <lewing@novell.com>
1066 * src/media.cpp (Image::Render): remove accumulated drawing cruft.
1068 2007-11-29 Larry Ewing <lewing@novell.com>
1070 * src/runtime.cpp (Surface::expose_event_callback): clear the
1071 pixmap in the transparent case.
1073 * src/media.cpp (MediaElement::Render): Disable (and fix) the
1076 * cairo/src/cairo-embed.h: autogenerate the cairo-embed file from
1079 2007-11-28 Larry Ewing <lewing@novell.com>
1081 * src/uielement.cpp (UIElement::DoRender): don't clip to the
1082 bounds when using opcity masks.
1084 2007-11-23 Larry Ewing <lewing@novell.com>
1086 * src/runtime.cpp (Surface::expose_event_callback): make sure we
1087 don't delete the delete the region before we need it.
1089 2007-11-12 Andrew Jorgensen <ajorgensen@novell.com>
1091 * NOTES: 1.1 User Plugin works now, removed caveat
1092 * configure.ac: Get mono paths for 1.1 plugin XPI
1094 2007-11-09 Miguel de Icaza <miguel@novell.com>
1098 2007-11-08 Stephane Delcroix <sdelcroix@novell.com>
1100 * configure.ac: check for gtk-sharp-2.0 and rsvg-sharp-2.0 required
1101 for tools/svg2xaml. Fixes bnc #325316.
1103 2007-11-06 Larry Ewing <lewing@novell.com>
1105 * src/dirty.cpp: call UpdateBounds inside the DirtyOpacity logic
1106 since opacity changes can change our bounds now.
1108 * src/uielement.cpp: make invisible elements have empty bounding
1111 * src/panel.cpp: disable FindStartingElement again while the
1112 bounds issues are sorted out.
1114 2007-11-05 Andrew Jorgensen <ajorgensen@novell.com>
1116 * configure.ac: Hack to remove glitz from the link flags
1117 should fix Bug 338506
1119 2007-11-01 Andrew Jorgensen <ajorgensen@novell.com>
1121 * configure.ac: Generate install.js from install.js.in
1123 2007-10-29 Andrew Jorgensen <ajorgensen@novell.com>
1125 * configure.ac: Changes to include ffmpeg libs in the XPI package
1126 * ffmpeg.patch: Patch including changes needed in ffmpeg
1127 * INSTALL: Document these changes
1129 2007-10-25 Andrew Jorgensen <ajorgensen@novell.com>
1131 * configure.ac: Don't link against mozilla libraries for a browser
1132 plugin because they could be named differently on different systems
1133 Symbols will resolve properly because a plugin runs inside a browser
1134 which already has these libraries loaded
1136 2007-10-25 Sebastien Pouliot <sebastien@ximian.com>
1138 * README: Add Ink-related comments and update status about Cairo
1140 2007-10-24 Andrew Jorgensen <ajorgensen@novell.com>
1142 * README: Added a section about the plugin installer and the
1143 --enable-user-plugin configure option
1145 2007-10-23 Andrew Jorgensen <ajorgensen@novell.com>
1147 * cairo, pixman: svn:ignore autotools generated files
1149 2007-10-23 Andrew Jorgensen <ajorgensen@novell.com>
1151 * cairo, pixman, autogen.sh: Remove generated files, add autogen
1152 scripts from upstream, and call them from our autogen.sh
1154 2007-10-23 Andrew Jorgensen <ajorgensen@novell.com>
1156 * configure.ac: Add an optional --enable-user-plugin to control
1157 building of the plugin as installable in the user's own mozilla
1160 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1162 * Makefile.am: Don't install manpages if we don't install the tools
1164 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1166 * pixman, cairo: Fixes for builds out of dist, don't try to generate
1167 the files under directories that aren't there.
1169 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1171 * pixman, cairo: Put the embed headers in the list of required headers
1172 so that it gets included in make dist
1174 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1176 * pixman, cairo: Moved pixman-embed.h and cairo-embed.h into the
1177 pixman/pixman and cairo/src directories because they really don't
1178 belong in our src directory
1180 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1182 * configure.ac: Disable pdf, svg, and ps in cairo
1183 * pixman, cairo: Only build the actual sources and don't install
1184 anything (this time we do it the correct way!)
1186 2007-10-22 Jeffrey Stedfast <fejj@novell.com>
1188 * configure.ac: Added a --with flag for enabling Pango
1189 support (disabled by default) because it will pull in the system
1190 cairo which will break us.
1192 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1194 * cairo, pixman: Don't install either of these
1196 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1198 * cairo, pixman: Fixed to build convenience (noinst) libraries for
1200 * configure.ac: Build and link against internal pixman and cairo
1202 2007-10-17 Andrew Jorgensen <ajorgensen@novell.com>
1204 * cairo/src/cairo.h,cairoint.h, pixman/pixman/pixman.h: patched to
1205 include the symbol renaming headers.
1207 2007-10-17 Andrew Jorgensen <ajorgensen@novell.com>
1209 * Makefile.am: Conditional SUBDIRS were done wrong, fixed it.
1211 2007-10-17 Chris Toshok <toshok@ximian.com>
1213 * configure.ac: define MOON_PROG_LIBS for the unmanaged programs
1214 that we compile during the build (test/harness/xaml2png,
1215 src/sizes, src/demo) that may need to pull in the mono libraries
1218 2007-10-16 Andrew Jorgensen <ajorgensen@novell.com>
1220 * Makefile.am: gtk and tools should only build if we are including
1221 the mono runtime (1.1 profile)
1223 2007-10-15 Chris Toshok <toshok@ximian.com>
1225 * TODO: add blurb about collapsing Base and EventObject into 1
1228 2007-10-01 Andrew Jorgensen <ajorgensen@novell.com>
1230 * src/Makefile.am: Added fullscreen.h to dist
1232 2007-09-28 Chris Toshok <toshok@ximian.com>
1234 * configure.ac: we need an AM_CONDITIONAL for the
1235 INCLUDE_MONO_RUNTIME stuff, since we don't need
1236 plugin/moonlight.exe in the 1.0 case.
1238 2007-09-28 Chris Toshok <toshok@ximian.com>
1240 * configure.ac: move away from using an AM_CONDITIONAL for xrandr
1241 stuff. it should modify config.h so we have adequate dependency
1244 2007-09-28 Chris Toshok <toshok@ximian.com>
1246 * configure.ac: add --with-mono-runtime configure argument. by
1247 default we build a 1.0 system. with --with-mono-runtime on the
1248 command line, the 1.1 environment (the mono runtime) is available
1251 2007-09-26 Andrew Jorgensen <ajorgensen@novell.com>
1253 * cairo/: Removed ... we'll use wget to grab the pristine tar and then
1254 patch it if we don't have a cairo-1.4.10 directory
1256 2007-09-26 Andrew Jorgensen <ajorgensen@novell.com>
1258 * cairo/: Added pristine cairo-1.4.10 sources
1260 2007-09-26 Andrew Jorgensen <ajorgensen@novell.com>
1262 * Makefile.am: Added test/harness to SUBDIRS for dist tarball
1263 * tools/xamlg/Makefile.am, tools/mopen/Makefile.am:
1264 Added missing files for dist tarball
1266 2007-09-24 Sebastien Pouliot <sebastien@ximian.com>
1268 * configure.ac: Fix XRANDR support.
1270 2007-09-22 Rolf Bjarne Kvinge <RKvinge@novell.com>
1272 * moon.mdp: Updated.
1274 2007-09-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
1276 * examples/desklet/rules.make: Make desklet use 3.0 instead of 2.1 so that
1277 mopen can open them.
1279 2007-09-19 Jeffrey Stedfast <fejj@novell.com>
1281 * configure.ac: Add fontconfig and freetype2 checks.
1283 2007-09-19 Zoltan Varga <vargaz@gmail.com>
1285 * configure.ac: Add check for alsa devel pacakge.
1287 2007-09-18 Rolf Bjarne Kvinge <RKvinge@novell.com>
1289 * TODO: Updated with fullscreen info.
1291 2007-08-30 Rolf Bjarne Kvinge <RKvinge@novell.com>
1293 * moon.mdp: Added debug.*.
1295 2007-08-29 Rolf Bjarne Kvinge <RKvinge@novell.com>
1297 * moon.mdp, moon.mds: Created a MonoDevelop project with the source files.
1299 2007-06-30 Marek Habersack <mhabersack@novell.com>
1301 * desklet/desklets.cs: added the FindElement method to look up
1302 elements in a parent.
1303 Added the AllElementsFound property.
1305 2007-06-29 Marek Habersack <mhabersack@novell.com>
1307 * desklet/desklets.cs: removed a field from ConfigStore which
1308 isn't needed (storageName).
1311 2007-06-29 Everaldo Canuto <ecanuto@novell.com>
1313 * tools/mopen.cs: Use a new drag-and-move system that make use of
1314 canvas events to check mouse move. Now the elements events also
1315 works, this drag-and-move is activated when you use -d option.
1317 2007-06-29 Marek Habersack <mhabersack@novell.com>
1319 * desklet/desklets.cs: added GConf config storage backend.
1321 2007-06-28 Marek Habersack <mhabersack@novell.com>
1323 * desklet/desklets.cs: beginnings of the config storage code.
1325 2007-06-25 Marek Habersack <mhabersack@novell.com>
1327 * desklet/lameclock/clock.cs: small modifications to the lameclock
1328 desklet - make am/pm show up properly, use 12h clock by default.
1330 2007-06-25 Larry Ewing <lewing@novell.com>
1332 * gtk/mopen.cs: remove useless size allocate code.
1334 * gtk/CompositeHelper.cs:
1336 * gtk/mopen.exe.config: add cairo and gdk helper functions.
1337 All of these can go away with sufficiently new gtk# versions.
1339 2007-06-24 Larry Ewing <lewing@novell.com>
1341 * test/demo.cs: fix the resizing logic.
1343 2007-06-24 Everaldo Canuto <ecanuto@novell.com>
1345 * configure.ac: man/Makefile added to AC_OUTPUT.
1347 2007-06-23 Chris Toshok <toshok@ximian.com>
1349 * gtk/Assembly.cs: don't put the assembly key here. pass it
1350 directly on the command line to gmcs so we can use a $(srcdir)
1351 path without generating the Assembly.cs file.
1353 * gtk/Makefile.am: make dist/distcheck work.
1355 2007-06-22 Chris Toshok <toshok@ximian.com>
1357 * moon.pc.in: new file.
1359 * configure.ac: generate our moon.pc file.
1361 * Makefile.am: add pkgconfig stuff.
1363 2007-06-21 Dick Porter <dick@ximian.com>
1365 * configure.ac: Added checks for mozilla "plugin" pkgconfig file
1367 2007-06-18 Chris Toshok <toshok@ximian.com>
1369 * gtk/ManagedDownloader.cs: use time_manager_add_tick_call for the
1370 cross thread calls instead of Application.Invoke.
1372 2007-06-15 Miguel de Icaza <miguel@novell.com>
1374 * test/ManagedDownloader.cs: Fixed this
1376 2007-06-13 Jeffrey Stedfast <fejj@novell.com>
1378 * configure.ac: Added pango as a dependency for text rendering.
1380 2007-06-13 Chris Toshok <toshok@ximian.com>
1382 * configure.ac: make sure we're getting the right version of
1383 cairo, and don't necessarily use the one that comes along with the
1386 2007-06-12 Jeffrey Stedfast <fejj@novell.com>
1388 * configure.ac: Back to alsa instead of SDL (now that I've figured
1389 out the secret to playing non-choppy audio with it).
1391 2007-06-10 Miguel de Icaza <miguel@novell.com>
1393 * configure.ac: Check for mono, prepare cflags and libs to embed
1396 2007-06-12 Jeffrey Stedfast <fejj@novell.com>
1398 * configure.ac: We now use SDL for audio instead of alsa.
1400 2007-06-09 Everaldo Canuto <ecanuto@novell.com>
1402 * configure.ac: plugin/test/Makefile added to AC_OUTPUT.
1404 2007-06-08 Everaldo Canuto <ecanuto@novell.com>
1406 * configure.ac: Fix MOON_LIBS value, using --libs instead of --cflags.
1408 2007-06-07 Everaldo Canuto <ecanuto@novell.com>
1410 * README: Update file to include plugin install information.
1412 2007-06-05 Jeffrey Stedfast <fejj@gnome.org>
1414 * configure.ac: Added checks to see which mozilla xpcom .pc file
1415 to use and to collect the needed CFLAGS and LIBS for the plugin.
1417 * plugin/Makefile.am: DOn't reference nspr nor xulrunner-xpcom
1418 directly, rely on AB_SUBST() variables from configure.ac
1420 2007-06-04 Jeffrey Stedfast <fejj@novell.com>
1422 * configure.ac: Do proper checks for Mozilla nspr/nss pkg-config
1425 2007-06-03 Everaldo Canuto <ecanuto@novell.com>
1427 * Makefile.am: install-plugin target added.
1429 2007-06-02 Everaldo Canuto <ecanuto@novell.com>
1431 * Makefile.am, configure.ac, plugin/*: Mozilla plugin added.