aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-06-20 23:19:52 +0300
committerSergey Poznyakoff <gray@gnu.org>2015-06-20 23:32:54 +0300
commit8c13b3fe9a3c64471f3e2d0c07a9045c67c6269b (patch)
tree5169521d6bccdd8846d3fd77b9190655f6e1fff0
parentf59f778ea485064a6679892c10c1fd7c9dd65a13 (diff)
downloadsmap-8c13b3fe9a3c64471f3e2d0c07a9045c67c6269b.tar.gz
smap-8c13b3fe9a3c64471f3e2d0c07a9045c67c6269b.tar.bz2
Version 2.0
-rw-r--r--NEWS10
-rw-r--r--configure.ac10
-rw-r--r--src/smapc.c5
3 files changed, 13 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 2be4a49..efe0707 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,3 @@
-Smap NEWS -- history of user-visible changes. 2014-08-24
-Copyright (C) 2006-2010, 2014 Sergey Poznyakoff
+Smap NEWS -- history of user-visible changes. 2015-06-20
+Copyright (C) 2006-2010, 2014-1015 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -7,3 +7,3 @@ Please send Smap bug reports to <gray+smap@gnu.org.ua>
-Version 1.1.90, Git
+Version 2.0, 2015-06-20
@@ -11,2 +11,4 @@ Version 1.1.90, Git
+* mailutils: Requires 2.99.98 or later
+
@@ -74,3 +76,3 @@ Copyright information:
-Copyright (C) 2006, 2007, 2008, 2009 Sergey Poznyakoff
+Copyright (C) 2006-2010, 2014-1015 Sergey Poznyakoff
diff --git a/configure.ac b/configure.ac
index b39e917..73b2d8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,3 @@
# This file is part of Smap. -*- autoconf -*-
-# Copyright (C) 2010, 2014 Sergey Poznyakoff
+# Copyright (C) 2010, 2014, 2015 Sergey Poznyakoff
#
@@ -17,5 +17,5 @@
AC_PREREQ(2.63)
-m4_define([SMAP_VERSION_MAJOR], 1)
-m4_define([SMAP_VERSION_MINOR], 1)
-m4_define([SMAP_VERSION_PATCH], 90)
+m4_define([SMAP_VERSION_MAJOR], 2)
+m4_define([SMAP_VERSION_MINOR], 0)
+dnl m4_define([SMAP_VERSION_PATCH], 90)
AC_INIT([smap],
@@ -103,3 +103,3 @@ AC_ARG_WITH([mailutils],
if test $status_mailutils != no; then
- AM_GNU_MAILUTILS(2.0, [all cfg auth],
+ AM_GNU_MAILUTILS(2.99.98, [all cfg auth],
[status_mailutils=yes],
diff --git a/src/smapc.c b/src/smapc.c
index 3beaa63..88ddb0c 100644
--- a/src/smapc.c
+++ b/src/smapc.c
@@ -481,3 +481,3 @@ _command_generator(const char *text, int state)
static char **
-_command_completion(char *cmd, int start, int end)
+_command_completion(const char *cmd, int start, int end)
{
@@ -646,4 +646,3 @@ read_eval_loop(FILE *fp, int interactive)
rl_readline_name = smap_progname;
- rl_attempted_completion_function =
- (CPPFunction*) _command_completion;
+ rl_attempted_completion_function = _command_completion;
read_history(get_history_file_name());

Return to:

Send suggestions and report system problems to the System administrator.