summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-12-11 23:28:01 +0100
committerpgen <p.gen.progs@gmail.com>2016-12-11 23:28:01 +0100
commite3adab5414ec6dfdf4d27b6f9e7d496e16d67aa0 (patch)
treeadbbc3d2f6e1ea9102fb33bbe3f10abc1b361642
parent83a621695ceff472c039c71847744e8a4eef3343 (diff)
Bump to version 0.9.8v0.9.8
-rw-r--r--ChangeLog21
-rwxr-xr-xconfigure20
-rw-r--r--version2
3 files changed, 32 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 250d0d7..10ae176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Sun Dec 11 20:00:20 UTC 2016 - p.gen.progs@gmail.com
+
+- Version 0.9.8
+* Change the cursor aspect when the selected word is tagged
+* Add a small animated gif demo
+* Fix a potential infinite loop
+* Use custom fgetc/ungetc to be able to safely push back more than one byte
+* Add libtinfo in the searched libraries an regenerate configure
+* Manage conflicts between -C, -R, -c, -l, and -t
+* Improve and fix the help line display
+* Add a -T option to enable a tagging (multi-selections) mode
+* Add the -? option to only display the synopsys
+* Adjust the code so that it can be compiled with an ansi compiler
+* Put the searched line in the middle of the displayed window if possible
+* Add a -k option to prevent trimming spaces
+* Fix the -s option
+* When not in search mode, any key except '?' should quit the help mode
+* Add a new example: yesno
+* Fix an off-by-one error when using -c and -w together
+* And many other minor changes and fixes
+
-------------------------------------------------------------------
Sun Mar 13 09:28:52 UTC 2016 - p.gen.progs@gmail.com
diff --git a/configure b/configure
index 82fe797..1901b81 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for smenu 0.9.1.
+# Generated by GNU Autoconf 2.69 for smenu 0.9.8.
#
# Report bugs to <p.gen.progs@gmail.com>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='smenu'
PACKAGE_TARNAME='smenu'
-PACKAGE_VERSION='0.9.1'
-PACKAGE_STRING='smenu 0.9.1'
+PACKAGE_VERSION='0.9.8'
+PACKAGE_STRING='smenu 0.9.8'
PACKAGE_BUGREPORT='p.gen.progs@gmail.com'
PACKAGE_URL=''
@@ -1267,7 +1267,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures smenu 0.9.1 to adapt to many kinds of systems.
+\`configure' configures smenu 0.9.8 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1333,7 +1333,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of smenu 0.9.1:";;
+ short | recursive ) echo "Configuration of smenu 0.9.8:";;
esac
cat <<\_ACEOF
@@ -1424,7 +1424,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-smenu configure 0.9.1
+smenu configure 0.9.8
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1847,7 +1847,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by smenu $as_me 0.9.1, which was
+It was created by smenu $as_me 0.9.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2713,7 +2713,7 @@ fi
# Define the identity of the package.
PACKAGE='smenu'
- VERSION='0.9.1'
+ VERSION='0.9.8'
cat >>confdefs.h <<_ACEOF
@@ -5436,7 +5436,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by smenu $as_me 0.9.1, which was
+This file was extended by smenu $as_me 0.9.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5502,7 +5502,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-smenu config.status 0.9.1
+smenu config.status 0.9.8
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/version b/version
index f374f66..e3e1807 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.9.1
+0.9.8