This file is indexed.

/usr/share/doc/urwid-satext/CHANGELOG is in python-urwid-satext 0.6.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
All theses changelog are not exhaustive, please check mercurial repository for more details.

v 0.6.1 (12/07/2016):
	- FileDialog: fixed unicode

v 0.6.0 (02/12/2015):
	- menus management improvment
	- GenericList: better 'change' signal handling, added GenericList.contents property
	- TabsContainer: allows to select a tab when adding it
	- FileDialog: a message can now be displayed above the file selector
	- NotificationBar: removePopUp allows to remove a widget in the queue
	- GenericDialog buttons callbacks can be set after widget creation
	- various fixes

v 0.4.1 (15/09/2014):
	- fixed forgotten files in MANIFEST.in

v 0.4.0 (08/09/2014):
	- updates to follow Urwid changes
	- addLenu can add a category without item
	- ConfirmDialog can manage a body
	- new shortcuts management class
	- FocusFrame refactoring
	- new FocusPile
	- new UnselectableListBox
	- new AlwaysSelectableText
	- SelectableText can be unselectable when empty
	- focus fixes
	- various fixes

v 0.3.0 (26/02/2014):
	- updates for recent Urwid (> 1.1.0)
	- updated deprecated FlowWidget use
	- new ListOption, to manage labels and values
	- removed __valid_text workaround
	- added TableContainer

v 0.2.0 (09/01/2013):
	- new ModalEdit (manage modes à la vi)
	- new "dir" style FileDialog
	- Password now use AdvancedEdit
	- fixed missing CHANGELOG in MANIFEST.in

v 0.1.2 (08/10/2011):
	Urwid 1.0.0 missing is_mouse_press fix

v 0.1.1 (02/10/2011):
	Urwid 1.0.0 fix

v 0.1.0 (12/01/2011):
    ** FIRST PUBLIC RELEASE ** (splitted from Salut à Toi project)