summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2004-07-22 22:58:26 +0000
committerBastien Nocera <hadess@src.gnome.org>2004-07-22 22:58:26 +0000
commit59ce96bcf5d6796971672af117314c30dc43bf8f (patch)
tree4be4d579ebf439883105747b3dcaf4776877387a
parent1da16f039662508a06150bc066f8a196b69ca35c (diff)
downloadtotem-V_0_99_14.tar.gz
============ Version 0.99.14V_0_99_14
2004-07-22 Bastien Nocera <hadess@hadess.net> * NEWS: 0.99.14 * configure.in: upd
-rw-r--r--ChangeLog7
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 67060f2af..0cb4a60a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 0.99.14
+
+2004-07-22 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: 0.99.14
+ * configure.in: upd
+
2004-07-22 Bastien Nocera <hadess@hadess.net>
* src/totem.c: (on_window_key_press_event): "Open location..." and
diff --git a/NEWS b/NEWS
index 70d768b85..3a0838f4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,14 @@
New features and significant updates in version...
-???:
+0.99.14:
* Show an error when a file can't be added to the playlist
* Add a elapsed/total time label to the fullscreen controls
* Make Shift+Left/Right arrows do shorter seeks
* Add the ability to create better, bigger sized thumbnails
* Make Space as play/pause in fullscreen
+* Fix the stock icons not appearing on some platforms
+* Mime-type integration for GNOME 2.8
+* Thumbnail still images recognised as videos as images (no film holes)
* Small bug fixes
0.99.13:
diff --git a/configure.in b/configure.in
index 6a9ad4b1a..1b647951d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
-AC_INIT(totem, 0.99.13, http://bugzilla.gnome.org/enter_bug.cgi?product=totem)
+AC_INIT(totem, 0.99.14, 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)