Skip to content

Commit

Permalink
Bump to release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p-gen committed Aug 20, 2023
1 parent a4c441d commit ef99978
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 11 deletions.
31 changes: 31 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>.
#
Expand Down Expand Up @@ -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='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0

0 comments on commit ef99978

Please sign in to comment.