- Update to version 1.3-20210530:
+ amend adjustment to inputbox height so the autosized dimensions
match older versions (boo#1184503).
+ improve configure checks, to reduce warnings during those checks
+ updated translations.
- Changes from version 1.3-20210509:
+ improve configure checks, e.g., for libtool version
- Changes from version 1.3-20210324:
+ add configure option --enable-stdnoreturn to build when C11
_Noreturn feature is enabled in recent ncurses development.
- Changes from version 1.3-20210319:
Updated translations.
OBS-URL: https://build.opensuse.org/request/show/900363
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=53
- Update to 1.2-20150920
* decrease table value for minimum number of arguments for the
widgets which use --no-items option
* update configure macros:
+ use $SHELL consistently, deprecate non-POSIX shell
+ PKG_CONFIG may simply be unset - fix
+ add option to allow changing ABI version, from ncurses6.
* fixes for two autoconf macros, CF_ADD_INCDIR and
CF_NCURSES_CONFIG from work on ncurses.
* build-fix for NetBSD curses
- Fix typo in previous changelog entry
- Update to 1.2-20150513
OBS-URL: https://build.opensuse.org/request/show/334367
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=34
- Add gpg signature
- Update to 1-2-20150513
+ add configure option --with-install-prefix, like ncurses.
+ add --with-screen and related configure options from ncurses-examples
to allow building with ncurses6 test-packages.
+ update configure macros for improved coding style from lynx changes.
+ updated ro.po from
http://translationproject.org/latest/dialog/
+ update config.guess, config.sub
> patches by Florent Rougon:
+ fix two bugs in the "--file" option.
+ When the number of arguments read from the included file is 0, the
code used to just skip over '--file' and its argument instead of
removing them from the argument list, causing "Error: Unknown
option --file" later on.
+ In the alternative case (at least one argument read from the file),
the previous code used to do '--j;' in order to "force rescan" of
the inserted arguments. However, control then flowed to outer
blocks where a '++j;' counteracted this measure, causing "Error:
Unknown option --msgbox" (for instance) later on.
+ modify escaping in argv.c to be more uniform, whether or not the
backslash is found within a parameter.
OBS-URL: https://build.opensuse.org/request/show/308342
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=32
- Update to version 1.2-20130928
+ fix a regression in gauge widget from 1.2-20130928 changes;
dlg_reallocate_gauge() failed when no --title option was given
- Changes from 1.2-20130923
+ fix samples/inputbox6-utf8, which had depended unnecessarily on bash.
+ improve memory caching for wide-character manipulation in gauge
widget
+ add dlg_reallocate_gauge
+ updated configure macros to use msys changes from ncurses.
+ update config.guess, config.sub
- Changes from 1.2-20130902
+ modify makefile rule to make the ".png" filenames created by groff
predictable.
+ add option --help-tags to allow scripts to get the item's tag field
consistently from help- and help-item button results rather than
getting the item's text for the latter
+ correct manpage discussion of DIALOG_ITEM_HELP versus --item-help,
as well as --help-button return status
+ correct limit used for --hline option
+ do not print empty "[]" if a --hline option was given with an empty
value
+ miscellaneous configure script fixes/updates. In particular, add
option --with-shared which builds shared libraries without a libtool
dependency.
+ add FreeBSD port-files for test-builds.
+ update lt.po, add fa.po from
http://translationproject.org/latest/dialog/
+ update config.guess, config.sub
- Changes from 1.2-20130523
+ modify ifdef in arrows.c to work around packages which use the
wide-character ncursesw headers with the ncurses library
+ correct workaround for xterm alternate-screen to work with/without
the fix made in ncurses that makes putp() always write to the
standard output (Debian #708829).
+ improve limit-checks for checklist, in case the dialog is resized
+ add --last-key option ( Debian #697607).
- Changes from 2013/03/15
+ update zh_TW.po, add an.po from
http://translationproject.org/latest/dialog/
- Remove dialog-libs.patch; fixed on upstream release
OBS-URL: https://build.opensuse.org/request/show/210955
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=25