Skip to content

Commit 3e7556c

Browse files
author
raveit65
committed
update to 1.22.3
1 parent 50599c7 commit 3e7556c

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

NEWS

+24-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
1+
### marco 1.22.3
2+
3+
* update translations
4+
* frames: bump priority of style providers
5+
* window: add _GTK_THEME_VARIANT to initial window properties
6+
* frames: apply modified hack from Mutter/Metacity
7+
* frames: avoid infinite loop on the variants GList
8+
* frames: use style_updated instead of style_set
9+
* Fixed moving windows to edges to work with CSD clients.
10+
* window: Update allowed action hints
11+
* build: Remove rationales.txt from EXTRA_DIST target
12+
* Fix use of RBGA visual in frame.c when compositing is not in use
13+
* drop old and obsolete rationales.txt
14+
* boxes: Actually check for rectangle containment
15+
116
### marco 1.22.2
217

3-
tx: sync with transifex
4-
bump LT_VERSION_INFO
5-
libmarco-private: add version information
6-
add support for invisible borders
7-
frames: avoid deprecated 'gtk_widget_set_double_buffered'
8-
window: avoid clang warning: garbage value
9-
ui: always set the frame background to None
10-
libmetacity: use cairo to render gradient
11-
gradient: sync code with mutter before it was removed
18+
* update translations
19+
* bump LT_VERSION_INFO
20+
* libmarco-private: add version information
21+
* add support for invisible borders
22+
* frames: avoid deprecated 'gtk_widget_set_double_buffered'
23+
* window: avoid clang warning: garbage value
24+
* ui: always set the frame background to None
25+
* libmetacity: use cairo to render gradient
26+
* gradient: sync code with mutter before it was removed
1227

1328
### marco 1.22.1
1429

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
22

33
m4_define([marco_major_version], [1])
44
m4_define([marco_minor_version], [22])
5-
m4_define([marco_micro_version], [2])
5+
m4_define([marco_micro_version], [3])
66

77
m4_define([marco_version],
88
[marco_major_version.marco_minor_version.marco_micro_version])

0 commit comments

Comments
 (0)