summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-04 06:01:06 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-04 06:01:06 +0000
commite40317b8ff9799160d9f399a155c3d3563495098 (patch)
tree58877de899d91d8c318a248b079e133b27db7303 /NEWS
parent07741c07d814bfd86998dfed1a5da347bb9335bd (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--NEWS24
1 files changed, 12 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index fc3ee9183..8ab12cd42 100644
--- a/NEWS
+++ b/NEWS
@@ -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: