This commit is contained in:
Matthias Clasen 2004-09-15 17:12:21 +00:00
parent 9120130c2e
commit 9f42b39ddb
6 changed files with 37 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
2004-09-09 Matthias Clasen <mclasen@redhat.com>
* glib/gmessages.c (g_return_if_fail_warning): Strip the

View File

@ -1,3 +1,7 @@
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
2004-09-09 Matthias Clasen <mclasen@redhat.com>
* glib/gmessages.c (g_return_if_fail_warning): Strip the

View File

@ -1,3 +1,7 @@
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
2004-09-09 Matthias Clasen <mclasen@redhat.com>
* glib/gmessages.c (g_return_if_fail_warning): Strip the

View File

@ -1,3 +1,7 @@
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
2004-09-09 Matthias Clasen <mclasen@redhat.com>
* glib/gmessages.c (g_return_if_fail_warning): Strip the

View File

@ -1,3 +1,7 @@
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
2004-09-09 Matthias Clasen <mclasen@redhat.com>
* glib/gmessages.c (g_return_if_fail_warning): Strip the

17
NEWS
View File

@ -1,3 +1,20 @@
Overview of Changes from GLib 2.5.2 to GLib 2.5.3
=================================================
* GOption
- set the program name from argv[0] [Masatake YAMATO]
- make contexts work without a main group [Anders Carlsson]
* Add API to get ISO 8601 week numbers [Niklas Lundell]
* Add API to install an alternate default log handler [Darin Adler]
* Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
* Reduce code size bloat by removing literal strings from
the g_return_if_fail() macros [Owen Taylor]
* Add g_strv_length [Tim-Philipp Müller]
* Win32 changes
- Add API to determine the Windows version [Tor Lillqvist]
* Other bug fixes [Stepan Kasal, Anders, Tor]
* Documentation improvements [Morten Welinder, Matthias Clasen]
* New and updated translations (es,nn,ro)
Overview of Changes from GLib 2.5.1 to GLib 2.5.2
=================================================
* Add G_GNUC_INTERNAL macro [Arjan van de Ven]