diff options
author | Bastien Nocera <hadess@hadess.net> | 2005-03-07 17:04:05 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2005-03-07 17:04:05 +0000 |
commit | d6f3b29fbe0b3a914fee4e06fca7a601bee8a174 (patch) | |
tree | 8f757b00c3ca713ccb7ae5e55719896d65bbe044 | |
parent | dafa1e82c63ad99f578d6d2d7fc20d7f035668b6 (diff) | |
download | totem-d6f3b29fbe0b3a914fee4e06fca7a601bee8a174.tar.gz |
upd upd 1.0V_1_0
2005-03-07 Bastien Nocera <hadess@hadess.net>
* NEWS: upd
* README: upd
* configure.in: 1.0
* help/C/Makefile.am:
* help/de/Makefile.am:
* help/es/Makefile.am:
* help/ru/Makefile.am:
* omf.make: some distchecking fixes
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | help/C/Makefile.am | 2 | ||||
-rw-r--r-- | help/de/Makefile.am | 2 | ||||
-rw-r--r-- | help/es/Makefile.am | 2 | ||||
-rw-r--r-- | help/ru/Makefile.am | 2 | ||||
-rw-r--r-- | omf.make | 2 |
9 files changed, 23 insertions, 7 deletions
@@ -1,3 +1,16 @@ +============ Version 1.0 + +2005-03-07 Bastien Nocera <hadess@hadess.net> + + * NEWS: upd + * README: upd + * configure.in: 1.0 + * help/C/Makefile.am: + * help/de/Makefile.am: + * help/es/Makefile.am: + * help/ru/Makefile.am: + * omf.make: some distchecking fixes + 2005-03-03 Bastien Nocera <hadess@hadess.net> * src/totem-pl-parser.c: add support for "audio/playlist" (they're @@ -1,6 +1,6 @@ New features and significant updates in version... -???: +1.0: * NVidia TV-Out support (GStreamer) * Better overall metadata information (xine-lib) * Fix volume bars not reaching 100% (all), or above 100% (GStreamer) @@ -17,6 +17,7 @@ New features and significant updates in version... * Make the fullscreen button go to the edge of the screen, and move it to the right hand-side as per the HIG * Fix "Play Disc" when devfs is used +* GStreamer thumbnailer fixes 0.101: * Rise the controls when in fullscreen and a remote's button is pressed @@ -93,6 +93,8 @@ TODO - Browser plugin ? See for examples: http://lxr.mozilla.org/seamonkey/source/modules/plugin/samples/default/unix/ for examples http://devedge.netscape.com/library/manuals/2002/plugin/1.0/preface.html +- OO.o plugin? + http://www.openoffice.org/issues/show_bug.cgi?id=41419 - split the baconvideowidget into a GtkWidget and a GObject (use a GInterface)? - add equaliser support to the API - be able to choose the deinterlace method? diff --git a/configure.in b/configure.in index 911f8fc1e..3acc2925a 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.52) -AC_INIT(totem, 0.101, http://bugzilla.gnome.org/enter_bug.cgi?product=totem) +AC_INIT(totem, 1.0, http://bugzilla.gnome.org/enter_bug.cgi?product=totem) AC_CONFIG_SRCDIR(src/totem.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) diff --git a/help/C/Makefile.am b/help/C/Makefile.am index c13d31a57..a9ec91cb9 100644 --- a/help/C/Makefile.am +++ b/help/C/Makefile.am @@ -4,7 +4,7 @@ figdir = figures docname = totem lang = C omffile = totem-C.omf -entities = totem.xml legal.xml +entities = legal.xml include $(top_srcdir)/xmldocs.make diff --git a/help/de/Makefile.am b/help/de/Makefile.am index e47d5c375..147aeb3cd 100644 --- a/help/de/Makefile.am +++ b/help/de/Makefile.am @@ -4,7 +4,7 @@ figdir = figures docname = totem lang = de omffile = totem-de.omf -entities = totem.xml legal.xml +entities = legal.xml include $(top_srcdir)/xmldocs.make diff --git a/help/es/Makefile.am b/help/es/Makefile.am index 0a7a4f844..8a1945195 100644 --- a/help/es/Makefile.am +++ b/help/es/Makefile.am @@ -4,7 +4,7 @@ figdir = figures docname = totem lang = es omffile = totem-es.omf -entities = totem.xml legal.xml +entities = legal.xml include $(top_srcdir)/xmldocs.make diff --git a/help/ru/Makefile.am b/help/ru/Makefile.am index 8d51c8261..0b00014c9 100644 --- a/help/ru/Makefile.am +++ b/help/ru/Makefile.am @@ -4,7 +4,7 @@ figdir = figures docname = totem lang = ru omffile = totem-ru.omf -entities = totem.xml legal.xml +entities = legal.xml include $(top_srcdir)/xmldocs.make @@ -48,7 +48,7 @@ install-data-hook-omf: uninstall-local-omf: -for file in $(srcdir)/*.omf; do \ basefile=`basename $$file`; \ - rm -f $(omf_dest_dir)/$$basefile; \ + rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \ done -rmdir $(omf_dest_dir) -scrollkeeper-update -o $(DESTDIR)$(omf_dest_dir) |