From eff1fe635b44963641c7354cac49d8b6d51bb84b Mon Sep 17 00:00:00 2001 From: pgen Date: Sun, 8 Apr 2018 20:32:24 +0200 Subject: Bump to release 0.9.12 --- ChangeLog | 23 +++++++++++++++++++++++ Makefile.in | 6 +++--- configure | 20 ++++++++++---------- examples/lvm_menu/screenshot.png | Bin 6069 -> 4806 bytes examples/yesno/screenshot.png | Bin 7716 -> 4476 bytes version | 2 +- 6 files changed, 37 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf7998a..c4bab9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +- Version 0.9.12 +* Fix the cursor restoration +* Fix a Solaris incompatibility +* Fix italic handling +* Fix the replacement of subexpressions (-S,-I,-E) +* Fix a bug in the columns inclusion logic +* Fix the impossibility to use the letter 't' in search mode +* Fix possible display errors when the terminal is resized +* Make sure that the timers does not alter the redrawing of the window +* Add word numbering to allow direct access through their number (-N,-U,-F,-D) +* Improve The manual +* Allow the \u notation for UTF-8 characters in more places +* Improve the -T option and add the related -P option +* Add the -p for use with the -P and -T options +* The gutter option (-g) now accepts a parameter +* Adopt the NO_COLOR standard (http://no-color.org) +* Improve the navigation by understanding more keys and key combinations +* Understand CTRL+L to redraws the window in case of corruption +* Exit from search mode when a direction key is hit +* Adjust some values of timers +* Remove deprecated directives in -C and -L +* Various other small fixes and improvments + - Version 0.9.11 * Introduce the new \u notation for UTF-8 hex sequences * Non-printable characters with an escape form are expanded diff --git a/Makefile.in b/Makefile.in index 78cf916..5f83194 100644 --- a/Makefile.in +++ b/Makefile.in @@ -84,9 +84,9 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ $(srcdir)/config.h.in $(srcdir)/smenu.spec.in \ $(top_srcdir)/build-aux/depcomp $(dist_man_MANS) ChangeLog \ - TODO build-aux/config.guess build-aux/config.sub \ - build-aux/depcomp build-aux/install-sh build-aux/missing \ - $(top_srcdir)/build-aux/config.guess \ + TODO build-aux/compile build-aux/config.guess \ + build-aux/config.sub build-aux/depcomp build-aux/install-sh \ + build-aux/missing $(top_srcdir)/build-aux/config.guess \ $(top_srcdir)/build-aux/config.sub \ $(top_srcdir)/build-aux/install-sh \ $(top_srcdir)/build-aux/missing diff --git a/configure b/configure index ccf2715..ce36a3b 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.11. +# Generated by GNU Autoconf 2.69 for smenu 0.9.12. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='smenu' PACKAGE_TARNAME='smenu' -PACKAGE_VERSION='0.9.11' -PACKAGE_STRING='smenu 0.9.11' +PACKAGE_VERSION='0.9.12' +PACKAGE_STRING='smenu 0.9.12' PACKAGE_BUGREPORT='p.gen.progs@gmail.com' PACKAGE_URL='' @@ -1275,7 +1275,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.11 to adapt to many kinds of systems. +\`configure' configures smenu 0.9.12 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1345,7 +1345,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of smenu 0.9.11:";; + short | recursive ) echo "Configuration of smenu 0.9.12:";; esac cat <<\_ACEOF @@ -1436,7 +1436,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -smenu configure 0.9.11 +smenu configure 0.9.12 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1859,7 +1859,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.11, which was +It was created by smenu $as_me 0.9.12, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2725,7 +2725,7 @@ fi # Define the identity of the package. PACKAGE='smenu' - VERSION='0.9.11' + VERSION='0.9.12' cat >>confdefs.h <<_ACEOF @@ -5618,7 +5618,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.11, which was +This file was extended by smenu $as_me 0.9.12, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5684,7 +5684,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.11 +smenu config.status 0.9.12 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/examples/lvm_menu/screenshot.png b/examples/lvm_menu/screenshot.png index 5d98376..758b7c2 100644 Binary files a/examples/lvm_menu/screenshot.png and b/examples/lvm_menu/screenshot.png differ diff --git a/examples/yesno/screenshot.png b/examples/yesno/screenshot.png index 3e10b60..8b31b8d 100644 Binary files a/examples/yesno/screenshot.png and b/examples/yesno/screenshot.png differ diff --git a/version b/version index 8225a4b..583b27a 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.9.11 +0.9.12 -- cgit v1.2.3