Updated docs for 0.6.0.
+2003-02-01 Jordi Mallach <jordi@sindominio.net>
+
+ * Makefile.am: add rules for schemas install.
+ * NEWS: updated for 0.6.0.
+
2003-02-01 Jordi Mallach <jordi@sindominio.net>
* gtetrinet.schemas.in: reword a few schemas.
2003-01-29 Jordi Mallach <jordi@sindominio.net>
- * gtetrinet.desktop.in: adde StartupNotify support.
+ * gtetrinet.desktop.in: add StartupNotify support.
2003-01-29 Jordi Mallach <jordi@sindominio.net>
icon_DATA = gtetrinet.png
icondir = $(datadir)/pixmaps
+schemadir = $(sysconfdir)/gconf/schemas
+schema_DATA = $(schema_in_files:.schemas.in=.schemas)
+schema_in_files = gtetrinet.schemas.in
+@INTLTOOL_SCHEMAS_RULE@
+
utildir = $(datadir)/gnome/apps/Games
util_in_files = gtetrinet.desktop.in
util_DATA = $(util_in_files:.desktop.in=.desktop)
EXTRA_DIST = ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README \
TODO config.guess config.sub config.rpath install-sh \
intltool-extract.in intltool-merge.in intltool-update.in \
- missing mkinstalldirs $(icon_DATA) $(util_DATA)
+ missing mkinstalldirs $(icon_DATA) $(schema_DATA) $(util_DATA)
+
+install-data-local:
+ -GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
changelog:
cvs2cl -b --utc -S --no-wrap -f ChangeLog.CVS
+GTetrinet 0.6.0 - Unreleased
+- GTetrinet is now hosted on cvs.gnome.org and uses the GNOME Bugzilla.
+- Configuration ported to GConf.
+- Speed improvements, which should help TetriFAST.
+- Fixed embarrasing bug which made sound not work.
+- New and updated translations: Swedish (Christian Rose),
+ Spanish (German Poo-CaamaƱo), Dutch (Vincent van Adrighem),
+ Norwegian (Kjartan Maraas) and Catalan.
+- Other minor fixes/improvements.
+
GTetrinet 0.5.2 - 2003-01-11
- Fixed segfault on connect dialog many people were seeing. Really.
- Fixed behaviour of "Ok" button in preferences. It actually works now.