diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +### mate-menus 1.28.0 + + * Translations update + * matemenu-tree: Fix crash when adding launcher from compact menu + * add meson build system + * matemenu-tree: Fix build warning -Wsign-conversion + * fix test programs + * test-menu-spec: Fix build warning -Wmissing-field-initializers + +### mate-menus 1.27.0 + + * Translations update + * configure.ac: The macro 'AC_HELP_STRING' is obsolete + * tx: update resource + * tx: migrate config file + * build warning: AC_OUTPUT should be used without arguments + * fix build error: invalid operands to binary expression + * ci: drop -Wunused-parameter compiler cflag from debian build + * Use a blank line at most + * Remove extra whitespaces on #ifdef..#endif code block + * 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 |