diff options
author | raveit65 <[email protected]> | 2024-02-02 23:30:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-02 23:43:08 +0100 |
commit | 84be1dc64ffed125541d8ef845b0b58f5cd9bdb6 (patch) | |
tree | fbece70771c55fb31019dc93ae030f8a8ff5ea64 /NEWS | |
parent | 78fa5f0e90a0e5090b0f2ef026f1156af6962347 (diff) | |
download | marco-84be1dc64ffed125541d8ef845b0b58f5cd9bdb6.tar.bz2 marco-84be1dc64ffed125541d8ef845b0b58f5cd9bdb6.tar.xz |
releases 1.27.1v1.27.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,6 +1,24 @@ +### marco 1.27.1 + + * update translations + * tabpopup: Use more contrasting background when not composited + * Allow applications to raise windows when raise_on_click is off. + * replace deprecated gtk_image_menu_item + * ui/tabpopup: likewise only enable compositing code if available. + * ui/frames: check that compositing is not only requested, but also available. + * Fix losing title of windows with a 3 or 4 bytes first character + * meson: Enable verbose mode support by default in line with Autoconf + * Revert "build: by default disable also the verbose mode for autoconf" + * configure.ac: The macro 'AC_HELP_STRING' is obsolete + * Show correct window title when owned by superuser. Issue #749 + * Add setting to raise windows on alt+tab popup + * Test if XResQueryClientIds() is available before using it. + * Test Xres 1.2 is present + * test return value from XResQueryClientIds() + ### marco 1.27.0 - * tx: sync with transifex + * update translations * replace _NET_WM_PID with XResGetClientPid (#741) * Always bring into foreground the previous window after closing one * tx: update resource |