- Update to version v1.58
* Fixed bug in fields value persistency.
* Added CCFE_IWD environment variable (CCFE Invocation Working
Directory).
* Some cosmetics changes to several output.
* Some changes were made to ccfe(1), ccfe_menu(5) and
ccfe_form(5) manual pages.
version 1.57
* Fixed bug in init{} block: bad values initialization if they
contains '=' character.
* Added the ability to call forms from menus using arguments,
(until this version, it was possible only calling forms from
forms).
* Changed default ccfe.conf: removed terminal-dependent settings
and moved old ccfe.conf as ccfe.conf.console in samples
directory.
* Some changes were made to ccfe(1) and ccfe.conf(5) manual
pages.
version 1.56
* Added <Shift>+<Tab> key functionality, and extended the
ability to browse forward and backward the list of accepted
values (with <Tab> and <Shift>+<Tab>) to any field where
attribute list_cmd has source-type=const and
list-type=single-val.
* Added the metacharacter "*" to refer to all fields IDs in form
actions: now is possible to refer to them with "%{*}" instead
"%{id_0}%{id_1}...%{id_N}".
* Some changes were made to ccfe(1), ccfe.conf(5) and
ccfe_form(5) manual pages.
- Refreshed ccfe-destdir.patch
- Spec cleanup
OBS-URL: https://build.opensuse.org/request/show/573693
OBS-URL: https://build.opensuse.org/package/show/utilities/ccfe?expand=0&rev=7
99 lines
3.7 KiB
Plaintext
99 lines
3.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Feb 7 12:14:19 UTC 2018 - aloisio@gmx.com
|
|
|
|
- Update to version v1.58
|
|
* Fixed bug in fields value persistency.
|
|
* Added CCFE_IWD environment variable (CCFE Invocation Working
|
|
Directory).
|
|
* Some cosmetics changes to several output.
|
|
* Some changes were made to ccfe(1), ccfe_menu(5) and
|
|
ccfe_form(5) manual pages.
|
|
version 1.57
|
|
* Fixed bug in init{} block: bad values initialization if they
|
|
contains '=' character.
|
|
* Added the ability to call forms from menus using arguments,
|
|
(until this version, it was possible only calling forms from
|
|
forms).
|
|
* Changed default ccfe.conf: removed terminal-dependent settings
|
|
and moved old ccfe.conf as ccfe.conf.console in samples
|
|
directory.
|
|
* Some changes were made to ccfe(1) and ccfe.conf(5) manual
|
|
pages.
|
|
version 1.56
|
|
* Added <Shift>+<Tab> key functionality, and extended the
|
|
ability to browse forward and backward the list of accepted
|
|
values (with <Tab> and <Shift>+<Tab>) to any field where
|
|
attribute list_cmd has source-type=const and
|
|
list-type=single-val.
|
|
* Added the metacharacter "*" to refer to all fields IDs in form
|
|
actions: now is possible to refer to them with "%{*}" instead
|
|
"%{id_0}%{id_1}...%{id_N}".
|
|
* Some changes were made to ccfe(1), ccfe.conf(5) and
|
|
ccfe_form(5) manual pages.
|
|
|
|
- Refreshed ccfe-destdir.patch
|
|
|
|
- Spec cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 19 00:35:27 UTC 2012 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.55:
|
|
* Added "-l" option to change library path
|
|
* Added the ability to change library path by defining environment variable
|
|
CCFE_LIB_DIR before run ccfe
|
|
* Fixed bug: sometimes "ccfe -s" produces wrong shortcuts list
|
|
* Added flag "~" in "ccfe -s" output to shortcuts referring menus and forms
|
|
in user's home directory
|
|
|
|
- changes from 1.54:
|
|
* Added "exec" action in menu items and forms to use ccfe as simple
|
|
application launcher: run external command or application and return to
|
|
O.S. when it is terminated
|
|
|
|
- changes from 1.53:
|
|
* Fixed bug loading user private instance configuration
|
|
* Added possibility to configure F11 and F12 keys
|
|
* Changed info window horizontal position to better center-alignment
|
|
|
|
- changes from 1.52:
|
|
* Fixed bug: segmentation fault on x86_64 architecture
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 04 15:00:24 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.51:
|
|
* fixed bug: log file filemode forced to 0600
|
|
* added "persist" field attribute to save fields value between CCFE
|
|
executions
|
|
* added "PERS_WRITE_ERROR_TITLE" and "PERS_WRITE_ERROR_MSG" in messages
|
|
definition file
|
|
* some changes were made to ccfe(1), ccfe_form(5) and ccfe_menu(5) manual
|
|
pages
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 02 22:27:26 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.50:
|
|
* fixed bug: sometimes CWD not correct when executing scripts located in
|
|
$HOME/.ccfe subdirectory
|
|
* some minor changes were made to ccfe(1) manual page
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 26 22:08:41 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.49:
|
|
* fixes a bug in the Output Browser screen: lines exactly as long as the
|
|
screen width were followed by an empty line
|
|
* improved configuration files parsing for better diagnostics (when debugging
|
|
is enabled)
|
|
* adds an "end_marker" configuration parameter in the browser_global{}
|
|
section
|
|
* some changes were made to the ccfe.conf(5) manual page
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 27 18:57:45 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (1.48)
|
|
|