diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-04 15:02:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-04 15:02:29 +0000 |
commit | 29e8e7850ee878523509dedcfa16c095e3aafeb1 (patch) | |
tree | 41593459f44e023ff74c4e90960cb9ae97cdb0d2 /NEWS | |
parent | d154485bc75ac40665ed810b5669f7a8e7315f3a (diff) |
Updates
svn path=/trunk/; revision=5529
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |