dialog (0.9a-20020309a-1) unstable; urgency=low
dialog (0.9a-20020309a-1) unstable; urgency=low

  * New upstream release. Some changes:
  - Added --timeout option.
  - checklist and menubox now ignore empty button labels. (Bug #134388).
    This should allow modconf to depend on dialog or whiptail.
  * Added some more examples to /usr/share/doc/dialog/examples.

 -- Santiago Vila <sanvila@debian.org>  Sun, 10 Mar 2002 15:34:08 +0100

dialog (0.9a-20011202-1) unstable; urgency=low

  * New upstream release. Some changes:
  - Added --ok-label and --cancel-label options.
  - A global rc file /etc/dialogrc is now supported.

 -- Santiago Vila <sanvila@debian.org>  Mon,  3 Dec 2001 17:13:35 +0100

dialog (0.9a-20011111-1) unstable; urgency=low

  * New upstream release. From the upstream changelog:
  - modify command-line parsing to allow a "--" argument to act as an
    escape, so the next argument is not recognized as an option if it
    begins with "--".  This is apparently one of popt's undocumented
    features, upon which some Debian scripts depend (See Bug#116642).
  * Added support for DEB_BUILD_OPTIONS. This can now be made without
    modifying the upstream makefile, since -s has been removed from the
    normal install target.

 -- Santiago Vila <sanvila@debian.org>  Mon, 12 Nov 2001 15:10:05 +0100

dialog (0.9a-20011014-2) unstable; urgency=medium

  * Fixed uninitialized use of my_output in util.c (Closes: #117177).
    Thanks a lot to Richard Braakman for the report and the patch.

 -- Santiago Vila <sanvila@debian.org>  Sat, 27 Oct 2001 18:58:56 +0200

dialog (0.9a-20011014-1) unstable; urgency=low

  * New upstream release, should fix the following bugs:
  - Allow scripts to alter the exit codes, mainly to distinguish ESC and
    ERROR exits. This is done by setting a shell variable such as DIALOG_ESC
    to a new value (Closes: #99264). 
  - Modified dialog.pl to avoid using a statically-named tempfile, allowing
    multiple processes to use this script (Closes: #110609).
  * Added new sample script msgbox2 to the examples directory.

 -- Santiago Vila <sanvila@debian.org>  Mon, 15 Oct 2001 19:58:22 +0200

dialog (0.9a-20010827-1) unstable; urgency=low

  * New upstream release, dialog --clear should now work (Closes: #110254).

 -- Santiago Vila <sanvila@debian.org>  Sat, 13 Oct 2001 20:14:15 +0200

dialog (0.9a-20010811-1) unstable; urgency=low

  * New upstream release, bug fixes plus a rewrite of tailboxbg.
  * dlg_trim_string() now retains literal newlines if the string does not
    contain "\\n" strings, and leading blanks on the resulting lines,
    for compatibility with older scripts (Closes: #102942).

 -- Santiago Vila <sanvila@debian.org>  Sun, 12 Aug 2001 17:25:06 +0200

dialog (0.9a-20010527-1) unstable; urgency=low

  * New upstream release.

 -- Santiago Vila <sanvila@debian.org>  Mon, 28 May 2001 14:30:52 +0200

dialog (0.9a-20010429-1) unstable; urgency=low

  * New upstream release, rewritten text justification code.

 -- Santiago Vila <sanvila@debian.org>  Mon, 30 Apr 2001 19:45:03 +0200

dialog (0.9a-20010415-1) unstable; urgency=low

  * New upstream release, adds calendar and timebox dialogs.
  * Added `calendar' and `timebox' to the examples directory.

 -- Santiago Vila <sanvila@debian.org>  Mon, 16 Apr 2001 16:44:26 +0200

dialog (0.9a-20010115-2) unstable; urgency=low

  * Updated config.sub for S/390 (Closes: #85810).

 -- Santiago Vila <sanvila@debian.org>  Sat, 14 Apr 2001 17:42:59 +0200

dialog (0.9a-20010115-1) unstable; urgency=medium

  * New upstream release.
  * Closes: #80641: dialog --gauge "test" 10 50 segfaults.

 -- Santiago Vila <sanvila@debian.org>  Tue, 16 Jan 2001 14:43:12 +0100

dialog (0.9a-20001217-1) unstable; urgency=high

  * New upstream release, fixes a bug in real_auto_size() introduced in
    version 20001213. (Thanks to Raphačž” Halimi for the report).

 -- Santiago Vila <sanvila@debian.org>  Mon, 18 Dec 2000 20:05:01 +0100

dialog (0.9a-20001213-1) unstable; urgency=high

  * New upstream release, featuring:
  - justify_text() now does text flow even when the string contains
    newlines (Closes: #77199).
  - Fixed manpage regarding --fselect (Closes: #77200).
  - Lock files in /tmp are now created securely (Closes: #78951).
    (Thanks to Matt Kraai, Chris Butler and Wichert Akkerman).

 -- Santiago Vila <sanvila@debian.org>  Thu, 14 Dec 2000 19:47:36 +0100

dialog (0.9a-20001027-1) unstable; urgency=low

  * New upstream release.

 -- Santiago Vila <sanvila@debian.org>  Tue,  7 Nov 2000 12:43:18 +0100

dialog (0.9a-20001017-1) unstable; urgency=low

  * New upstream release, fixes a segfault problem (Closes: #74903).

 -- Santiago Vila <sanvila@debian.org>  Thu, 19 Oct 2000 14:25:28 +0200

dialog (0.9a-20000730-1) unstable; urgency=low

  * Build-Depends: libncurses-dev, gettext.
  * New upstream release.

 -- Santiago Vila <sanvila@debian.org>  Tue, 29 Aug 2000 19:00:30 +0200

dialog (0.9a-20000629-1) unstable; urgency=low

  * New upstream release.
  * Moved to `misc' section.

 -- Santiago Vila <sanvila@debian.org>  Tue,  4 Jul 2000 12:35:47 +0200

dialog (0.9a-20000425-1) unstable; urgency=low

  * New upstream release. Some new features since the last Debian release:
  - Implemented message i18n (Closes: #54537).
  - Added --default-item option, for menubox to set the default
    selection (Closes: #49352, #49796).
  - On initialization, check if standard input is from a terminal.
    If not, open /dev/tty (Bug #57771).
  - Several usability improvements. See the upstream changelog.

 -- Santiago Vila <sanvila@ctv.es>  Wed, 26 Apr 2000 17:07:40 +0200

dialog (0.9a-20000118-3) frozen unstable; urgency=low

  * Fixed a lot of strange permissions in the doc directory.
  * Rebuilt using libncurses5.

 -- Santiago Vila <sanvila@ctv.es>  Fri, 28 Jan 2000 18:36:44 +0100

dialog (0.9a-20000118-2) frozen unstable; urgency=medium

  * Test the math library by using the `sqrt' function, since this is
    the function used in util.c. This should really allow dialog
    to be built on the m68k architecture (Bug #55553).

 -- Santiago Vila <sanvila@ctv.es>  Thu, 20 Jan 2000 18:30:40 +0100

dialog (0.9a-20000118-1) frozen unstable; urgency=medium

  * New upstream release. It fixes the following bugs:
  - Readds the --guage option for backwards compatibility, just in case.
    This option will remain undocumented, however.
  - Change 'ch' variable in tailbox.c to an integer, because it is
    compared against EOF (Bug #53157, portability problem under ARM).
  - Suppress xterm's alternate screen mode (Bug #55181).
  - Change yellow lettering on white to blue on white, since it
    offers better contrast (Bug #51196).
  - The manpage has been updated (Bug #25648).

 -- Santiago Vila <sanvila@ctv.es>  Wed, 19 Jan 2000 11:00:36 +0100

dialog (0.9a-20000101-1) unstable; urgency=low

  * New upstream release, maintained by Thomas Dickey <dickey@clark.net>.
  - The "gauge" word is now rightly spelled (reported several times).
  * Standards-Version: 3.1.1.

 -- Santiago Vila <sanvila@ctv.es>  Thu, 13 Jan 2000 12:44:16 +0100

dialog (0.9a-17) unstable; urgency=low

  * Updated GPL location in copyright file.
  * New features contributed by Joey Hess <joey@kitenet.net>:
  - Added a --passwordbox option, for entering passwords.
  - Added a --defaultno option, to change the --yesno default to `no'.

 -- Santiago Vila <sanvila@ctv.es>  Fri,  8 Oct 1999 10:45:56 +0200

dialog (0.9a-16) unstable; urgency=low

  * Fixed bug #28213: dialog --inputbox doesn't show cursor.

 -- Santiago Vila <sanvila@ctv.es>  Wed, 10 Mar 1999 13:48:54 +0100

dialog (0.9a-15) frozen unstable; urgency=low

  * checklist.c: Make sure list_height >= 1 (Bug #22239).

 -- Santiago Vila <sanvila@ctv.es>  Wed,  9 Dec 1998 21:23:09 +0100

dialog (0.9a-14) unstable; urgency=medium

  * Replaced scroll(foo) by wscrl(foo, 1) in checklist.c and menubox.c,
    since scroll is a variable. Reported by Colin Smith.
  * Removed hardcoded -I/usr/include/ncurses from CFLAGS in Makefile.
  * Rebuilt using libncurses4.

 -- Santiago Vila <sanvila@ctv.es>  Fri, 23 Oct 1998 20:51:51 +0200

dialog (0.9a-13) unstable; urgency=low

  * Added support for pgup/pgdn in menu mode, and some cleanup. Thanks to
    Zephaniah E, Hull <warp@whitestar.soark.net>, who contributed the patch.
  * Installed some examples in /usr/doc/dialog/examples.

 -- Santiago Vila <sanvila@ctv.es>  Sat, 12 Sep 1998 18:19:59 +0200

dialog (0.9a-12.0) frozen unstable; urgency=high

  * Rebuilt using latest ncurses again, so that it does not segfault.

 -- Santiago Vila <sanvila@ctv.es>  Tue, 21 Jul 1998 19:49:42 +0200

dialog (0.9a-12) frozen unstable; urgency=high

  * Rebuilt using latest ncurses. Fixes Bug #22593: dialog always segfaults.
  * Replaced guage.c by the one in dialog 0.6z, which is known to work.
    Fixes Bug #18284: unstable dialog.
  * Fixed a typo in control file (backgroud -> background).

 -- Santiago Vila <sanvila@ctv.es>  Sun, 24 May 1998 14:23:16 +0200

dialog (0.9a-11) unstable; urgency=low

  * Merged old README.debian into copyright file.
  * dialog.c: dialog_input_result printed with "%s" format.
    This was Bug #9913, fixed by Bill Mitchell, but the change was lost.
  * debian/rules and Makefile: prefix includes "usr".
  * debian/rules: make OPTIM="-O2 -g -Wall".
  * Pristine source, .depend is not removed in clean target. Instead, it
    is made zero lenght (otherwise it would not work *without* fakeroot).
  * Compressed changelog.Debian.
  * Removed debstd dependency.
  * New maintainer.
    Changes in previous non-maintainer releases:
    Vincent Renardias <vincent@waw.com>:
  * Added /usr/lib/libdialog.a library (Bug #7309).
  * Added /usr/lib/perl5/dialog.pl interface (Bug #9889).
  * Added '^U' support in input box (Bug #9915, patch by joey@debian.org).
  * Wrote patch to fix core-dumping problem (Bug #13170).
    Sven Rudolph <sr1@inf.tu-dresden.de>:
  * First libc6 release.

 -- Santiago Vila <sanvila@ctv.es>  Tue, 16 Dec 1997 13:50:16 +0100

dialog (0.9a-10) stable unstable; urgency=low

  * Reupload for stable.

 -- Santiago Vila <sanvila@ctv.es>  Tue, 24 Jun 1997 12:34:14 +0200

dialog (0.9a-9) unstable; urgency=low

  * debmake "refresh" (it was using old debstd syntax).
  * Fixed file ownerships. Should close #6922, #8303, #9727 and #9878.
  * Orphaned the package.

 -- Santiago Vila <sanvila@ctv.es>  Mon, 2 Jun 1997 12:04:42 +0200

dialog (0.9a-8) unstable; urgency=low

  * Permissions on i386 executable were incorrect (Bug #5287)

 -- Leland Lucius <llucius@debian.org>  Wed, 6 Nov 1996 18:36:11 -0800

dialog (0.9a-7) unstable; urgency=low

  * Got i386/m68k changes files screwed up.  8-(

 -- Leland Lucius <llucius@debian.org>  Sun, 3 Nov 1996 10:46:46 -0800

dialog (0.9a-6) unstable; urgency=low

  * Converted to new packaging format.
  * Corrected bug #3514.
  * Corrected bug #4385.
  * Corrected bug #4389.

 -- Leland Lucius <llucius@debian.org>  Sat, 2 Nov 1996 23:35:26 -0800

dialog (0.9a-5) unstable; urgency=low

  * Made architecture independent (Bug #3360).
  * Added extended description (Bug #3576).

 -- Leland Lucius <llucius@debian.org>  Sat, 2 Nov 1996 22:22:34 -0800

Local variables:
mode: debian-changelog
End: