summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS33
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index b82311ad..193214af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,29 @@
+### marco 1.22.3
+
+ * update translations
+ * frames: bump priority of style providers
+ * window: add _GTK_THEME_VARIANT to initial window properties
+ * frames: apply modified hack from Mutter/Metacity
+ * frames: avoid infinite loop on the variants GList
+ * frames: use style_updated instead of style_set
+ * Fixed moving windows to edges to work with CSD clients.
+ * window: Update allowed action hints
+ * build: Remove rationales.txt from EXTRA_DIST target
+ * Fix use of RBGA visual in frame.c when compositing is not in use
+ * drop old and obsolete rationales.txt
+ * boxes: Actually check for rectangle containment
+
### marco 1.22.2
- tx: sync with transifex
- bump LT_VERSION_INFO
- libmarco-private: add version information
- add support for invisible borders
- frames: avoid deprecated 'gtk_widget_set_double_buffered'
- window: avoid clang warning: garbage value
- ui: always set the frame background to None
- libmetacity: use cairo to render gradient
- gradient: sync code with mutter before it was removed
+ * update translations
+ * bump LT_VERSION_INFO
+ * libmarco-private: add version information
+ * add support for invisible borders
+ * frames: avoid deprecated 'gtk_widget_set_double_buffered'
+ * window: avoid clang warning: garbage value
+ * ui: always set the frame background to None
+ * libmetacity: use cairo to render gradient
+ * gradient: sync code with mutter before it was removed
### marco 1.22.1
diff --git a/configure.ac b/configure.ac
index cf8f95de..3132ee93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [22])
-m4_define([marco_micro_version], [2])
+m4_define([marco_micro_version], [3])
m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])