summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-05-27 10:19:12 -0500
committerShaun McCance <shaunm@gnome.org>2010-05-27 10:19:12 -0500
commitf9db8a1a5bbd2c84d366afcb12656a88915c8178 (patch)
tree7d3aab4b6921ee1180df49ca2fa00198ab1b089e
parentb7b28c6b59b29d168002f3cdfff45c6cde920ca0 (diff)
downloadyelp-2.31.3.tar.gz
Version 2.31.32.31.3
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c509d425..a184e3bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Changes in 2.31.3:
+------------------
+* Added DocBook 5 support (Brian M. Carlson)
+* Accept dragged documents on Yelp windows
+* Context-sensitive right-click menus
+* Store scroll positions in back/forward list
+* Basic print support added
+* Better handling of plain text documents
+* Added emblems to drop-downs on bookmarked locations
+* Updated LZMA decoder to the new API (Javier Jardón)
+* Compile-time options for lzma and bz2
+* Color animation on search entry when focused
+* Find bar added, slides in from bottom
+* Ctrl+S now starts a search
+* Fixed some issues with page titles not being displayed
+* Fixes for relative links in HTML documents
+* Automatically update bookmarks icons and titles
+* Use new common HTML output from yelp-xsl
+* Fixed issue that prevented primary window from being used
+* Updated translations:
+ es (Jorge González)
+ gl (Fran Diéguez)
+ id (Andika Triwidada)
+ or (Manoj Kumar Giri)
+ sl (Matej Urbančič)
+
Changes in 2.31.2:
------------------
* Location entry completions are sorted by icon and title.
diff --git a/configure.ac b/configure.ac
index a5ecb1f8..bf9509dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[2.31.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[2.31.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])