summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-08-20 15:52:01 +0200
committerpgen <p.gen.progs@gmail.com>2023-08-20 15:52:01 +0200
commitef999786e90aaaac9fb04bb5098f7811c103424b (patch)
tree6e9807a40a543759d22379e4380d8595a0ecc822
parenta4c441deb3fb174a4e53e870d0e053045cf068c0 (diff)
Bump to release 1.3.0v1.3.0
-rw-r--r--ChangeLog31
-rwxr-xr-xconfigure20
-rw-r--r--version2
3 files changed, 42 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b19134..9521c16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+- Version 1.3.0
+* Fixes:
+ * Correction of an error in the calculation of the size of the longest word.
+ * Corrects the calculation of the space taken by the first direct access
+ numbers when it is explicitly specified.
+ * Increase the size of the buffer to store the scancode to prevent it
+ being truncated.
+ * Make decoding the column or row number more robust in command line analysis.
+ * Prevents the introduction of colours outside the range supported by
+ the terminal.
+* Improvements:
+ * Add the -sb|-sbw|-show_blank_words option to help display all words
+ composed entirely of spaces.
+ * Allow selection intervals to have no start or end number.
+ * In column mode, words can now be aligned left/right or centred.
+ * When numbering is active, unnumbered words are now always filled in with
+ blanks in col/line/tab mode.
+ * The -start_pattern option has been extended so that all words matching
+ the pattern can be searched directly using the Next/previous keys,
+ without having to enter search mode.
+ * The order in which -C/-R elements appear on the command line is now
+ taken into account.
+ * In column mode, columns and/or rows can have their own colour
+ and/or style.
+ Miscellaneous:
+ * Corrections and improvements to the manual.
+ * Removal of dead code.
+ * Addition of an FAQ entry on alignments.
+ * The memory consumption has been reduced.
+
+
- Version 1.2.0
* Fixes:
* Correction of word selections with the mouse in long lines.
diff --git a/configure b/configure
index 417f75d..e9a27d5 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.71 for smenu 1.2.0.
+# Generated by GNU Autoconf 2.71 for smenu 1.3.0.
#
# Report bugs to <p.gen.progs@gmail.com>.
#
@@ -611,8 +611,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='smenu'
PACKAGE_TARNAME='smenu'
-PACKAGE_VERSION='1.2.0'
-PACKAGE_STRING='smenu 1.2.0'
+PACKAGE_VERSION='1.3.0'
+PACKAGE_STRING='smenu 1.3.0'
PACKAGE_BUGREPORT='p.gen.progs@gmail.com'
PACKAGE_URL=''
@@ -1312,7 +1312,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 1.2.0 to adapt to many kinds of systems.
+\`configure' configures smenu 1.3.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1383,7 +1383,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of smenu 1.2.0:";;
+ short | recursive ) echo "Configuration of smenu 1.3.0:";;
esac
cat <<\_ACEOF
@@ -1474,7 +1474,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-smenu configure 1.2.0
+smenu configure 1.3.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1792,7 +1792,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 1.2.0, which was
+It was created by smenu $as_me 1.3.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -3067,7 +3067,7 @@ fi
# Define the identity of the package.
PACKAGE='smenu'
- VERSION='1.2.0'
+ VERSION='1.3.0'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -6821,7 +6821,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 1.2.0, which was
+This file was extended by smenu $as_me 1.3.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6889,7 +6889,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-smenu config.status 1.2.0
+smenu config.status 1.3.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
diff --git a/version b/version
index 26aaba0..f0bb29e 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.2.0
+1.3.0