Skip to content

Commit

Permalink
release 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed May 30, 2021
1 parent 3417c0a commit 33011a2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
### mate-control-center 1.25.2

* Translations update
* windows-applet: csd windows respect titlebar button layout
* windows-applet: add right and left (with menu) titlebar button layout options, respect custom values
* windows-applet: group alt-tab options together, remove reduced resources option
* appearance: Type column in GtkFileChooser requires gtk 3.24.12
* time-admin: g_time_zone_new is deprecated from glib 2.68
* display: remove conversion warnings
* keybindings: use gtk_builder_new_from_resource
* display: use gtk_builder_new_from_resource
* default-applications: use gtk_builder_new_from_resource
* appearance: use gtk_builder_new_from_resource
* accessibility: use gtk_builder_new_from_resource
* help: update default apps
* i18n: fix an error that prevents showing the wallpaper name
* display: frame spacing
* Add adjust window scaling function for display preference and update display-capplet.ui file
* windows: remove unused macros UIDIR, PIXMAPDIR
* bookmark-agent: Function 'bookmark_agent_new' used prior to declaration
* marco-window-manager: get XDG_DATA_DIRS (code portability)
* Line comments // are not allowed (code style)
* appearance: no previous prototype for 'wp_create_filechooser'
* appearance: missing includes
* Missing include guards
* windows: avoid duplication of accelerator keys
* windows: don't translate the spinbutton text, set the entry purpose
* windows: show the translations in mate-window-properties dialog
* libwindow-settings: no previous prototype for ‘window_manager_new’
* windows: missing include mate-metacity-support.h (#624)
* common: missing include gtkrc-utils.h
* help: update copyright year to 2021

### mate-control-center 1.25.1

* Translations update
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([mate-control-center], [1.25.1], [http://www.mate-desktop.org/])
AC_INIT([mate-control-center], [1.25.2], [http://www.mate-desktop.org/])

AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([shell])
Expand Down

0 comments on commit 33011a2

Please sign in to comment.