Merge branch 'maint'

This commit is contained in:
Lukas Fleischer 2013-02-09 14:11:22 +01:00
commit 720189d03f
3 changed files with 18 additions and 1 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
[09 Feb 2013]
Version 3.1.4:
- Bug fixes:
* Do not prompt for a todo after adding an appointment.
* Close key binding window when reassigning the same key (thanks to Michael
Smith for submitting a patch).
* Update copyright ranges.
* Do not ignore "--datarootdir" in the i18n Makefile.
[02 Feb 2013] [02 Feb 2013]
Version 3.1.3: Version 3.1.3:
- Bug fixes: - Bug fixes:

View File

@ -30,6 +30,11 @@
# #
autopoint --force autopoint --force
if ! grep -F -q datarootdir po/Makefile.in.in
then
sed -i '/^datadir =/i\
datarootdir = @datarootdir@\' po/Makefile.in.in
fi
aclocal -I m4 aclocal -I m4
autoheader autoheader
automake --foreign --copy --add-missing automake --foreign --copy --add-missing

View File

@ -149,7 +149,7 @@ Install process
First you need to gunzip and untar the source archive: First you need to gunzip and untar the source archive:
---- ----
$ tar zxvf calcurse-3.1.3.tar.gz $ tar zxvf calcurse-3.1.4.tar.gz
---- ----
Once you meet the requirements and have extracted the archive, the install Once you meet the requirements and have extracted the archive, the install