svn path=/trunk/; revision=5476
This commit is contained in:
Matthias Clasen 2007-05-03 02:45:02 +00:00
parent 7735a605f1
commit 36917dbee3
2 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-05-02 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2007-05-02 Marco Barisione <marco@barisione.org>
* glib/gregex.c: Made more clear that the string passed to the match

29
NEWS
View File

@ -1,3 +1,32 @@
Overview of Changes from GLib 2.13.0 to GLib 2.13.1
===================================================
* GRegex:
- Portability fixes
- Split into immutable GRegex and GMatchInfo
- Add g_regex_get_max_backref() and g_regex_get_capture_count()
to obtain information about the compiled regex
* GKeyFile:
- Fix roundtrip problems
- Add g_key_file_load_from_dirs()
* Unicode support:
- Fix corner cases in case conversion routines
* GOption:
- Add a function to get the formatted help string
* GHash:
- Add new functions g_hash_table_get_keys() and
g_hash_table_get_values() to retrieve the keys and
values in list form
* Updated transations:
Simplified Chinese (zh_CN)
Arabic (ar)
Overview of Changes from GLib 2.12 to GLib 2.13.0
=================================================