[Xfce4-commits] <xfce4-dict:master> New release: 0.6.0.
Enrico Tröger
noreply at xfce.org
Thu Dec 31 01:08:04 CET 2009
Updating branch refs/heads/master
to 67b34e18e5b16fd765dce6fedd4addb9124dbdcf (commit)
from db36444a787f70bf0f256c9ee8d8a8ee6ae9b73c (commit)
commit 67b34e18e5b16fd765dce6fedd4addb9124dbdcf
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: Thu Dec 31 01:04:09 2009 +0100
New release: 0.6.0.
.gitignore | 1 +
ChangeLog | 1 +
README | 15 ++++++++++++++-
configure.in.in | 2 +-
xfce4-dict.1 | 2 +-
5 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index e9b2715..08ba84e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ missing
install-sh
compile
autom4te*
+INSTALL
diff --git a/ChangeLog b/ChangeLog
index 6abd69c..37bf74c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* lib/dict.c:
Always display spell check results on failed dictionary searches.
+ * New release: 0.6.0.
2009-12-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
diff --git a/README b/README
index 677c408..0f0f481 100644
--- a/README
+++ b/README
@@ -125,7 +125,7 @@ using "Preferred Applications" in the Xfce settings manager.
Spell checking based search
---------------------------
+---------------------------
It is also possible to verify the spelling of word using spell checking
programs like enchant or aspell (or its predecessor ispell).
@@ -133,3 +133,16 @@ To get this working you need to have the enchant, aspell or
ispell binary in your binary search path and at least one dictionary
working. If you have multiple dictionaries installed, you can
select the one to use in the preferences dialog.
+
+
+Speed Reader
+------------
+
+With the builtin Speed Reader you can train and improve your
+skills in fast reading texts. You just specify a text, define
+how many words should be displayed at once (word grouping)
+and how many words should be displayed per minute (speed rate).
+Then the words of the specified text are displayed so you can read them.
+The higher the speed rate is the faster you can read.
+
+
diff --git a/configure.in.in b/configure.in.in
index ab20027..c3c4490 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -4,7 +4,7 @@ dnl xfce4-dict
dnl
dnl version info
-m4_define([dict_version], [0.5.3])
+m4_define([dict_version], [0.6.0])
dnl init autoconf
AC_INIT([xfce4-dict], [dict_version], [http://bugzilla.xfce.org/])
diff --git a/xfce4-dict.1 b/xfce4-dict.1
index e604190..be4ae74 100644
--- a/xfce4-dict.1
+++ b/xfce4-dict.1
@@ -1,4 +1,4 @@
-.TH "XFCE4-DICT" "1" "May 09, 2009" "xfce4-dict 0.5.3" ""
+.TH "XFCE4-DICT" "1" "December 31, 2009" "xfce4-dict 0.6.0" ""
.SH "NAME"
xfce4-dict \(em a client program to query different dictionaries
.SH "SYNOPSIS"
More information about the Xfce4-commits
mailing list