1 2009-10-06 Rolf Bjarne Kvinge <RKvinge@novell.com>
3 * demo-status.sh: Added, used to created demo-status.html
6 2009-09-29 Andrés G. Aragoneses <aaragoneses@novell.com>
8 * configure.ac: Warn about missing 'zip' tool, needed
9 by Moonlight.MXap at run time.
13 2009-08-26 Andrés G. Aragoneses <aaragoneses@novell.com>
15 * configure.ac: Detect env var that enables a11y.
17 2009-08-16 Chris Toshok <toshok@ximian.com>
19 * configure.ac: add foreign to AM_INIT_AUTOMAKE so it stops
20 warning us about the gmake-isms.
24 2009-07-27 Rolf Bjarne Kvinge <RKvinge@novell.com>
26 * moon.mds: For DEBUG builds do a minimal build.
28 2009-06-29 Rusty Howell <rhowell@novell.com>
30 * configure.ac: bump version to 1.9.5.99
32 2009-06-02 Rusty Howell <rhowell@novell.com>
36 Added --without-examples to disable building examples
38 2009-06-02 Sebastien Pouliot <sebastien@ximian.com>
40 * configure.ac: Add a define for the PREVIEW_VERSION so updating
41 the environment variable (in src/security.c) is not required anymore
43 2009-06-01 Rusty Howell <rhowell@novell.com>
45 * configure.ac: add no-dist-gzip to disable tar.gz
48 2009-05-29 Rusty Howell <rhowell@novell.com>
50 * configure.ac: Bump version to 1.9.3.99
52 2009-05-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
54 * configure.ac: Add test/cpp/Makefile to the output.
56 2009-05-18 Rusty Howell <rhowell@novell.com>
58 * configure.ac: Bump version to 1.9.3
60 2009-05-17 Sebastien Pouliot <sebastien@ximian.com>
62 * demo-status.txt: Add sample application that uses sockets
64 2009-05-06 Raja R Harinath <harinath@hurrynot.org>
66 * Makefile.am (ACLOCAL_AMFLAGS): Add.
68 2009-05-04 Michael Hutchinson <mhutchinson@novell.com>
70 * data/Makefile.am: Guard the managed browser pc files
71 with INCLUDE_BROWSER_MANAGED_CODE.
73 2009-05-04 Michael Hutchinson <mhutchinson@novell.com>
76 * data/moon-browser-redist-assemblies.pc:
77 Add a pkgconfig file for redistributable assemblies.
79 2009-05-04 Sebastien Pouliot <sebastien@ximian.com>
81 * configure.ac: Add sockpol
83 2009-05-02 Andreia Gaita <avidigal@novell.com>
85 * configure.ac: add unwind libs to shocker to support
86 DEBUG_ERROR_GECKO (only on debug mode, see shocker.cpp)
88 2009-04-30 Andreia Gaita <avidigal@novell.com>
90 * configure.ac: Added new tool (moonvisi) to parse
91 ref/unref debug output and generate dot files
93 2009-04-29 Andreia Gaita <avidigal@novell.com>
95 * configure.ac: Add libunwind checks
97 2009-04-23 Aaron Bockover <abockover@novell.com>
99 * Makefile.am: Only enable the user-plugin target if
100 PLUGIN_INSTALL is set from configure
102 2009-04-22 Rusty Howell <rhowell@novell.com>
104 * configure.ac, Makefile.am: Add support for make user-plugin.
105 --enable-user-plugin is no longer needed
107 2009-04-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
109 * configure.ac: Add support for --with-mono-basic-path=<path>
111 2009-04-14 Stephane Delcroix <sdelcroix@novell.com>
113 * configure.ac: swap definition order of variables for PERF_TOOL so I
116 2009-04-14 Rolf Bjarne Kvinge <RKvinge@novell.com>
118 * Makefile.am: Revert r131611, it breaks 'make install'.
120 2009-04-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
122 * configure.ac: Remove objecttypes here too.
124 2009-04-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
126 * configure.ac: Include the test templates in the build.
128 2009-04-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
130 * moon.mds: Add a project for each tool, and clean up some of
131 the existing projects.
133 2009-04-08 Rolf Bjarne Kvinge <RKvinge@novell.com>
135 * configure.ac: Remove agviewer and test-runner from the
138 2009-04-03 Aaron Bockover <abockover@novell.com>
140 * configure.ac: gtksilver -> Moonlight.Gtk
142 2009-04-03 Aaron Bockover <abockover@novell.com>
144 * configure.ac: Remove DISTCHECK_CONFIGURE_FLAGS - was only there for
145 testing the new build stuff
147 2009-04-02 Aaron Bockover <abockover@novell.com>
149 * configure.ac: Lots of clean up, easier to read, call the new macros;
150 changed the tarball name from moon to moonlight, version from 1.9 to 1.9.0
151 to make packaging more consistent for distributions; make sure -I m4
152 gets passed to aclocal when running 'make' and configure has changed
154 * m4/: Factored out all the major checks in configure.ac into easier to
155 read and maintain m4 macros; most of the logic is identical - major changes
158 * m4/mono.m4: Completely rewrote the Mono checks; nuked --with-managed;
159 managed code now implied/required; added --disable-browser-support and
160 --disable-desktop-support options; if browser support is disabled, allow
161 building with a Mono as old as 2.0; define MONO_ENABLE_APP_DOMAIN_CONTROL
162 and MONO_ENABLE_CORECLR_SECURITY if Mono 2.5 or better is available, which
163 is required for the browser plugin
165 * autogen.sh: Updated to pass -I m4 to aclocal
167 * Makefile.am: Fix up SUBDIRS; don't enter the plugins directory if
168 we're not going to build the plugin
170 2009-04-02 Jb Evain <jbevain@novell.com>
172 * Makefile.am: add scripts to SUBDIRS.
174 2009-03-31 Jb Evain <jbevain@novell.com>
176 * configure.ac: take care of the new scripts folder.
178 2009-03-17 Rolf Bjarne Kvinge <RKvinge@novell.com>
182 2009-03-17 Rolf Bjarne Kvinge <RKvinge@novell.com>
184 * configure.ac: Updated.
186 2009-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
188 * configure.ac: Include support for building MS' toolkit tests
191 2008-03-10 Sebastien Pouliot <sebastien@ximian.com>
193 * configure.ac: Add class/tuning/SecurityAttributes/Makefile to
196 2009-02-27 Jb Evain <jbevain@novell.com>
198 * configure.ac: change configure script to take mcs path
199 so that we can tune the 2.1 assemblies from moon.
201 2009-02-02 Rolf Bjarne Kvinge <RKvinge@novell.com>
203 * moon.mds: Updated to use new MD features (ChangeLog and log
206 2009-01-29 Geoff Norton <gnorton@novell.com>
208 * configure.ac: Add MONO here too as runtime needs to know about window
209 which needs to know about deployment, which needs to know about domain.
211 2009-01-28 Rolf Bjarne Kvinge <RKvinge@novell.com>
213 * autogen.sh: Make --with-sanity default.
215 * configure.ac: Add --with-sanity-checks, --with-object-tracking and
218 2009-01-27 Chris Toshok <toshok@ximian.com>
220 * configure.ac: don't grep/awk to find the codec version to build
221 a filename. instead, the codec version is in codec-version.h.in.
222 this gets generated with all the proper bits from the configure
223 process and included in pipeline.cpp and pipeline-ui.cpp (instead
224 of pipeline.h, which should keep recompile costs down when the
227 2009-01-27 Rolf Bjarne Kvinge <RKvinge@novell.com>
229 * tools/tools.mdp: Yay code-completion in MD.
231 2009-01-23 Rolf Bjarne Kvinge <RKvinge@novell.com>
233 * configure.ac: Add munxap.
235 * tools/munxap: Initial munxap.
237 * tools/tools.mdp: Updated.
239 2009-01-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
243 2009-01-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
245 * tools/tools.mdp: Updated.
247 2009-01-12 Jackson Harper <jackson@ximian.com>
249 * tools/respack/respack.cs: Add support for unpacking resources
251 * tools/respack/Makefile.am: Add an unrespack script.
252 * man/respack.1: Update man page to describe unpacking.
254 2009-01-12 Rolf Bjarne Kvinge <RKvinge@novell.com>
256 * configure.ac: Enable System.Windows.Controls[.Data] here too.
258 2009-01-12 Rolf Bjarne Kvinge <RKvinge@novell.com>
260 * configure.ac: Enable System.Windows.Controls[.Data] here too.
262 2009-01-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
264 * tools/respack/respack.cs: Add support for specifying the name for each
267 2008-12-20 Geoff Norton <gnorton@novell.com>
269 * configure.ac: We work just fine on Firefox 3 so far, so lets
270 enable support for it in the plugin.
272 2008-12-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
276 2008-12-17 Chris Toshok <toshok@ximian.com>
278 * configure.ac: remove unnecessary --with-managed assignments.
279 also remove class/Mono.Moonlight/Makefile from AC_OUTPUT.
281 * data/silverdesktop.pc: remove Mono.Moonlight mention.
283 * data/agmono.pc.in: nuke.
285 * data/Makefile.am: remove agmono stuff.
287 2008-12-16 Jeffrey Stedfast <fejj@novell.com>
289 * configure.ac: Added checks for libexpat. Fixes bug #449528
291 2008-12-11 Jeffrey Stedfast <fejj@novell.com>
293 * configure.ac: Add glib-2.0 to the dependencies for FF2 and FF3
294 LIBS. Partial fix for bug #455885.
298 2008-12-01 Geoff Norton <gnorton@novell.com>
300 * configure.ac: Ensure that we always link against libexpat, we cannot
301 trust libtool to always flatted our NEEDED's.
305 2008-12-01 Larry Ewing <lewing@novell.com>
307 * test/xaml/drtlist.xml: remove failure tag from a bunch of tests
310 2008-11-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
312 * tools/unsign, tools/unsign/Makefile, tools/unsign/unsign.cs: Added,
313 tool to remove strong name signature from an assembly.
315 2008-11-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
319 2008-11-19 Geoff Norton <gnorton@novell.com>
321 * configure.ac: Don't link our plugin against unnecessary things.
322 Saves about .5MB in our uncompressed disk profile.
326 2008-11-19 Sebastien Pouliot <sebastien@ximian.com>
328 * configure.ac: Use -fstack-protector-all when compiling with GCC
330 2008-11-19 Stephane Delcroix <sdelcroix@novell.com>
332 * cairo/: update cairo to 1.8,4
334 2008-11-12 Rusty Howell <rhowell@novell.com>
336 * configure.ac: Set ac_subst for INSTALL_ARCH, SL_PROFILE, for install.rdf
338 2008-11-12 Jeffrey Stedfast <fejj@novell.com>
340 * configure.ac: Require Mono 2.2
342 2008-11-11 Geoff Norton <gnorton@novell.com>
344 * Makefile.am: The perf suite requires managed code
346 2008-11-06 Stephane Delcroix <sdelcroix@novell.com>
349 * tools/mopen/Makefile.am: pass distcheck
353 2008-11-05 Jeffrey Stedfast <fejj@novell.com>
355 * configure.ac: Check for sys/time.h
357 2008-11-03 Fernando Herrera <fherrera@novell.com>
359 * README: Added info about MOONLIGHT_DEBUG env variable.
361 2008-11-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
363 * configure.ac: Don't dlopen mono, just link with it if -with-debug is
366 2008-11-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
368 * configure.ac: Remove SWSCALE flags, we don't use swscale anymore.
370 2008-11-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
372 * configure.ac: Revert r117547 and related.
374 2008-10-31 Rolf Bjarne Kvinge <RKvinge@novell.com>
376 * configure.ac: Don't link with ffmpeg anymore. Remove the "no decoding
377 backend" warning, it may produce false positives.
379 2008-10-30 Michael Dominic K. <mdk@mdk.am>
381 * pixman/applied-patches/PATCHES:
382 * pixman/applied-patches/radial-gradient.patch:
383 * pixman/pixman/pixman-source.c: A patch by Andre Tupinamba for radial gradients.
384 Moves some calculations outside the walker loop.
386 2008-10-24 Jeffrey Stedfast <fejj@novell.com>
388 * configure.ac: Disable the xcb cairo backend. Fixes bug #438265.
390 2008-10-16 Geoff Norton <gnorton@novell.com>
392 * configure.ac: Encode the binary codec name at configure time.
394 2008-10-16 Fernando Herrera <fherrera@novell.com>
396 * README: Update codecs options.
398 2008-10-13 Aaron Bockover <abockover@novell.com>
400 * src/pipeline-ui.cpp: Set width request on the labels and not the
401 dialog to ensure they wrap properly; remove bad hard coded new
402 lines on the intro message; set the icon to dialog-error when
405 2008-10-08 Stephane Delcroix <sdelcroix@novell.com>
407 * cairo, pixman: local changes to the build files, include the -embed.h
410 2008-10-08 Stephane Delcroix <sdelcroix@novell.com>
412 * cairo, pixman: upgrade to 1.8.0, 0.12.0
414 2008-10-02 Jeffrey Stedfast <fejj@novell.com>
416 * configure.ac: If building against the system cairo, make sure it
419 2008-09-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
421 * configure.ac: Use dlopen/dlsym to access all alsa methods, and don't
422 link with alsa anymore
424 2008-09-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
426 * configure.ac: Use dlopen/dlsym to access all pa methods, and don't
427 link with pulseaudio anymore. Hopefully fixes #425560.
429 2008-09-03 Jackson Harper <jackson@ximian.com>
431 * tools/xamlg/xamlg.cs: Add code for getting resources, it's
432 commented out right now, because MS isn't doing this, but I wrote
433 the code before I realized that, and will leave it in, since I am
434 sure it will be added at some point.
435 - Don't try to lookup names or resources if we are an Application,
436 since System.Windows.Application doesnt have a FindName/Resource
439 2008-08-22 Raja R Harinath <harinath@hurrynot.org>
441 * configure.ac (SMCS_ASM): Remove spaces around '='.
443 2008-08-19 Chris Toshok <toshok@ximian.com>
445 * configure.ac: beautify the configuration output.
447 2008-08-02 Miguel de Icaza <miguel@novell.com>
449 * tools/mxap/mxap.cs: Use NDesk.GetOptions instead of another
452 2008-08-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
454 * configure.ac: Add configure options for alsa and pulseaudio.
456 2008-08-18 Michael Dominic K. <mdk@mdk.am>
459 * perf/Makefile.am: Adding make targets for perf runs.
461 2008-08-18 Michael Dominic K. <mdk@mdk.am>
467 * perf/perf-suite-runner/DrtItem.cs: Adding the perf suite to the build system.
469 2008-08-17 Chris Toshok <toshok@ximian.com>
471 * configure.ac: rework the SL2 checks so that we can enable
472 browser (2.1) assemblies separate from the desktop (3.0)
475 1) new configure arg --with-managed replaces --with-mono. It's
476 not yes/no only. It allows for: "yes" (both desktop and browser),
477 "no" (neither), "desktop" (just desktop), and "browser" (just
480 2) replace the INCLUDE_MONO_RUNTIME AM_CONDITIONAL with 3 distinct
481 ones. INCLUDE_MANAGED_CODE (for when either desktop/browser are
482 enabled), INCLUDE_BROWSER_MANAGED_CODE (for when 2.1 is enabled),
483 and INCLUDE_DESKTOP_MANAGED_CODE (for when 3.0 is enabled.)
485 3) add a SL_PLUGIN_2_0 AC_DEFINE alongside the SL_2_0 one that's
486 already there, to deal with the fact that if you don't enable the
487 browser assemblies, we need to build a 1.0-only plugin. But this
488 plugin might be talking to a 2.0-enabled core (due to desktop
489 assemblies being enabled.)
491 4) clean up the configuration output at the end to show
494 * Makefile.am (MONO_SUBDIRS): include class/ if
495 INCLUDE_MANAGED_CODE. also, include the gtk/examples/man/data
496 directories if INCLUDE_DESKTOP_MANAGED_CODE is enabled.
498 * tools/Makefile.am: INCLUDE_MONO_RUNTIME ->
499 INCLUDE_DESKTOP_MANAGED_CODE.
501 2008-08-12 Rolf Bjarne Kvinge <RKvinge@novell.com>
505 2008-08-10 Raja R Harinath <harinath@hurrynot.org>
507 * configure.ac (HAVE_CAIRO_LINE_CAP_TRIANGLE): Look for
508 cairo/src/cairo.h in $srcdir. Remove Useless Use of cat.
509 (large file support): Name cache variable 'moon_cv_largefile64_source'.
511 2008-08-08 Rolf Bjarne Kvinge <RKvinge@novell.com>
513 * tools/tools.mdp: Updated.
515 2008-08-08 Fernando Herrera <fherrera@novell.com>
517 * configure.ac: add class/Microsoft.SilverlightControls.
519 2008-08-06 Rolf Bjarne Kvinge <RKvinge@novell.com>
521 * moon.mds: Make src and plugin projects build.
523 2008-08-05 Rolf Bjarne Kvinge <RKvinge@novell.com>
525 * tools/tools.mdp: Updated.
527 2008-08-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
529 * tools/tools.mdp: Updated.
531 2008-08-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
533 * tools/tools.mdp: Added typeandkindgen: generates
534 Mono.Moonlight/Mono/Surface.g.cs (a dictionary of Type/Kind).
536 2008-08-02 Rolf Bjarne Kvinge <RKvinge@novell.com>
539 * tools/tools.mdp: Added.
540 * tools/generators: Moved typegen to moon/generators, and add methodgen
541 to generate pinvokes, and cgen to generate c bindings.
543 2008-08-01 Rolf Bjarne Kvinge <RKvinge@novell.com>
545 * tools/mxap/mxap.cs: Implement custom html files, stack traces for
546 assemblies (by including mdb files too) and return a non-zero error
547 code if any of the sub-processes fail.
549 2008-07-30 Rolf Bjarne Kvinge <RKvinge@novell.com>
553 2008-07-28 Jackson Harper <jackson@ximian.com>
555 * tools/mxap/mxap.cs: Use only the .dll name for Assembly Source.
556 * tools/respack/respack.cs: For some reason, these names need to
557 be lower case to run on windows.
559 2008-07-22 Rolf Bjarne Kvinge <RKvinge@novell.com>
561 * tools/mxap/mxap.cs: Changed indenting and newlines to match MS'
562 AppManifest.xaml, makes it easier to see if they are different.
563 Updated RuntimeVersion to 2.0.30523.6.
565 2008-07-22 Jackson Harper <jackson@ximian.com>
567 * tools/mxap/mxap.cs: Create an HTML wrapper for our application.
569 2008-07-21 Michael Dominic K. <mdk@mdk.am>
571 * examples/gnome-orbiter/Background.cs:
572 * examples/gnome-orbiter/Button.cs:
573 * examples/gnome-orbiter/Entry.cs:
574 * examples/gnome-orbiter/EntryData.cs:
575 * examples/gnome-orbiter/LayoutFu.cs:
576 * examples/gnome-orbiter/Main.cs:
577 * examples/gnome-orbiter/Makefile:
578 * examples/gnome-orbiter/PlanetFetcher.cs:
579 * examples/gnome-orbiter/README:
580 * examples/gnome-orbiter/Throbber.cs:
581 * examples/gnome-orbiter/Window.cs:
582 * examples/gnome-orbiter/theme-black/Background.xaml:
583 * examples/gnome-orbiter/theme-black/Button.xaml:
584 * examples/gnome-orbiter/theme-black/Entry.xaml:
585 * examples/gnome-orbiter/theme-black/Throbber.xaml:
586 * examples/gnome-orbiter/theme-blue/Background.xaml:
587 * examples/gnome-orbiter/theme-blue/Button.xaml:
588 * examples/gnome-orbiter/theme-blue/Entry.xaml:
589 * examples/gnome-orbiter/theme-blue/Throbber.xaml: One more example showing XAML
590 theming capabilities. Check out the README file.
592 2008-07-20 Jackson Harper <jackson@ximian.com>
595 * tools/Makefile.am: Add mxap to the 2.0 build
597 2008-07-20 Jackson Harper <jackson@ximian.com>
599 * tools/mxap/*: New mxap tool for creating very simple .xap
600 files. This is a pretty basic version, but useful for most simple
603 2008-07-20 Jackson Harper <jackson@ximian.com>
606 * man/mxap.1: man page for new mxap tool
608 2008-07-18 Jackson Harper <jackson@ximian.com>
610 * tools/xamlg/xamlg.cs: Fix component stream name creation.
612 2008-07-18 Jackson Harper <jackson@ximian.com>
614 * tools/respack/Makefile.am: Fix script.
616 2008-07-18 Jackson Harper <jackson@ximian.com>
618 * tools/xamlg/xamlg.cs: Add support for creating SL2 partial
619 classes. You need to supply the app (xap) name on the cmdline
620 like so: xamlg -sl2app:MyApp Page.xaml
622 2008-07-18 Michael Dominic K. <mdk@mdk.am>
624 * examples/clock-hands/Makefile:
625 * examples/clock-hands/hands.cpp:
626 * examples/clock-hands/hands.html: Another example for Moonlight + Gtk integration.
627 Embedding mozilla with moonlight plugin + js.
629 2008-07-17 Michael Dominic K. <mdk@mdk.am>
631 * examples/photo-browser/1.jpg:
632 * examples/photo-browser/2.jpg:
633 * examples/photo-browser/3.jpg:
634 * examples/photo-browser/4.jpg:
635 * examples/photo-browser/5.jpg:
636 * examples/photo-browser/Makefile:
637 * examples/photo-browser/PhotoBrowser.boo:
638 * examples/photo-browser/README: Adding a photobrowser example, one of the few simple
639 Moonlight apps demoed at GUADEC 2008. Shows how to mix & match GTK with Moonlight.
640 Uses Boo, excluded from default build.
642 2008-07-14 Andrew Jorgensen <ajorgensen@novell.com>
644 * configure.ac: Remove linking in nspr and strip out nspr libraries
647 2008-07-10 Geoff Norton <gnorton@novell.com>
649 * configure.ac: Remove senseless linking on nss.
651 2008-07-03 Jeffrey Stedfast <fejj@novell.com>
653 * acinclude.m4: Add some pthread lib checking action.
655 * configure.ac: Include the FreeType2 and FontConfig CFLAGS/LIBS
656 in the MOON_CFLAGS/LIBS variable. Same for zlib. Call our new
657 PTHREAD_CHECK macro and add PTHREAD_LIBS to MOON_LIBS.
659 2008-06-27 Larry Ewing <lewing@novell.com>
661 * test/xaml/test-opacity-outside-canvas-bounds.xaml: modify to
662 catch another possible opacity clip case.
664 2008-06-27 Michael Dominic K. <mdk@mdk.am>
666 * test/xaml/test-radialgradientbrush-origin.xaml: Adding an example of
667 broken radial gradient brush, as seen in #401871.
669 2008-06-23 Jeffrey Stedfast <fejj@novell.com>
671 * acinclude.m4, configure.ac: Added DOLT support.
673 2008-06-10 Andrew Jorgensen <ajorgensen@novell.com>
675 * configure.ac: Figure out the firefox ABI string only if we're
676 building the firefox plugin
678 2008-06-10 Rolf Bjarne Kvinge <RKvinge@novell.com>
682 2008-06-06 Stephane Delcroix <sdelcroix@novell.com>
684 * tools/xamlg/Makefile.am: fixing the do_subst.
686 2008-06-02 Michael Dominic K. <mdk@mdk.am>
688 * configure.ac: By default build with Silverlight bugs.
690 2008-05-30 Michael Dominic K. <mdk@mdk.am>
692 * configure.ac: Adding --with-compatibility-bugs switch (defaults to no)
693 that allows to build ML with *ugh* compatibility bugs (same bugs that SL
694 1.0 has). This will be needed for AnimaionMatrix2.
696 2008-05-28 Andrew Jorgensen <ajorgensen@novell.com>
698 * ffmpeg.patch: plugin installer ffmpeg patch was missing some tweaks
700 2008-05-23 Andrew Jorgensen <ajorgensen@novell.com>
702 * configure.ac: The plugin installer can be built with support for
703 either firefox or both
704 * INSTALL: The installer works fine without mono support
706 2008-05-23 Andrew Jorgensen <ajorgensen@novell.com>
708 * configure.ac: Fallback to not using ffmpeg if it's not found
710 2008-05-19 Andrew Jorgensen <ajorgensen@novell.com>
712 * configure.ac: MOON_PROG_CFLAGS should use top_srcdir, not top_builddir
714 2008-05-18 Miguel de Icaza <miguel@novell.com>
716 * Add new tool to package xaml files into the .g.resources
717 expected by Silverlight 2
719 2008-05-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
723 2008-05-15 Andrew Jorgensen <ajorgensen@novell.com>
725 * configure.ac: Make target tests more generic
727 2008-05-15 Rolf Bjarne Kvinge <RKvinge@novell.com>
729 * configure.ac: Added target as requested by error message.
731 2008-05-15 Andrew Jorgensen <ajorgensen@novell.com>
733 * configure.ac: ignore target_vendor part
735 2008-05-15 Andrew Jorgensen <ajorgensen@novell.com>
737 * configure.ac: Determine mozilla os-abi string for targetPlatform
739 2008-05-14 Andrew Jorgensen <ajorgensen@novell.com>
741 * Makefile.am: Don't build anything but what needs to be built when
742 building the plugin installer
744 2008-05-13 Andrew Jorgensen <ajorgensen@novell.com>
746 * Makefile.am: tools must build after other mono stuff
748 2008-05-13 Andrew Jorgensen <ajorgensen@novell.com>
750 * configure.ac, Makefile.am: Fixes so that we can build on a system that
751 actually has no mono on it.
753 2008-05-13 Andrew Jorgensen <ajorgensen@novell.com>
755 * configure.ac: Bump version so that we can make a source release
757 2008-05-12 Andrew Jorgensen <ajorgensen@novell.com>
759 * configure.ac: Add ffmpeg and swscale to MOON_PROG_CFLAGS
760 and MOON_PROG_LIBS so that the test harness can build when building
763 2008-05-12 Andrew Jorgensen <ajorgensen@novell.com>
765 * ffmpeg.patch: Updated ffmpeg patch to r10885
767 2008-05-09 Chris Toshok <toshok@ximian.com>
769 * configure.ac: error out if --enable-user-plugin is specified
770 without both ff2 and ff3 being enabled.
772 2008-05-09 Chris Toshok <toshok@ximian.com>
774 * configure.ac: fix the check for ff3, and remove the AC_MSG_ERROR
775 i was using to debug ff2.
777 2008-05-08 Chris Toshok <toshok@ximian.com>
779 * configure.ac: make ff2 and ff3 non-mutually exclusive. if
780 either is present we build the correct bridge.
782 2008-05-07 Andrew Jorgensen <ajorgensen@novell.com>
784 * configure.ac: Don't set mono_*dir variables at configure time
786 2008-05-07 Andrew Jorgensen <ajorgensen@novell.com>
788 * configure.ac: Don't link against MOZILLA_LIBS because they will
789 already be loaded in the browser
791 2008-05-06 Andrew Jorgensen <ajorgensen@novell.com>
793 * configure.ac: Don't link against libraries included in the XPI
795 2008-05-06 Andrew Jorgensen <ajorgensen@novell.com>
797 * configure.ac: Change min and max ff version in rdf depending on
800 2008-04-30 Andrew Jorgensen <ajorgensen@novell.com>
802 * configure.ac: dbus-glib-1 0.60 should be new enough
804 2008-04-30 Michael Dominic K. <mdk@mdk.am>
807 * moon.pc.in: Don't put the MOON_CFLAGS and MOON_LIBS in the pc file
808 as it contains some local garbage. Instead, put stripped-down
809 MOON_EXTRA_CFLAGS and MOON_EXTRA_LIBS. Make it possible to actually
810 compile against moon.pc.
812 2008-04-25 Andrew Jorgensen <ajorgensen@novell.com>
814 * configure.ac: Hack to remove glitz from the link flags
817 2008-04-25 Geoff Norton <gnorton@novell.com>
819 * configure.ac: Detect the location of the avcodec.h header
821 2008-04-25 Jackson Harper <jackson@ximian.com>
823 * configure.ac: Add min versions for the testing dependencies.
825 2008-04-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
827 * configure.ac: Add XTST flags to SHOCKER variables.
829 2008-04-24 Geoff Norton <gnorton@novell.com>
831 * configure.ac: Reinstate a few needed uglies for the plugin builder
833 2008-04-24 Geoff Norton <gnorton@novell.com>
835 * configure.ac: Autoconf treats [] as null. Set a fake variable
836 to not abort execution if xrandr isn't present.
838 2008-04-24 Rolf Bjarne Kvinge <RKvinge@novell.com>
840 * configure.ac: Add another directory to search for MS' drtlist.
842 2008-04-24 Fernando Herrera <fherrera@novell.com>
844 * class/Makefile.am: Fix "make -jN" build.
846 2008-04-23 Geoff Norton <gnorton@novell.com>
848 * configure.ac: Rewrite our configure.ac to be legible and
851 2008-04-23 Geoff Norton <gnorton@novell.com>
853 * configure.ac: More pango removal.
855 2008-04-23 Geoff Norton <gnorton@novell.com>
857 * configure.ac: Remove Pango support.
859 2008-04-23 Geoff Norton <gnorton@novell.com>
861 * configure.ac: Initial build system cleanup and support for
862 linking against system cairo.
864 2008-04-22 Larry Ewing <lewing@novell.com>
866 * configure.ac: check for new mozembed versions.
868 2008-04-22 Larry Ewing <lewing@novell.com>
870 * configure.ac: new checks for firefox3/libxul1.9. Define
871 HAVE_LIBXUL_UNSTABLE in the ff3 case.
873 Get the build working under firefox3 and opensuse 11.
875 2008-04-17 Andrew Jorgensen <ajorgensen@novell.com>
877 * Makefile.am: Only build what we actually need when building
878 the plugin installer. This avoids extra build time and a link
879 problem due to the new native mopen.
881 2008-04-16 Jb Evain <jbevain@novell.com>
883 * configure.ac, class/Makefile.am: use the new smcs.pc to
884 get the location of smcs.exe for our private use.
886 2008-04-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
890 2008-04-14 Andrew Jorgensen <ajorgensen@novell.com>
892 * pixman/configure.ac: Don't generate test/Makefile
894 2008-04-14 Andrew Jorgensen <ajorgensen@novell.com>
896 * pixman/configure.ac: Don't generate test/Makefile
898 2008-04-14 Andrew Jorgensen <ajorgensen@novell.com>
900 * pixman/configure.ac: Don't generate test/Makefile
902 2008-04-14 Andrew Jorgensen <ajorgensen@novell.com>
904 * cairo, pixman: Update to cairo-1.6.4 and pixman-0.10.0
906 2008-04-08 Andrew Jorgensen <ajorgensen@novell.com>
908 * configure.ac: Remove xtst from SHOCKER_LIBS pkg-config command
910 2008-04-02 Andrew Jorgensen <ajorgensen@novell.com>
912 * Makefile.am: Fixed dist of examples/
914 2008-04-02 Miguel de Icaza <miguel@novell.com>
916 * Move the important stuff from examples/desklet into
917 gtksilver.dll, no point in having two assemblies, two sets of docs
918 for merely one class.
920 * Move the configuration stuff which is really only used by the
921 weather applet into the weather applet.
923 * Automake/autoconf the examples/desklets, lots of bitrot in
924 there, will continue as time allows.
926 Fixed some of the bitrot
928 2008-03-28 Andrew Jorgensen <ajorgensen@novell.com>
930 * configure.ac: Added fallback tests for when xtst.pc
931 doesn't exist on the system
933 2008-03-28 Rolf Bjarne Kvinge <RKvinge@novell.com>
935 * configure.ac: Define __STDC_LIMIT_MACROS.
937 2008-03-28 Jackson Harper <jackson@ximian.com>
939 * configure.ac: shocker needs the gtk libs now.
941 2008-03-25 Andrew Jorgensen <ajorgensen@novell.com>
943 * configure.ac: Process install.rdf instead of install.js
944 * configure.ac: Add firefox plugin message to summary
946 2008-03-18 Andrew Jorgensen <ajorgensen@novell.com>
948 * configure.ac: Remove avformat dependency
950 2008-03-17 Geoff Norton <gnorton@novell.com>
952 * configure.ac: Make our swscale dependency optional.
954 2008-03-17 Geoff Norton <gnorton@novell.com>
956 * configure.ac: Search for clock_gettime in -lrt.
958 2008-03-17 Andrew Jorgensen <ajorgensen@novell.com>
960 * Makefile.am: test must be included in dist
962 2008-03-10 Andrew Jorgensen <ajorgensen@novell.com>
964 * configure.ac: Changed version to 0.4 (released 0.3 tarball)
966 2008-03-10 Geoff Norton <gnorton@novell.com>
968 * configure.ac: Detect SSE2 support.
970 2008-03-08 Geoff Norton <gnorton@novell.com>
972 * configure.ac: Detect MMX support.
974 2008-03-07 Geoff Norton <gnorton@novell.com>
976 * configure.ac: Fix the $DEBUG options to work with CFLAGS or CXXFLAGS
978 2008-03-05 Larry Ewing <lewing@novell.com>
980 * src/dependencyobject.cpp: avoid a null dereference crash.
981 Avoids death in showcase and sprawl after toshoks big patch.
983 2008-02-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
985 * configure.ac: Fix --with-debug to not be confused with --with-ffmpeg. If
986 --with-debug is defined, disable inlining and -O2 optimizations.
988 2008-02-06 Michael Dominic K. <mdk@mdk.am>
990 * configure.ac: Configure embedded cairo with '--diable-png' since now
991 we're using the GdkPixbuf PNG writer in xaml2png. Saves us some runtime
992 memory. Fixes: #348071.
994 2007-12-10 Chris Toshok <toshok@ximian.com>
996 * configure.ac: add debug support stuff.
998 2008-01-29 Andrew Jorgensen <ajorgensen@novell.com>
1000 * pixman, cairo: Synced with vendor branches following procedure outlined at
1001 http://svnbook.red-bean.com/en/1.4/svn.advanced.vendorbr.html
1003 2008-01-28 Andrew Jorgensen <ajorgensen@novell.com>
1005 * pixman, cairo: Disable distribution of unneeded cairo and pixman stuff
1007 2008-01-12 Geoff Norton <gnorton@novell.com>
1009 * configure.ac: Enable support for rsvg2-sharp if rsvg-sharp is
1012 2008-01-11 Andrew Jorgensen <ajorgensen@novell.com>
1014 * configure.ac: Fixed a problem with ifs that prevented --without-ffmpeg
1015 working with --enable-user-plugin
1017 2008-01-11 Rolf Bjarne Kvinge <RKvinge@novell.com>
1019 * configure.ac, README: Rename SL 1.1 to SL 2.0.
1020 * INSTALL: Rename SL 1.1 to SL 2.0, add note about --with-ffmpeg.
1022 2008-01-11 Sebastien Pouliot <sebastien@ximian.com>
1024 * configure.ac: Enable PenLineCapTriangle if the embedded cairo is
1025 patched to support it.
1027 2008-01-10 Rolf Bjarne Kvinge <RKvinge@novell.com>
1029 * moon.mdp: Deleted.
1030 * moon.mds: Updated.
1032 2008-01-10 Rolf Bjarne Kvinge <RKvinge@novell.com>
1034 * configure.ac: Add a --with-ffmpeg option (defaults to yes). Don't check
1035 for ffmpeg's libraries unless --with-ffmpeg=yes.
1037 2008-01-04 Larry Ewing <lewing@novell.com>
1039 * src/panel.cpp (Panel::ComputeBounds): make sure we count the
1040 background bounds inside bounds with children.
1042 2007-12-10 Chris Toshok <toshok@ximian.com>
1044 * configure.ac: use AC_MSG_ERROR for all these error messages
1045 instead of echo + "exit 1". Also, make several more of the error
1046 conditions (like missing silver.pc/silverdesktop.pc) fatal instead
1049 2007-12-04 Jeffrey Stedfast <fejj@novell.com>
1051 * configure.ac: Added largefile checks
1053 2007-12-03 Larry Ewing <lewing@novell.com>
1055 * src/media.cpp (Image::Render): don't buffer alpha images use
1056 paint_with_alpha instead.
1058 2007-12-03 Larry Ewing <lewing@novell.com>
1060 * src/media.cpp (Image::Render): remove accumulated drawing cruft.
1062 2007-11-29 Larry Ewing <lewing@novell.com>
1064 * src/runtime.cpp (Surface::expose_event_callback): clear the
1065 pixmap in the transparent case.
1067 * src/media.cpp (MediaElement::Render): Disable (and fix) the
1070 * cairo/src/cairo-embed.h: autogenerate the cairo-embed file from
1073 2007-11-28 Larry Ewing <lewing@novell.com>
1075 * src/uielement.cpp (UIElement::DoRender): don't clip to the
1076 bounds when using opcity masks.
1078 2007-11-23 Larry Ewing <lewing@novell.com>
1080 * src/runtime.cpp (Surface::expose_event_callback): make sure we
1081 don't delete the delete the region before we need it.
1083 2007-11-12 Andrew Jorgensen <ajorgensen@novell.com>
1085 * NOTES: 1.1 User Plugin works now, removed caveat
1086 * configure.ac: Get mono paths for 1.1 plugin XPI
1088 2007-11-09 Miguel de Icaza <miguel@novell.com>
1092 2007-11-08 Stephane Delcroix <sdelcroix@novell.com>
1094 * configure.ac: check for gtk-sharp-2.0 and rsvg-sharp-2.0 required
1095 for tools/svg2xaml. Fixes bnc #325316.
1097 2007-11-06 Larry Ewing <lewing@novell.com>
1099 * src/dirty.cpp: call UpdateBounds inside the DirtyOpacity logic
1100 since opacity changes can change our bounds now.
1102 * src/uielement.cpp: make invisible elements have empty bounding
1105 * src/panel.cpp: disable FindStartingElement again while the
1106 bounds issues are sorted out.
1108 2007-11-05 Andrew Jorgensen <ajorgensen@novell.com>
1110 * configure.ac: Hack to remove glitz from the link flags
1111 should fix Bug 338506
1113 2007-11-01 Andrew Jorgensen <ajorgensen@novell.com>
1115 * configure.ac: Generate install.js from install.js.in
1117 2007-10-29 Andrew Jorgensen <ajorgensen@novell.com>
1119 * configure.ac: Changes to include ffmpeg libs in the XPI package
1120 * ffmpeg.patch: Patch including changes needed in ffmpeg
1121 * INSTALL: Document these changes
1123 2007-10-25 Andrew Jorgensen <ajorgensen@novell.com>
1125 * configure.ac: Don't link against mozilla libraries for a browser
1126 plugin because they could be named differently on different systems
1127 Symbols will resolve properly because a plugin runs inside a browser
1128 which already has these libraries loaded
1130 2007-10-25 Sebastien Pouliot <sebastien@ximian.com>
1132 * README: Add Ink-related comments and update status about Cairo
1134 2007-10-24 Andrew Jorgensen <ajorgensen@novell.com>
1136 * README: Added a section about the plugin installer and the
1137 --enable-user-plugin configure option
1139 2007-10-23 Andrew Jorgensen <ajorgensen@novell.com>
1141 * cairo, pixman: svn:ignore autotools generated files
1143 2007-10-23 Andrew Jorgensen <ajorgensen@novell.com>
1145 * cairo, pixman, autogen.sh: Remove generated files, add autogen
1146 scripts from upstream, and call them from our autogen.sh
1148 2007-10-23 Andrew Jorgensen <ajorgensen@novell.com>
1150 * configure.ac: Add an optional --enable-user-plugin to control
1151 building of the plugin as installable in the user's own mozilla
1154 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1156 * Makefile.am: Don't install manpages if we don't install the tools
1158 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1160 * pixman, cairo: Fixes for builds out of dist, don't try to generate
1161 the files under directories that aren't there.
1163 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1165 * pixman, cairo: Put the embed headers in the list of required headers
1166 so that it gets included in make dist
1168 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1170 * pixman, cairo: Moved pixman-embed.h and cairo-embed.h into the
1171 pixman/pixman and cairo/src directories because they really don't
1172 belong in our src directory
1174 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1176 * configure.ac: Disable pdf, svg, and ps in cairo
1177 * pixman, cairo: Only build the actual sources and don't install
1178 anything (this time we do it the correct way!)
1180 2007-10-22 Jeffrey Stedfast <fejj@novell.com>
1182 * configure.ac: Added a --with flag for enabling Pango
1183 support (disabled by default) because it will pull in the system
1184 cairo which will break us.
1186 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1188 * cairo, pixman: Don't install either of these
1190 2007-10-22 Andrew Jorgensen <ajorgensen@novell.com>
1192 * cairo, pixman: Fixed to build convenience (noinst) libraries for
1194 * configure.ac: Build and link against internal pixman and cairo
1196 2007-10-17 Andrew Jorgensen <ajorgensen@novell.com>
1198 * cairo/src/cairo.h,cairoint.h, pixman/pixman/pixman.h: patched to
1199 include the symbol renaming headers.
1201 2007-10-17 Andrew Jorgensen <ajorgensen@novell.com>
1203 * Makefile.am: Conditional SUBDIRS were done wrong, fixed it.
1205 2007-10-17 Chris Toshok <toshok@ximian.com>
1207 * configure.ac: define MOON_PROG_LIBS for the unmanaged programs
1208 that we compile during the build (test/harness/xaml2png,
1209 src/sizes, src/demo) that may need to pull in the mono libraries
1212 2007-10-16 Andrew Jorgensen <ajorgensen@novell.com>
1214 * Makefile.am: gtk and tools should only build if we are including
1215 the mono runtime (1.1 profile)
1217 2007-10-15 Chris Toshok <toshok@ximian.com>
1219 * TODO: add blurb about collapsing Base and EventObject into 1
1222 2007-10-01 Andrew Jorgensen <ajorgensen@novell.com>
1224 * src/Makefile.am: Added fullscreen.h to dist
1226 2007-09-28 Chris Toshok <toshok@ximian.com>
1228 * configure.ac: we need an AM_CONDITIONAL for the
1229 INCLUDE_MONO_RUNTIME stuff, since we don't need
1230 plugin/moonlight.exe in the 1.0 case.
1232 2007-09-28 Chris Toshok <toshok@ximian.com>
1234 * configure.ac: move away from using an AM_CONDITIONAL for xrandr
1235 stuff. it should modify config.h so we have adequate dependency
1238 2007-09-28 Chris Toshok <toshok@ximian.com>
1240 * configure.ac: add --with-mono-runtime configure argument. by
1241 default we build a 1.0 system. with --with-mono-runtime on the
1242 command line, the 1.1 environment (the mono runtime) is available
1245 2007-09-26 Andrew Jorgensen <ajorgensen@novell.com>
1247 * cairo/: Removed ... we'll use wget to grab the pristine tar and then
1248 patch it if we don't have a cairo-1.4.10 directory
1250 2007-09-26 Andrew Jorgensen <ajorgensen@novell.com>
1252 * cairo/: Added pristine cairo-1.4.10 sources
1254 2007-09-26 Andrew Jorgensen <ajorgensen@novell.com>
1256 * Makefile.am: Added test/harness to SUBDIRS for dist tarball
1257 * tools/xamlg/Makefile.am, tools/mopen/Makefile.am:
1258 Added missing files for dist tarball
1260 2007-09-24 Sebastien Pouliot <sebastien@ximian.com>
1262 * configure.ac: Fix XRANDR support.
1264 2007-09-22 Rolf Bjarne Kvinge <RKvinge@novell.com>
1266 * moon.mdp: Updated.
1268 2007-09-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
1270 * examples/desklet/rules.make: Make desklet use 3.0 instead of 2.1 so that
1271 mopen can open them.
1273 2007-09-19 Jeffrey Stedfast <fejj@novell.com>
1275 * configure.ac: Add fontconfig and freetype2 checks.
1277 2007-09-19 Zoltan Varga <vargaz@gmail.com>
1279 * configure.ac: Add check for alsa devel pacakge.
1281 2007-09-18 Rolf Bjarne Kvinge <RKvinge@novell.com>
1283 * TODO: Updated with fullscreen info.
1285 2007-08-30 Rolf Bjarne Kvinge <RKvinge@novell.com>
1287 * moon.mdp: Added debug.*.
1289 2007-08-29 Rolf Bjarne Kvinge <RKvinge@novell.com>
1291 * moon.mdp, moon.mds: Created a MonoDevelop project with the source files.
1293 2007-06-30 Marek Habersack <mhabersack@novell.com>
1295 * desklet/desklets.cs: added the FindElement method to look up
1296 elements in a parent.
1297 Added the AllElementsFound property.
1299 2007-06-29 Marek Habersack <mhabersack@novell.com>
1301 * desklet/desklets.cs: removed a field from ConfigStore which
1302 isn't needed (storageName).
1305 2007-06-29 Everaldo Canuto <ecanuto@novell.com>
1307 * tools/mopen.cs: Use a new drag-and-move system that make use of
1308 canvas events to check mouse move. Now the elements events also
1309 works, this drag-and-move is activated when you use -d option.
1311 2007-06-29 Marek Habersack <mhabersack@novell.com>
1313 * desklet/desklets.cs: added GConf config storage backend.
1315 2007-06-28 Marek Habersack <mhabersack@novell.com>
1317 * desklet/desklets.cs: beginnings of the config storage code.
1319 2007-06-25 Marek Habersack <mhabersack@novell.com>
1321 * desklet/lameclock/clock.cs: small modifications to the lameclock
1322 desklet - make am/pm show up properly, use 12h clock by default.
1324 2007-06-25 Larry Ewing <lewing@novell.com>
1326 * gtk/mopen.cs: remove useless size allocate code.
1328 * gtk/CompositeHelper.cs:
1330 * gtk/mopen.exe.config: add cairo and gdk helper functions.
1331 All of these can go away with sufficiently new gtk# versions.
1333 2007-06-24 Larry Ewing <lewing@novell.com>
1335 * test/demo.cs: fix the resizing logic.
1337 2007-06-24 Everaldo Canuto <ecanuto@novell.com>
1339 * configure.ac: man/Makefile added to AC_OUTPUT.
1341 2007-06-23 Chris Toshok <toshok@ximian.com>
1343 * gtk/Assembly.cs: don't put the assembly key here. pass it
1344 directly on the command line to gmcs so we can use a $(srcdir)
1345 path without generating the Assembly.cs file.
1347 * gtk/Makefile.am: make dist/distcheck work.
1349 2007-06-22 Chris Toshok <toshok@ximian.com>
1351 * moon.pc.in: new file.
1353 * configure.ac: generate our moon.pc file.
1355 * Makefile.am: add pkgconfig stuff.
1357 2007-06-21 Dick Porter <dick@ximian.com>
1359 * configure.ac: Added checks for mozilla "plugin" pkgconfig file
1361 2007-06-18 Chris Toshok <toshok@ximian.com>
1363 * gtk/ManagedDownloader.cs: use time_manager_add_tick_call for the
1364 cross thread calls instead of Application.Invoke.
1366 2007-06-15 Miguel de Icaza <miguel@novell.com>
1368 * test/ManagedDownloader.cs: Fixed this
1370 2007-06-13 Jeffrey Stedfast <fejj@novell.com>
1372 * configure.ac: Added pango as a dependency for text rendering.
1374 2007-06-13 Chris Toshok <toshok@ximian.com>
1376 * configure.ac: make sure we're getting the right version of
1377 cairo, and don't necessarily use the one that comes along with the
1380 2007-06-12 Jeffrey Stedfast <fejj@novell.com>
1382 * configure.ac: Back to alsa instead of SDL (now that I've figured
1383 out the secret to playing non-choppy audio with it).
1385 2007-06-10 Miguel de Icaza <miguel@novell.com>
1387 * configure.ac: Check for mono, prepare cflags and libs to embed
1390 2007-06-12 Jeffrey Stedfast <fejj@novell.com>
1392 * configure.ac: We now use SDL for audio instead of alsa.
1394 2007-06-09 Everaldo Canuto <ecanuto@novell.com>
1396 * configure.ac: plugin/test/Makefile added to AC_OUTPUT.
1398 2007-06-08 Everaldo Canuto <ecanuto@novell.com>
1400 * configure.ac: Fix MOON_LIBS value, using --libs instead of --cflags.
1402 2007-06-07 Everaldo Canuto <ecanuto@novell.com>
1404 * README: Update file to include plugin install information.
1406 2007-06-05 Jeffrey Stedfast <fejj@gnome.org>
1408 * configure.ac: Added checks to see which mozilla xpcom .pc file
1409 to use and to collect the needed CFLAGS and LIBS for the plugin.
1411 * plugin/Makefile.am: DOn't reference nspr nor xulrunner-xpcom
1412 directly, rely on AB_SUBST() variables from configure.ac
1414 2007-06-04 Jeffrey Stedfast <fejj@novell.com>
1416 * configure.ac: Do proper checks for Mozilla nspr/nss pkg-config
1419 2007-06-03 Everaldo Canuto <ecanuto@novell.com>
1421 * Makefile.am: install-plugin target added.
1423 2007-06-02 Everaldo Canuto <ecanuto@novell.com>
1425 * Makefile.am, configure.ac, plugin/*: Mozilla plugin added.