SHA256
1
0
forked from pool/dialog
dialog/dialog.changes

265 lines
9.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri May 22 07:29:30 UTC 2015 - mpluskal@suse.com
- 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.
-------------------------------------------------------------------
Thu Mar 5 08:05:24 UTC 2015 - werner@suse.de
- Hack around bug in libtool as it seems to be broken in shell
function func_lalib_unsafe_p() as this does only work if a
file descriptor 0 exists.
-------------------------------------------------------------------
Wed Mar 4 14:26:46 UTC 2015 - werner@suse.de
- Update to version 1.2-20150225
+ modify gauge widget to keep from erasing a second gauge widget, e.g.,
via the "--and-widget" option. This is a cosmetic change to match
behavior of dialog 1.0 (report by Jason Orendorf).
+ add configure option "--with-man2html"
+ add configure options for versioned symbols, from ongoing work on
ncurses.
+ update configure macros, e.g., for shared libraries
- Changes from 1.2- 20150125
+ suppress highlighting of character which denotes an abbreviation or
shortcut for the OK/Cancel and other buttons for these widgets, which
use abbreviations for the list shown on the screen: buildlist,
checklist/radiobox, menubox, treeview (Debian #775295).
+ add grid up/left and down/right bindings in editbox.c as synonyms for
field prev and next, respectively when handling the OK/Cancel buttons
(Debian #775294).
-------------------------------------------------------------------
Sun Jan 4 19:05:54 UTC 2015 - p.drouand@gmail.com
- Update to version 1.2-20140911
+ correct malloc-size for change to prgbox.
Accepting request 210955 from home:posophe:branches:Base:System - 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
2013-12-16 17:55:06 +01:00
-------------------------------------------------------------------
Thu Dec 12 23:36:02 UTC 2013 - p.drouand@gmail.com
- 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
-------------------------------------------------------------------
Fri Jun 21 13:56:57 UTC 2013 - werner@suse.de
- Require terminfo-base and suggest terminfo to have on many or on
mostly all terminals valid line graphics (bnc#826171)
-------------------------------------------------------------------
Thu Feb 28 11:09:22 UTC 2013 - werner@suse.de
- Re-add patch dialog-1.2-20121230.dif: Fix problem with moving
shadows during terminal resize
- Use a /etc/dialogrc for openSUSE default coloring/shadow defaults
- Re-add Korean language message file
-------------------------------------------------------------------
Fri Feb 22 22:20:50 UTC 2013 - dmitry_r@opensuse.org
- Update to version 1.2-20121230
* See included CHANGES file for detailes
-------------------------------------------------------------------
Fri Feb 22 22:01:06 UTC 2013 - dmitry_r@opensuse.org
- Fix libraries
* dialog-libs.patch
-------------------------------------------------------------------
Thu Jan 31 16:15:05 UTC 2013 - cfarrell@suse.com
- license update: LGPL-2.1
See e.g. editbox.c
-------------------------------------------------------------------
Sun Jan 27 18:34:25 UTC 2013 - dmitry_r@opensuse.org
- Build with libtool using
- Add devel package
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
-------------------------------------------------------------------
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Wed Sep 8 14:42:50 CEST 2010 - werner@suse.de
- Disable gpm as it is not used for long time
-------------------------------------------------------------------
Thu Jul 1 15:01:21 CEST 2010 - werner@suse.de
- Added korean po translation file (bnc#614248)
-------------------------------------------------------------------
Fri Dec 18 22:12:02 CET 2009 - jengelh@medozas.de
- Enable parallel build
-------------------------------------------------------------------
Mon Aug 18 16:34:01 CEST 2008 - werner@suse.de
- Reflect last changes in ncurses
-------------------------------------------------------------------
Thu Aug 14 11:57:19 CEST 2008 - werner@suse.de
- Update to version 1.1 patchlevel 20080727
- Use new ncurses ABI 6 which has extend mouse and color support
-------------------------------------------------------------------
Thu Apr 10 12:24:18 UTC 2008 - werner@suse.de
- Update to version 1.1 patchlevel 20080316 which includes our
shadow patch and is fully compatible with newer ncurses.
-------------------------------------------------------------------
Sat Mar 31 18:31:46 CEST 2007 - rguenther@suse.de
- Add gpm BuildRequires
------------------------------------------------------------------
Mon Jul 10 16:21:33 CEST 2006 - werner@suse.de
- Update to new version 1.0 (20060221 TD)
------------------------------------------------------------------
Wed Jan 25 21:35:28 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
------------------------------------------------------------------
Tue Apr 6 14:32:38 CEST 2004 - werner@suse.de
- More about shadows: Make them resizable.
------------------------------------------------------------------
Thu Apr 1 18:40:10 CEST 2004 - werner@suse.de
- Update to UTF-8 workable version, use wide char version (#37850)
------------------------------------------------------------------
Sun Jan 11 09:39:01 CET 2004 - adrian@suse.de
- add %defattr
-------------------------------------------------------------------
Thu Jun 12 16:02:41 CEST 2003 - coolo@suse.de
- use BuildRoot
- package translations too
-------------------------------------------------------------------
Wed Jan 8 17:29:13 CET 2003 - werner@suse.de
- Fix bug#22787: Update to new version 0.92b (20020814 TD)
- Correct shadow support
-------------------------------------------------------------------
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
- removed bogus self-provides
-------------------------------------------------------------------
Sat Feb 26 00:02:17 CET 2000 - werner@suse.de
- Do not highlight shadows
-------------------------------------------------------------------
Fri Feb 25 14:47:05 CET 2000 - werner@suse.de
- ioctl: if stdout is not a tty try stdin
- Make PageUp and PageDown work as Up and Down in menubox,
checkbox, and radiobox.
-------------------------------------------------------------------
Thu Feb 24 20:39:30 CET 2000 - werner@suse.de
- Security fix in gauge menu
- /usr/man -> /usr/share/man
- Small optimations for several ncurses versions
- Use RPM_OPT_FLAGS
- Make DEL/BS work on any terminal even if terminfo is broken
- Make dialogrc dump work again
- Make shadow work and enable shadow support
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
----------------------------------------------------------------------
Fri Aug 23 16:13:49 MET DST 1996 - florian@suse.de
just recompiled for newer ncurses