summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2011-04-26 01:23:28 +0900
committerArnaud Fontaine <arnau@debian.org>2011-04-26 01:23:28 +0900
commit1755462d974163f5d95f5d22f5af23be17cc910f (patch)
treec6a201cd42a6d14a954609381bd21e107aad2970
parent51e42f33ba6c7a0525811ad7f8e67e2b69014275 (diff)
downloadutil-wm-1755462d974163f5d95f5d22f5af23be17cc910f.tar.gz
Release 0.3.80.3.8
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..2802b0a
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,14 @@
+Release 0.3.8 (2010-04-25)
+==========================
+
+- Add EWMH library.
+- Split up icccm and ewmh into their own repository.
+- Prefix all ICCCM public functions, types and macros by 'icccm'.
+- Add missing setters for WM_CLASS and WM_TRANSIENT_FOR properties.
+- Allow to set the encoding format for TEXT properties.
+- Add WM_COLORMAP_WINDOWS.
+- Delete callback-based APIs for events, properties, and replies.
+- Link with -no-undefined.
+- Validate size of wm_hints and wm_size_hints.
+- Ensure get_wm_class_from_reply returns a valid C-string.
+- Add AM_MAINTAINER_MODE for vendors