summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan R. García Blanco <juanrgar@gmail.com>2015-04-27 21:19:55 +0200
committerJuan R. García Blanco <juanrgar@gmail.com>2015-04-27 21:19:55 +0200
commitc7864915256d835631d7c833393b638fde2dfe26 (patch)
tree4a5fd895d003413213a855690270b84ba4783089
parent96ef81d2100590f0ebbe169938ec32b032743fcb (diff)
downloadgnome-dictionary-c7864915256d835631d7c833393b638fde2dfe26.tar.gz
3.17.13.17.1
-rw-r--r--NEWS30
-rw-r--r--configure.ac2
2 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 43f54b7..8f299b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+GNOME Dictionary 3.17.1 2015-04-27
+================================================================================
+Translations
+ * cs (Marek Černocký), el (Tom Tryfonidis), et (Mattias Põldaru),
+ ja (Hajime Taira), nl (Hannie Dumoleyn)
+
+Application
+ * Pass the application pointer to the window constructor (Emmanuele Bassi)
+ * Drop homegrown app singleton (Emmanuele Bassi)
+ * Use widget templates to build GdictPrefDialog (Emmanuele Bassi)
+ * Rename the GdictPrefDialog UI definition (Emmanuele Bassi)
+ * Rename the menus UI definition file (Emmanuele Bassi)
+ * Use widget templates for GdictSourceDialog (Emmanuele Bassi)
+ * Remove compilation warnings (Juan R. García Blanco)
+ * Improve menu items sensitivity (Juan R. García Blanco)
+ * Show a spinner while loading word definitions (Juan R. García Blanco)
+ * Remove status bar (Juan R. García Blanco)
+ * Use widget templates and a header bar (Juan R. García Blanco)
+ * Move New Window to app menu (Juan R. García Blanco)
+
+Library
+ * Fix a compiler warning (Emmanuele Bassi)
+ * Add GdictDefbox::selection-changed signal (Juan R. García Blanco)
+ * Replace custom find bar with GtkSearchBar (Juan R. García Blanco)
+ * Remove extra box around GdictDefBox (Juan R. García Blanco)
+ * Do not set busy cursor in GdictDefBox (Juan R. García Blanco)
+
+Build
+ * Drop unnecessary double indirection when generating schemas (Emmanuele Bassi)
+
GNOME Dictionary 3.16.0 2015-03-22
================================================================================
Translations
diff --git a/configure.ac b/configure.ac
index 9e7ff81..67a1040 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.63)
-AC_INIT([gnome-dictionary], [3.16.1],
+AC_INIT([gnome-dictionary], [3.17.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-dictionary],
[gnome-dictionary],
[http://live.gnome.org/GnomeUtils])