~ubuntu-branches/ubuntu/vivid/newt/vivid

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-11-08 14:50:00 UTC
  • mfrom: (2.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20121108145000-0yfrol7obct0jufq
Tags: 0.52.14-11ubuntu1
* Merge with Debian; remaining changes:
  - Port python module to python3.
  - Fix installation for multiple python3 versions.
  - Move libnewt to /lib and whiptail to /bin so they can be used by
    friendly-recovery on systems that have a separate /usr.
  - debian/libnewt0.52.install, debian/libnewt0.52.postinst,
    debian/palette => debian/palette.original:
    - move palette from /usr to /etc such that they can be edited by an
      admin.
* Configure --with-colorsfile=/etc/newt/palette.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
***************
 
2
THIS FILE IS OBSOLETE -- UPDATE THE SPEC FILE INSTEAD
 
3
***************
 
4
 
 
5
0.59 -> 0.50.10
 
6
        - added support for help
 
7
        - added cusor on/off stuff
 
8
 
 
9
0.57 -> 0.59
 
10
        - minor fixes
 
11
 
 
12
0.55 -> 0.56
 
13
        - added newtCheckboxTreeSetEntry(), newtCheckboxTreeGetEntryValue()
 
14
          and newtCheckboxTreeSetEntryValue()
 
15
        - checkboxtree callbacks
 
16
        - if collapsing branches at the end of the list and list length
 
17
          is larger then height, move first visible entry accordingly
 
18
        - allow selection of all checkboxes on current branch
 
19
        - snack bindings for the above
 
20
 
 
21
0.54 -> 0.55
 
22
        - added newtCheckboxTreeGetCurrent() and snack bindings
 
23
        - updated snack stuff to allow manual placement of grid
 
24
          wrapped windows
 
25
 
 
26
0.53 -> 0.54
 
27
        - fix segfault in newtRadioGetCurrent
 
28
 
 
29
0.52 -> 0.53
 
30
        - place cursor in checkboxtree's more carefully
 
31
 
 
32
0.51 -> 0.52
 
33
        - listbox bug fixes
 
34
 
 
35
0.50 -> 0.51
 
36
        - added newtFormSetTimer() (and test case, and python)
 
37
        - checkboxtree's could improperly leave info from closed trees
 
38
          at the end of the display
 
39
 
 
40
0.40 -> 0.50
 
41
        - added CheckboxTree widget
 
42
        - vastly improved python bindings
 
43
 
 
44
0.30 -> 0.40
 
45
        - GPM mouse support added
 
46
 
 
47
0.30 -> 0.31:
 
48
        - pgdn could core dump on short textboxes
 
49
 
 
50
0.25 -> 0.30:
 
51
        - newtDrawRootText() didn't use the specified position properly
 
52
        - removed relics of original listbox code still handing around
 
53
          checkbox.c
 
54
        - renamed DOBORDER flag to simply BORDER
 
55
        - listboxes no longer scroll by default
 
56
        - newtListboxSetEntry() uses a key, not an index
 
57
        - listbox scrollbars should work properly in borders