blob: c1e7c5906f0cdba8b4660d47f67207de71487c87 (
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
### mozo 1.26.0
* Translations update
* update copyright to 2021
* rewrite mozo.ui from scratch
### mozo 1.25.0
* Translations update
* i18n: Do not collect the translation for Icon
* Skip Collection directory
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* add meson build files to EXTRA_DIST
### mozo 1.24.0
* bump version
### mozo 1.23.1
* Translations update
* desktop file: add missing hints for translators
* sets the required version for gettext (0.19.8)
* Add Undo and Redo buttons
* moveItem: Remove redundant code, add missing check for move mode when merging entries
* Change DragAction to MOVE
* undo/redo: Handle missing files
* Fix item drag & drop creating copies, fix undo, redo and a crash when refreshing
### mozo 1.23.0
* Translations update
* Fix DeprecationWarning ABCs from 'collections'
* Fix DeprecationWarning: cgi.escape is deprecated
* Change url project's website
* use meson to build
* Migrate from intltool to gettext
* Fix drag and drop of .desktop file
* Fix creating new menus and items
* Fix moving a menu corrupting the menu
### mozo 1.22.0
* Translations update
* Fix menu entry can not move
* Initialize Travis CI support
### mozo 1.21.1
* Translations update
* disable deprecation warnings for distcheck
* Remove libdir from Mozo/config.py
### mozo 1.21.0
* Translations update
* drop acinclude.m4 which is not needed anymore
* Support new mate-menus api
* just reindent python code
### mozo 1.20.0
* Translations update
### mozo 1.19.0
* Translations update
* Restore Polish translation credits from GNOME
* remove ancient NEWS.GNOME
### mozo 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Translations update
### mozo 1.16.0
* Add Properties and Delete buttons
* Fix several drag-and-drop issues
* Fix crash when .desktop file has slash in the name
* Some more fixes and cleanups
* Translations update
### mozo 1.14.1
* Fix crash and erasing of menu file when processing
non-ASCII character
* Fix crash on invalid XML file
* Always encode with UTF-8 before writing XML file
* Translations update
### mozo 1.14.0
* Move to GTK+3 and GObject Introspection, drop old
PyGTK-related code
* Translations update
* Fix Changelog generation
### mozo 1.12.0
* Enable startup notification
* Add silent rules
* Some bugfixes
### mozo 1.10.1
* Fix wrong highlighting while moving menu items
when separators are present.
* Remove deprecated GTK properties
* Fix help link
### mozo 1.10.0
* Translations update
### mozo 1.8.0
* Tarball renamed to mozo
* Update translations
* Update manpage
|