aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog18
-rw-r--r--data/Makefile.am2
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fdac9e697..23d54cbc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-28 Christian Persch <chpe@svn.gnome.org>
+
+ * data/Makefile.am:
+
+ Fix schemas install command.
+
2007-01-27 Priit Laes <plaes@svn.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
@@ -14,6 +20,18 @@
2007-01-23 Christian Persch <chpe@svn.gnome.org>
+ * embed/mozilla/EphyBrowser.cpp:
+ * embed/mozilla/GeckoPrintService.cpp:
+ * embed/mozilla/GeckoPrintService.h:
+ * embed/mozilla/GeckoPrintSession.cpp:
+
+ Clear some print settings in the settings we hand to the print job, so
+ they don't get applied twice. Bug #394818.
+
+ Prepare for printing to PDF (#if 0'd until the gecko bug is fixed).
+
+2007-01-23 Christian Persch <chpe@svn.gnome.org>
+
* data/mime-types-permissions.xml:
Add another safe mime type.
diff --git a/data/Makefile.am b/data/Makefile.am
index 27b498aa2..3c21e8cbe 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -60,7 +60,7 @@ install-data-local: $(schema_DATA)
if GCONF_SCHEMAS_INSTALL
if test -z "$(DESTDIR)" ; then \
for p in $^ ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \
done \
fi
endif
/td> * - Bump portrevision chasing upgrade of math/octave to 4.0.0.stephen2016-01-131-0/+1 * remove empty pkg-plistpgollucci2015-08-211-1/+0 * - Update to 1.0.8.stephen2015-07-042-5/+4 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 * - Set license_file.stephen2014-06-231-0/+1 * Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1 * Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-1/+1 * - Add license=GPLv3.stephen2014-01-131-0/+2 * - Implement staging for octave-forge ports.stephen2014-01-131-1/+0 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Remove .include <bsd.ports.pre.mk>; bsd.ports.post.mk to bsd.ports.mk;stephen2013-07-061-3/+3 * - Update to 1.0.3.stephen2012-10-042-9/+4 * - update png to 1.5.10dinoex2012-06-011-1/+1 * Bump port revision of all the octave-forge ports,maho2012-04-111-1/+1 * - Cosmetic change to Makefile. Use the variable OCTSRC to describe where thestephen2011-11-211-2/+6 * - Bump portrevision for octave-forge-* ports because of update ofstephen2011-07-011-1/+1 * - Bump portrevision because math/octave updated to 3.4.1stephen2011-06-241-2/+4