[gnome-documents] release: prepare for 3.7.3



commit 6abe431c6f467449718394d1fee02995dd73f99c
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Dec 17 17:18:06 2012 +0100

    release: prepare for 3.7.3

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ee5d27a..9cf66b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.7.3 - "The Giant Undertow"
+============================
+
+- Update search provider to org.gnome.Shell.SearchProvider2 interface
+- Perform application search when launched from a shell search and "back"
+  is pressed
+- Show page selector OSD also when not in fullscreen mode
+- Don't use a timeout logic for OSD preview controls, show/hide them on click
+- Don't show document page numbers in toolbar
+- Don't activate fullscreen on double click
+- Use paging instead of a continuous mode to display documents
+- Make find bar buttons insensitive when there are no matches to scroll
+- Remove white flashspot when switching window mode
+- Automatically fullscreen when maximized and a preview is opened
+- Use unicode ellipsis instead of three ASCII periods (Debarshi Ray)
+- Don't show "New and Recent" in the toolbar all the time (William Jon McCann)
+- Set versions for GJS imports (Colin Walters)
+- Simplify launch scripts (Colin Walters)
+
 3.7.2 - "Death and Resurrection Show"
 =====================================
 
diff --git a/configure.ac b/configure.ac
index 49a76fc..0861d12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.63)
-AC_INIT([gnome-documents],[3.7.2],[],[gnome-documents])
+AC_INIT([gnome-documents],[3.7.3],[],[gnome-documents])
 
 AM_CONFIG_HEADER(config/config.h)
 AC_CONFIG_SRCDIR([src/main.js])
@@ -55,7 +55,7 @@ GTK_MIN_VERSION=3.5.5
 GOBJECT_INTROSPECTION_MIN_VERSION=1.31.6
 GDATA_MIN_VERSION=0.13.1
 GOA_MIN_VERSION=3.2.0
-CLUTTER_GTK_MIN_VERSION=1.3.2
+CLUTTER_GTK_MIN_VERSION=1.4.2
 CLUTTER_MIN_VERSION=1.10
 TRACKER_MIN_VERSION=0.13.1
 ZAPOJIT_MIN_VERSION=0.0.2



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]