Accepting request 370098 from home:pluskalm:branches:Base:System

- Update to 1.3-20160209

OBS-URL: https://build.opensuse.org/request/show/370098
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=36
This commit is contained in:
2016-03-18 10:07:25 +00:00
committed by Git OBS Bridge
parent c30b38afb2
commit 58e0edfda0
7 changed files with 54 additions and 23 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Mar 11 15:49:32 UTC 2016 - mpluskal@suse.com
- Update to 1.3-20160209
* modify editbox widget to add a trailing newline if the text
has none to ensure the last line is not ignored (report by
Florent Rougon).
* change mouse initialization to look for button-presses rather
than button-clicks, for better response.
* modify dump_curses_key() to show mouse-coding in readable form.
* correct mapping of mouse-clicks on the day-grid in calendar
widget when "--week-start" is used to set the start of the week
(report by Stefan Vogtner).
* integrated changes from Stefan Vogtner:
* use Gregorian algorithm for leap year
* use mktime if available; calendar was written just as it became
standard.
- Changes for version 1.3
* correct --infobox documentation, which said it shows an OK
button.
* fix a couple of place in test-scripts which referred to
$SIG_TRAP rather than $SIG_QUIT
* reorganize dialog.3, to use subsections for generating navigation
pane, using man2html
* add "--week-start" option for calendar widget (prompted by
discussion with Stefan Vogtner).
* add a limit-check in editbox.c to ensure that mouse-clicks
outside the filled-in text area do not access past the end of
the array (report by Stefan Vogtner).
* update configure macros from ncurses changes.
* update config.guess, config.sub
-------------------------------------------------------------------
Mon Sep 28 11:43:11 UTC 2015 - mpluskal@suse.com