diff options
author | raveit65 <[email protected]> | 2020-06-24 17:59:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-24 17:59:28 +0200 |
commit | e252e96dd8ba373033100a73cc480835ffc6b6ab (patch) | |
tree | 652b1004e61671bd64ef50784a026ed5cc71b9d5 /NEWS | |
parent | 65d9866727c3af8b2b92ff835353c349a157dd12 (diff) | |
download | marco-e252e96dd8ba373033100a73cc480835ffc6b6ab.tar.bz2 marco-e252e96dd8ba373033100a73cc480835ffc6b6ab.tar.xz |
release 1.25.0v1.25.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +### marco 1.25.0 + + * update translations + * Remove enum conversion warnings + * workspace: Don't try to use per-workspace MRU lists as a hint for focusing + * stack: make meta_window_raise() and meta_window_lower() smarter + * compositor: fix possible crash closing/destroying window . Fixes to previous commit. + * window: fix crash if workspace is null + * In the pop-up workspace switcher, show the selected workspace + * Use rounded values instead of truncate them + * build: silent build warnings for distcheck + * build: do not override the default value for MATE_COMPILE_WARNINGS + * Remove unnecessary warnings about visible region + * meson: improvements + * Guard against null changes introduced by previous commit + * Introduce nullpointer checks and return null if validation fails + * util: meta_bug raises SIGABRT so it shouldn't return + * add meson build files to EXTRA_DIST + * remove warning: 'GTimeVal' is deprecated + * theme: avoid deprecated g_memmove + * frames: don't bother painting the background + ### marco 1.24.0 * update translations |