Fix inclusion of config.h
[platform/upstream/glib.git] / NEWS
diff --git a/NEWS b/NEWS
index 97073e9..b411a2e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 What's new in GLib 1.3.1:
-
+* New GObject library added including object system based on
+  the GTK+ object system. 
+* Functions for getting the properties of Unicode characters, 
+  computing the canonical decomposition and ordering combining
+  characters aand manipulating UTF-8 string manipulation based
+  on libunicode.
+* GString now properly handles embedded nuls.
 * Multiple fixes from the 1.2.x branch.
 * Upgrade to libtool 1.3.3
 * Full thread support (thread creation and destruction).
@@ -8,9 +14,13 @@ What's new in GLib 1.3.1:
 * Improvements to the OS/2 port, OS/2 module support.
 * Double ended queue implementation.
 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
+* New configure option --enable-msg-prefix to prefix messages, warnings
+  et ceteri with the program name and the process id.
 * New thread-safe random number generator Mersenne Twister.
-
-
+* g_strcompress() added, g_strescape() had a slight API change, and
+  more tightly defined semantics.
+* the g_string(x) macro has been removed, #x may be used instead.
+                                
 Overview of Changes in GLib 1.2.1:
 
 * g_realloc() fix for SunOS (please report further problems).