svn path=/trunk/; revision=5529
This commit is contained in:
Matthias Clasen 2007-06-04 15:02:29 +00:00
parent d154485bc7
commit 29e8e7850e
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-06-04 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2007-06-04 Matthias Clasen <mclasen@redhat.com> 2007-06-04 Matthias Clasen <mclasen@redhat.com>
Add support for a number of special directories, as Add support for a number of special directories, as

12
NEWS
View File

@ -7,14 +7,26 @@ Overview of Changes from GLib 2.13.2 to GLib 2.13.3
* Unicode support: * Unicode support:
- Update g_unichar_iswide_cjk for Unicode 5.0 - 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: * Bugs fixed:
419376 Functions using named subpatterns behave inconsistently w... 419376 Functions using named subpatterns behave inconsistently w...
434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b... 434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
423708 typo in the README.win32 file see patch below 423708 typo in the README.win32 file see patch below
339225 Add new defines for easier handling of .desktop files 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: * Updated translations:
Estonian (et) Estonian (et)
Norwegian bokmål (nb)
Overview of Changes from GLib 2.13.1 to GLib 2.13.2 Overview of Changes from GLib 2.13.1 to GLib 2.13.2