blob: 07bd2ef780c758fd931323af128bdfb17523755d (
plain)
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
52
|
### python-caja 1.21.0
* Translations update
* disable deprecation warnings for distcheck
### python-caja 1.20.0
* Translations update
### python-caja 1.19.0
* Translations update
* use standard python exception message
* Added gi.require_version()
### python-caja 1.18.0
* Translations update
* support GTK+3 only: require Caja 1.17.1 and pygobject-3.0
* drop ancient check for Python 2.5, not needed these days
### python-caja 1.16.0
* Examples: fix Caja crash on loading background-image
extension
* Examples: various fixes
* Translations update
### python-caja 1.14.0
* Expose filenames of Python extensions to Caja
(needed for showing each Python extension as
a separate entry in the extensions list)
* Fix missing icon in About dialog
* Fix Changelog generation
### python-caja 1.12.0
* Translations update
### python-caja 1.10.0
* Bugfixes
* Add about window for caja extensions tab
### python-caja 1.8.1 Bugfix release
* Use pkg-config for python detection and variables
### python-caja 1.8.0
* Bugfixes
|