Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Jun 2007 15:02:29 +0000 (15:02 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Jun 2007 15:02:29 +0000 (15:02 +0000)
svn path=/trunk/; revision=5529

ChangeLog
NEWS

index b1893ce..0838797 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
+2007-06-04  Matthias Clasen  <mclasen@redhat.com>
        
        Add support for a number of special directories, as 
        defined by the xdg-user-dirs specification.  (#432651,
diff --git a/NEWS b/NEWS
index 1e05a44..f376bf4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,14 +7,26 @@ Overview of Changes from GLib 2.13.2 to GLib 2.13.3
 * Unicode support:
  - Update g_unichar_iswide_cjk for Unicode 5.0
 
+* Regular expression support:
+ - GRegex structs can now be ref-counted
+ - Some new functions for dealing with incremental 
+   replacement have been added
+ - The GRegexEvalCallback signature has been changed
+
+* g_get_user_special_dir() has been added to support
+  xdg-user-dirs
+
 * Bugs fixed:
  419376 Functions using named subpatterns behave inconsistently w...
  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
  423708 typo in the README.win32 file see patch below
  339225 Add new defines for easier handling of .desktop files 
+ 442265 API additions/changes for GRegex
+ 432651 Add a glib-ish xdg_user_dir_lookup
 
 * Updated translations:
  Estonian (et)
+ Norwegian bokmÃ¥l (nb)
 
 
 Overview of Changes from GLib 2.13.1 to GLib 2.13.2