diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-04 06:01:06 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-04 06:01:06 +0000 |
commit | e40317b8ff9799160d9f399a155c3d3563495098 (patch) | |
tree | 58877de899d91d8c318a248b079e133b27db7303 /NEWS | |
parent | 07741c07d814bfd86998dfed1a5da347bb9335bd (diff) |
Version 1.3.7GLIB_1_3_7
Mon Sep 3 23:29:51 2001 Owen Taylor <otaylor@redhat.com>
* Version 1.3.7
* Makefile.am (EXTRA_DIST): Distribute po/po2tbl.sed.in
* Makefile.am: Remove references to glib.rc[.in]
* NEWS: Various additions.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -1,19 +1,19 @@ Overview of Changes in GLib 1.3.7: -* Integrate GClosure support into the main loop -* More GSignal convenience functions (macros) -* Introduced weak references for GObject +* Integrate GClosure support into the main loop [Owen Taylor] +* More GSignal convenience functions (macros) [Sven Neumann, Tim Janik] +* Introduced weak references for GObject [James Henstridge, Sven, Tim] * Minor hash table optimizations -* Main loop and threading improvements -* Added g_ascii_* functions to be used for locale insensitive UTF8 - compliant code instead of old string functions -* Overall fixes for UTF8 compliance -* GString improvements -* Reworked the GIOChannel code -* Removed glib-config-2.0 in favour of pkgconfig -* Make code 64bit clean +* Main loop and threading improvements [Sebastian Wilhelmi] +* Added g_ascii_* functions to be used for locale insensitive UTF-8 + compliant code instead of old string functions [Darin Adler, Alex Larsson] +* Add functions for Unicode case-conversion, normalization, and + collation [Owen]* GString improvements [Owen] +* Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke] +* Removed glib-config-2.0 in favour of pkgconfig [Sebastian] +* Make code 64bit clean [Mark Murnane] * More G_CONST_RETURN fixes -* Many improvements to the win32 code +* Many improvements to the win32 code [Tor Lillqvist, Hans Breuer] * Miscellaneous bug and API fixes Overview of Changes in GLib 1.3.6: |