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
|
### mate-menus 1.26.1
* Translations update
* fix build error: invalid operands to binary expression
* Let user disable collection menu entry [--disable-collection]
### mate-menus 1.26.0
* Translations update
* update copyright to 2021
### mate-menus 1.25.1
* Translations update
* build: remove .directory files using clean target
* build: allow users to disable gettext support (--disable-nls)
* Set compiler debug flags / logging with MATE_DEBUG_CHECK
* build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
* Remove -Wconversion -Wsign-compare -Wsign-conversion warnings
* matemenu-tree: do not call g_settings_get_string unless necessary
* Improve the description of the collection directory
* i18n: Add mate-collection.directory.in in POTFILES.in
* build: Set debug symbols and logging using --enable-debug
* entry-directories: Use of memory after it is freed (scan-build)
* matemenu-tree: Fix memory leak
* matemenu-tree: Remove collection_applet_free
* Remove the cppcheck warning about the variable scope can be reduced
* matemenu-tree: minor code format
* desktop-entries: warning -Wempty-body
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* Add collection menu item
### mate-menus 1.25.0
* Translations update
* add git.mk to generate .gitignore
* build: silent build warnings for distcheck
* build: do not override the default value for MATE_COMPILE_WARNINGS
* Do not collect the translation for Icon
### mate-menus 1.24.0
* build: show warning flags on configuration summary
* Translations update
* migrate from intltools to gettext
### mate-menus 1.23.0
* Translations update
* Use datadir and libdir when install gir files
* Change url project's website
* [ci] Add cppcheck html report
* [ci] Enable Clang Static Analyzer
### mate-menus 1.22.0
* Translations update
* initial travis-ci support
* Switch to modern realpath()
* disable deprecation warnings for distcheck
* drop Python support leftovers
### mate-menus 1.21.0
* udpate examples
* backports from gnome-menus
* use G_BEGIN/END_DECLS
* require gio-unix, drop python example
* require gio-unix
* drop python2 support
### mate-menus 1.20.0
* Translations update
* bump gio version to 2.50.0
* require GLib 2.50.0
### mate-menus 1.19.0
* Translations update
* make mate-applications-merged symlink
* Restore Polish translation credits from GNOME
### mate-menus 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Translations update
### mate-menus 1.16.0
* Translations update
### mate-menus 1.14.0
* Move mate-preferences-categories.menu from mate-control-center.
That file can be packaged separately in distros to let users
decide whether they want categories in preferences menu or not.
* Translations update
* Add Changelog generation
### mate-menus 1.12.0
* Use pkg-config to check for python (requires python 2.7)
* Some fixes and cleanups
* Translations update
### mate-menus 1.10.0
* Translations update
* Bugfixes
### mate-menus 1.8.0
* Add a possibility to enable old gnome-2 preferences menu style with
categories
|