2.7.7
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
2 =================================================
3 * Make atomic operations on s390 work [Matthias]
4 * Fix C++ guards in gstdio.h [Tor Lillqvist]
5
6 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
7 =================================================
8 * Add native implementations of atomic operations 
9   on s390 [Matthias]
10 * Make atomic reference counting of closures
11   work on s390 [Matthias]
12 * Avoid an infinite loop in g_convert_with_iconv().
13   [Sebastian Bacher]
14 * Documentation improvements [Ross Burton]
15
16 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
17 =================================================
18 * Thread-related changes
19  - Fix build issues on HP-UX [Paul Cornett]
20  - Threadsafe access to flags stored in datasets [Tim Janik]
21  - Fix several issues with atomic refcounting for 
22    closures, objects and paramspecs [Tim]
23  - Improve tests for atomic refcounting changes [Tim]
24 * Fix handling of stateful encodings in g_convert_* [Matthias]
25 * Fix translation of GOption help output [Dan Winship]
26 * Catch format errors in translations. This may cause 
27   "make check" to fail when using older versions
28   of gettext [Matthias]
29 * Win32 bug fixes [Tor Lillqvist]
30 * Documentation improvements [Ross Burton, Jochen Baier, 
31   Matthias, Tim]
32 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
33
34 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
35 =================================================
36 * Fix g_atomic_pointer_compare_and_exchange 
37   on Sparc64 [Gert Doering]
38 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
39 * Win32 bug fixes [Tor Lillquist]
40 * Other bug fixes [Benoit Dejean, Manish Singh]
41 * Documentation improvements [Bryan Silverthorn,
42   Callum McKenzie] 
43 * New and updated translations (de,lt,sq,zh_CN)
44
45 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
46 =================================================
47 * GOption
48  - Allow callbacks with optional arguments [Pawel Sliwowski]
49  - Allow to turn off the automatic long option name
50    disambiguation  [Adam McLaurin]
51  - Only allow printable ASCII as short option names [Matthias]
52 * Win32
53  - Build fixes [Tor Lillqvist]
54  - Rewrite iochannel socket implementation [Tor]
55 * GObject
56  - Threadsafety improvements; in particular, refcounting
57    of objects is done atomically now. [Wim Taymans, Tim Janik]
58 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
59 * Documentation improvements [Richard Laager, Matthias]
60 * New and improved translations (bf,cs,hu,nb,nl,no)
61
62 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
63 =================================================
64 * Win32 build fixes [Hans Breuer]
65 * Bug fixes [Mikael Magnusson]
66 * Documentation improvements [Matthias Clasen]
67 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
68
69 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
70 =================================================
71 * GOption 
72  - Allow callback arguments without parameters [Dan Winship]
73 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
74 * Misc new functions:
75  - g_get_host_name [Tor Lillqvist]
76  - g_mkdir_with_parents [Tor]
77  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
78    Matthias Clasen]
79 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
80   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
81 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
82 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
83   sk,th,zh_TW)
84
85 Overview of Changes from GLib 2.6.x to GLib 2.7.0
86 =================================================
87 * GKeyFile
88  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
89  - Accept \r\n as line end [Bastian Nocera]
90  - Don't interpret leading zeros as octal numbers. [Matthias]
91  - Make key and group removal work [David Hoover, Matthias Hasselmann]
92 * GOption
93  - Improve formatting of --help output [Matthias, Noah Levitt]
94  - Accept -? [Matthias]
95  - Warn about duplicate main groups [Jeff Franks]
96  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
97  - Report missing arguments as errors [Björn Lindqvist]
98  - Add a boxed type for GDate [Tim-Philipp Müller]
99 * GTree
100  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
101 * Stdio wrappers
102  - Work regardless of large file support [Manish Singh]
103  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
104 * GObject
105  - Implement "toggle references" to help language bindings [Owen Taylor]
106  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
107  - Make pspec lookup a bit faster [Morten Welinder]
108 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
109 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
110   Sven Neumann, Manish, Alexis S. L. Carvalho]
111 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
112 * Add g_utf8_collate_key_for_filename() to sort filenames taking
113   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
114 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
115   NULL-terminated argument lists. [Marc Meissner]
116 * Win32 changes
117  - Improved debugability [Ulf Lamping, Hans Breuer]
118  - Make filename handling more robust [Tor, Billy Skaggs]
119  - Improve g_get_system_data_dirs() [Tor]
120  - Use more precise timers [Tor]
121  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
122 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
123   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
124   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
125   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
126   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
127   Christian Biere, Noah, Benoît Carpentier]
128 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
129   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
130   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
131 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
132   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
133
134 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
135 =================================================
136 * GOption
137  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
138  - Improve handling of -- [Matthias Clasen]
139  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
140 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
141 * Add gmodule-export-2.0.pc [Matthias]
142 * Win32 changes
143  - Improve hangling of UNC paths [Tor Lillqvist]
144  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
145    take and return UTF-8 now [Tor] 
146  - Make g_file_test() work more reliably, and use PATHEXT
147    when check for executables [Tor]
148  - Build and cross-compilation fixes [J. Ali Harlow]
149 * Other bug fixes [Jens Hatlak, Morten Welinder, 
150   Tor, Kalpesh Shah, Adrian Bunk]
151 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
152   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
153   Vincent Untz, Bastien Nocera]
154 * New and updated translations (cy,de,nl,ru,sq,sv)
155
156 Overview of Changes from GLib 2.4.x to GLib 2.6.0
157 =================================================
158
159 * Major new APIs
160   - GOption, a commandline option parser
161   - GKeyFile, a parser/editor for the .ini like files 
162   - Functions to support the XDG basedir specification
163   - Wrappers for common POSIX pathname functions to handle filename
164     encodings consistently. On Windows, these use UTF-8.
165
166 * Miscellaneous new functions
167   - g_filename_display_name() converts filenames in displayable UTF-8 strings
168   - g_uri_list_extract_uris() splits uri lists
169   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
170   - g_log_set_default_handler() installs an alternate default log handler
171   - g_get_language_names() obtains a list of applicable locale names
172   - g_strv_length() calculates the length of NULL-terminated string arrays
173   - g_win32_get_windows_version() determines the Windows version 
174   - G_GNUC_INTERNAL marks functions as non-exported
175   - glib_check_version() checks the GLib version at runtime
176   - g_debug() completes the family of logging functions
177
178 * Performance improvements
179   - Optimize g_utf8_validate()
180   - Optimize g_markup_parse_context_parse()
181   - Reduce signal connection complexity from O(n) to O(1) 
182   - Get rid of many PLT entries for internally used exported symbols
183   - Reduce code size by removing literal strings from g_return_if_fail()
184
185 * Other changes
186   - On Windows, GLib functions that take file name arguments now require
187     those to be in UTF-8. Functions that return file names return UTF-8.
188   - Use higher precision for mathematical constants
189   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
190   - Support ll as printf format modifier for long long on all platforms
191   - Clean up the ABI and enforce the list of exported symbols
192   - Add a .pc file for using gmodule in libraries
193   - Require ngettext
194
195 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
196 =================================================
197 * GOption: Don't list help options if group-specific
198   options have been requested [Glynn Foster]
199 * Make g_get_language_names() track locale changes [Christian Persch]
200 * Win32 bug fixes [Tor Lillqvist]
201 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
202 * New and updated translations (da,es,ja,lt,zh_CN)
203 Bugs fixed: 159530,100697,160271,160645,157255
204
205 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
206 =================================================
207 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
208 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
209   Morten Welinder]
210 * Reduce signal connection complexity from O(n) to O(1) 
211   [Sven Neumann]
212 * Add a .pc file for using gmodule in libraries [Owen]
213 * Add G_GNUC_MALLOC to mark functions returning newly 
214   allocated memory  [Matthias]
215 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
216   Bruce Hochstetler]
217 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
218   Frederic Crozat, Tor]
219 * Documentation improvements [Matthias, Tor, Owen]
220 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
221
222 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
223 =================================================
224 * GOption
225   - Add G_OPTION_FLAG_REVERSE to allow options 
226     which unset a  boolean variable [Tor Lillqvist]
227 * GChildWatch
228   - Use sigaction instead of signal [Jonas Jonnson, 
229   Archana Shah]
230   - Make the very first SIGCHLD work [Gustavo Carneiro]
231 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
232   Manish Singh, J. Ali Harlow]
233 * Documentation improvements [Matthias Clasen, Tor]
234 * Updated translations (da,ja,tr,zh_CN)
235
236 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
237 =================================================
238 * GKeyFile
239   - Cleanups, add more error checking [Ray Strode]
240   - Fall back to the untranslated string when getting 
241     locale strings [Mark McLoughlin]
242 * GOption
243   - Document GOption [Matthias Clasen]
244   - Better support for rest arguments [Owen Taylor, Matthias]
245   - Handle conflicts between groups [Matthias]
246 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
247 * Add g_filename_display_name() to convert filenames
248   in displayable UTF-8 strings  [Alex Larsson, Matthias]
249 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
250 * Bug fixes [Christophe Fergeau, Morten Welinder, 
251   Owen, Kjartan Maraas, Mark]
252 * Documentation improvements [Matthias, Tor]
253
254 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
255 =================================================
256 Add GKeyFile, a parser/editor for the .ini like files used in various
257    freedesktop.org specifications. [Ray Strode]
258 Make the handling of filename encodings consistent across all
259    GLib functions, introduce wrappers for common POSIX 
260    functions which accept the same filename encoding. [Tor Lillqvist, 
261    Owen Taylor]
262 GOption
263  - Rename g_context_option_error_quark() to a more language-binding
264    friendly name [Murray Cumming]
265  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
266 * Strip the internal aliasing prefix IA__ from function names in 
267   assertions [Matthias Clasen]
268 * Add a function to split uri lists. [Matthias]
269 * Win32 bug fixes 
270  - Don't open console windows [Tor]
271 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
272  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
273   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
274   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
275 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
276  Adam Hooper, Gustavo Carneiro]
277 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
278
279 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
280 =================================================
281 * GOption
282  - set the program name from argv[0] [Masatake YAMATO] 
283  - make contexts work without a main group [Anders Carlsson]
284 * Performance 
285  - Get rid of many PLT entries for internally used exported symbols,
286    and clean up the ABI at the same time and make make check check the
287    list of exported symbols.  [Matthias Clasen]
288 * Add API to get ISO 8601 week numbers [Niklas Lundell]
289 * Add API to install an alternate default log handler [Darin Adler]
290 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
291 * Reduce code size bloat by removing literal strings from
292  the g_return_if_fail() macros [Owen Taylor]
293 * Add g_strv_length [Tim-Philipp Müller]
294 * Win32 changes
295  - Add API to determine the Windows version [Tor Lillqvist]
296 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
297   Manish Singh]
298 * Documentation improvements [Morten Welinder, Matthias]
299 * New and updated translations (es,nn,ro)
300
301 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
302 =================================================
303 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
304 * Add GOption, a commandline option parser [Anders Carlsson]
305 * Add glib_check_version [Michael Natterer]
306 * Add XDG basedir API [Ray Strode]
307 * Require ngettext [Danilo Segan]
308 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
309   Jon-Kare Hellan, Jody Goldberg]
310 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
311 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
312 * New and updated translations (bs,eu,fi,gu,ne,pa)
313
314 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
315 =================================================
316
317 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
318   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
319   Ögren, Tommi Komulainen]
320 * Documentation improvements [Soeren Sandmann, 
321   Christophe Fergeau, Danek Duvall]
322 * New and updated translations (eu,hi)
323   
324 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
325 =================================================
326
327 * New functions g_debug [Sven Herzberg]
328 * Use higher precision for mathematical constants [Morten 
329  Welinder]
330 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
331  [Federico Mena Quintero]
332 * Win32
333  - Handle empty digit string in printf() functions 
334    correctly [Tor Lillqvist]
335  - Support ll as format modifier for long long [Tor]
336  - Be more careful about HOME [Tor, Ivan Wong]
337  - Bug fixes [John Ehresman]
338 * Miscellaneous bug and portability fixes [Danilo Segan, 
339  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
340  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
341  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
342 * Documentation updates [Matthias Clasen, Crispin Flowerday,
343  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
344 * New and updated translations (ja,ne,no,wa)
345  
346 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
347 =================================================
348
349 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
350 * Miscellaneous bug and portability fixes [Owen Taylor,
351   Matthias Clasen, Jonas Jonsson, Christian Krause,
352   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
353   Piotr Klaban]
354 * Documentation updates [Matthias]
355 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
356   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
357
358 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
359 =================================================
360
361 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
362 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
363 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
364   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
365   Sebastian Wilhelmi]
366 * Documentation updates [Owen]
367 * Updated translations (hr,ro)
368
369 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
370 =================================================
371
372 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
373 * GMain threading fixes and improvements [Sebastian]
374 * Win32 [Tor Lillqvist]
375  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
376  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
377 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
378 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
379
380 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
381 =================================================
382
383 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
384 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
385 * Add atomic operations and use it for the async queue and
386   gonce implementation. [Sebastian Wilhelmi]
387 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
388 * Add g_main_depth() for finding the recursion depth of the main
389   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
390 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
391 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
392 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
393 * Updated translations (cy,et,ga,sq)
394
395 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
396 =================================================
397
398 * Add a native AIX gmodule implementation. [Laurent Vivier]
399 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
400 * Extend GQueue API to match the GList API. [Soeren Sandmann]
401 * Add g_hash_table_find().  [Tim Janik]
402 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
403 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
404 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
405 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
406   Matthias]
407 * Add g_strsplit_set(). [Soeren]
408 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
409   Soeren, Matthias]
410 * Win32 build fixes. [Tor Lillqvist]
411 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
412   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
413   Matthias]
414 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
415
416 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
417 =================================================
418
419 * Add G_MAXSIZE. [Manish Singh]
420 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
421   implementing the init-by-array functionality of the 
422   original mersenne twister. Add g_rand_copy(). Improve seeding. 
423   [George Lebl]
424 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
425 * Add g_ptr_array_foreach(). [Matthias Clasen]
426 * Add g_timer_continue(). [Tim-Philipp Müller]
427 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
428 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
429   g_file_test() there too [Hans Breuer] 
430 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
431 * Add G_DEFINE_TYPE() plus variants to ease the constuction
432   of GObject boilerplate code.  [Tim Janik]
433 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
434 * Documentation improvements [Matthias, Manish]
435 * Win32 build fixes [Hans]
436 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
437   Zack Rusin]
438 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
439
440 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
441 =================================================
442
443 * Add glib/gi18n.h and glib/gi18n-lib.h for common
444   gettext support, including a Q_() macro for translation
445   with context [Matthias Clasen]
446 * Add a more flexible G_FILENAME_ENCODING variable
447   as a replacement for G_BROKEN_FILENAMES [Matthias]
448 * Fix the return value g_main_context_iterate() for
449   newly ready sources [Padraig O'Briain]
450 * Handle Hangul composition for normalization [Noah Levitt]
451 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
452 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
453 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
454 * Documentation improvements [Matthias]
455 * GObject [Tim Janik]
456  - Support '-' in g_signal_connect()/disconnect() names
457    like 'swapped-signal'.
458  - Add g_type_class_peek_static() and use to optimize
459    g_object_new() for static types [Tim]
460  - Allow setting construct-only properties from within
461    init() implementations
462  - Enforce readability/writeability in g_object_set/get()
463 * Fix bug with g_ascii_strtod and multi-byte separator.
464   [Behdad Esfahbod, Roozbeh Pournader]  
465 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
466   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
467   Morten Welinder]
468 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
469
470 Overview of Changes from GLib 2.2.x to GLib-2.3.0
471 =================================================
472
473 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
474 * Update Unicode data to Unicode 4.0 [Noah Levitt]
475 * Support XML-safe formatted output with 
476   g_markup_[v]printf_escaped [Owen Taylor]
477 * Add g_file_read_link to read symbolic links [Matthias]
478 * Add g_unichar_get_mirror_char to obtain the 
479   mirrored variant of a character [Noah]
480 * Support for one-time initialization functions. 
481   [Sebastian Wilhelmi]
482 * Miscellaneous API additions: g_vasprintf
483   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
484 * Docs improvements [Matthias]
485 * Add support instance-private data on classed types
486   [Mark McLoughlin, Tim Janik, Owen]
487 * Optimize signal emissions [Soeren Sandmann, Tim]
488 * Support a "default vtable" per interface [Tim]
489 * Add support for properties on interfaces [Owen, Tim]
490 * Miscellaneous API additions: g_value_take_string(),
491   g_value_take_param(), g_value_take_object(), 
492   g_value_take_boxed(). [Matthias]
493 * Win32 build fixes [Tor Lillqvist]
494
495 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
496 =================================================
497
498 * Fix a problem with g_thread_init() on 64-bit problems
499   [Alceste Scalas, Sebastian Wilhelmi]
500 * Add assembly implementations of byteswap macros
501   for ia64 and x86_64. [Manish Singh]
502 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
503 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
504
505 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
506 =================================================
507
508 * Win32 bug fixes [Tor Lillqvist]
509 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
510   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
511 * Ensure we have a GUINT64_FORMAT by pulling in Trio
512   if necessary [Manish Singh]
513 * Further Trio build fixes [Matthias Clasen, Owen]
514 * Hack around gcc, libtool issues with -pthread [Owen]
515 * Docs improvements [Matthias]
516 * Bug and portability fixes 
517 * Updated and new translations (bg,de,fi,fr,sq,fr)
518
519 Other contributors: Kai Poitschke, Morten Welinder
520
521 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
522 =================================================
523
524 * autoconf changes to make it possible to cross compile
525   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
526   Johannes Stezenbach]
527 * Use libintl when it has bind_textdomain_codeset() and
528   GLib doesn't. [Owen]
529 * Improve generation of pseudo-random integers [Morten Welinder, 
530   Sebastian Wilhelmi]
531 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
532 * Cleanup include order [Sven Neumann]
533 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
534 * Doc fixes and additions [Matthias]
535
536 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
537   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
538
539 Overview of Changes from GLib 2.0.x to GLib-2.1.x
540 =================================================
541
542 * Add copy of the Trio library to build and use for printf() when 
543   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
544 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
545 * Add g_markup_parse_context_get_element() [Matthias]
546 * Add g_utf8_strreverse [Matthias]
547 * Add g_ascii_strtoull() [Tim Janik]
548 * Support scanning of 64-bit values with GScanner [Tim]
549 * Add g_set/get_application_name() [Havoc Pennington]
550 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
551   Use for g_return_if_fail(). [Matthias Clasen]
552 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
553 * Improve the seeding algorithm of GRandom to avoid problems
554   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
555   environment variable. [Sebastian Wilhelmi]
556 * Improve thread configure checks, use -pthread where applicable
557   [Sebastian]
558 * Improve handlng of thread priorities [Sebastian]
559 * Fix up parameter names that might shadow functions from
560   system headers [Soeren Sandmann]
561 * Clean up usage of deprecated functions [Manish Singh]
562 * Docs fixes and improvements. In particular, include "Since" information.
563   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
564   Owen Taylor, Morten Welinder]. 
565
566 Overview of Changes in GLib 2.0.7
567 =================================
568
569 * Fix C++ warnings in gtype.h [Dom Lachowicz]
570 * Fix g_type_fundamental_next() [Tim Janik]
571 * Fix various missing includes of config.h [Morten Welinder]
572 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
573 * Various 64-bit fixes [Manish Singh]
574 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
575 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
576 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
577      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
578      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
579 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
580
581 Overview of Changes in GLib 2.0.6
582 =================================
583
584 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
585 * Clean up debug spew from GObject [Anders Carlsson]
586 * Compiler warning fixes [David L. Cooper II]
587 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
588 * Fixes for --disable-debug [Sebastian Wilhelmi]
589 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
590   Rajkumar Sivasamy, Laurent Vivier]
591 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
592   Sebastian Rittau, Linus Welleij]
593 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
594 * Updated translations (bg,ko,vi)
595
596 Overview of Changes in GLib 2.0.5
597 =================================
598
599 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
600 * Clean up debug spew from GObject [Anders Carlsson]
601 * Compiler warning fixes [David L. Cooper II]
602 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
603 * Fixes for --disable-debug [Sebastian Wilhelmi]
604 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
605   Rajkumar Sivasamy, Laurent Vivier]
606 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
607   Sebastian Rittau, Linus Welleij]
608 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
609 * Updated translations (bg,ko,vi)
610
611 Overview of Changes in GLib 2.0.4
612 =================================
613
614 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
615 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
616 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
617 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
618
619 Overview of Changes in GLib 2.0.3
620 =================================
621
622 * Handle sorting 0-length arrays (Ron Arts)
623 * Threading fixes (Sebastian Wilhelmi)
624 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
625   Sebastian, Qingjiang Yuan)
626 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
627 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
628 * Win32 fixes (Tor Lillqvist)
629 * Try to fix g_get_charset() related segfaults. (Owen)
630 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
631   Andrew P. Lentvorski, Jr.)
632 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
633 * g_markup fixes. (Matthias Clasen.)
634 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
635   Wayne Schuller)
636
637 Overview of Changes in GLib 2.0.1
638 =================================
639
640 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
641 * Performance improvements for GObject parameter lookup, 
642   g_filename_to/from_utf8() [Alex Larsson]
643 * Actually check interface prerequisites [Matthias Clasen,
644   Miroslaw Dobrzanski-Neumann]
645 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
646 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
647 * Fixes for g_log() and threading.
648   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
649 * Make g_print(), g_printerr(), g_warning(), etc, convert from
650   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
651 * Fixes for GIOChannel on windows. [Tor Lillqvist]
652 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
653 * Fix file descriptor leak in g_file_get_contents() [Matthias]
654 * Workaround iconv() problems on older Solaris [Lauri Alanko]
655 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
656 * Minor bug fixes.
657
658 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
659   Akira Tagoh, Morten Welinder
660
661
662 Overview of Changes in GLib 2.0.0
663 =================================
664
665 * Thread portability fixes [Sebastian Wilhelmi]
666 * Documentation updates [Owen Taylor]
667 * Make g_strerror(), g_strsignal() properly return UTF-8,
668   call bind_text_domain_codeset() so that error strings
669   are in UTF-8 as well. [Owen, Tor Lillqvist]
670
671 Overview of Changes in GLib 2.0.0 rc1:
672 ======================================
673
674 * Win32 fixes [Tor Lillqvist]
675 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
676 * Fix up g_date_strftime [Daniel Elstner]
677 * Add some structure padding [Tim Janik]
678 * Make g_get_homedir() prefer the users home directory to $HOME
679
680 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
681
682 Overview of Changes in GLib 1.3.15:
683 ===================================
684
685 * Speed up marshalers by using private access to GValue 
686   [Anders Carlsson, Tim Janik]
687 * Reduce GValue to 2 elements [Tim]
688 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
689 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
690 * Add padding to various structures [Owen Taylor, Tim]
691 * Win32 fixes [Tor Lillqvist]
692
693 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
694   Daniel Elstner
695
696 Overview of Changes in GLib 1.3.14:
697 ===================================
698
699 * Register value transformations for gint64, guint64 [Andy Wingo]
700 * Build with large-file support [Sven Neumann, Owen Taylor]
701 * Fix handling of hostnames in URI's [Darin Adler]
702 * Main loop bug fixes [Havoc Pennington, Owen]
703 * Doc fixes and improvements [Manish Singh, Tim Janik]
704 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
705 * Win32 fixes [Hans Breuer, Tor Lillqvist]
706 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
707 * Miscellaneous bug fixes
708
709 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
710   Morten Welinder.
711
712 Overview of Changes in GLib 1.3.13:
713 ===================================
714
715 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
716 * Miscellaneous win32 fixes [Tor, Hans Breuer]
717 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
718 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
719 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
720 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
721   Laszlo Peter, Havoc Pennington, Tim Janik]
722
723 Overview of Changes in GLib 1.3.12:
724 ===================================
725
726 * Implement closure chaining, fixing up API (Tim Janik)
727 * Closure chaining test case (James Henstridge)
728 * Make GType long not int where both are equal width (Tim)
729 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
730 * Fixes for NetBSD. (Dan Winship)
731 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
732 * Save space for GBSearchArray (Tim Janik)
733 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
734
735 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
736   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
737   Sebastian Wilhelmi.
738
739
740 Overview of Changes in GLib 1.3.11:
741 ===================================
742
743 * Win32 fixes [Hans Breuer, Tor Lillqvist]
744 * Documentation improvements [Matthias Clasen]
745 * Portable directory handling API [Hans]
746 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
747 * Fix excess relocations in Unicode tables [Andrew Taylor]
748 * Fix gpattern for UTF-8 [Matthias Clasen]
749 * Support overriding class closures [Tim Janik]
750 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
751 * Hide pointers to type information inside GType to reduce locking
752   [Alex Larsson, Tim]
753 * Adds check for direct inclusion of gobject/*.h [Owen]
754 * GObject API cleanups [Tim]
755
756 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
757   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
758
759
760 Overview of Changes in GLib 1.3.10:
761 ===================================
762
763 * Many Win32 fixes and improvements [Tor Lillqvist]
764 * Documentation improvements [Matthias Clasen]
765 * g_string_printfa() renamed to g_string_append_printf()
766 * Use libcharset from libiconv to implement charset detection
767   more portably. [Owen Taylor, Hidetoshi Tajima]
768 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
769 * Make support for 64 bit integers a requirement [Joshua]
770 * GPattern improvements [Tim Janik, Matthias]
771 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
772 * Many bug fixes and minor tweaks.
773
774 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
775   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
776   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
777   Jacob Berkman
778
779
780 Overview of Changes in GLib 1.3.9:
781 ==================================
782
783 * Fixes for comparison of threads [Sebastian Wilhelmi]
784 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
785 * Win32 fixes [Tor Lillqvist, Hans Breuer]
786 * Add a len argument to g_ascii_strup/strdown
787 * Bug, portability fixes, cleanups.
788
789 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
790
791
792 Overview of Changes in GLib 1.3.8:
793 ==================================
794
795 * Documentation updates [Owen]
796 * Made GType interfaces overridable in derived types
797 * Many win32 fixes [Tor Lillqvist]
798 * Miscellaneous cleanups and fixes
799
800 Other contributors:
801   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
802
803
804 Overview of Changes in GLib 1.3.7:
805 ==================================
806
807 * Integrate GClosure support into the main loop [Owen Taylor]
808 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
809 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
810 * Minor hash table optimizations
811 * Main loop and threading improvements [Sebastian Wilhelmi]
812 * Added g_ascii_* functions to be used for locale insensitive UTF-8
813   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
814 * Add functions for Unicode case-conversion, normalization, and 
815   collation [Owen]* GString improvements [Owen]
816 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
817 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
818 * Make code 64bit clean [Mark Murnane]
819 * More G_CONST_RETURN fixes
820 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
821 * Miscellaneous bug and API fixes
822
823 Other contributors:
824   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
825   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
826   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
827   Peter Williams
828
829
830 Overview of Changes in GLib 1.3.6:
831 ==================================
832
833 * Threads have a "return value" from g_thread_join
834 * Removed ability to adjust thread stack size
835 * Prefix warnings with progname/PID by default, change toggle for this to 
836   be an env variable G_MESSAGES_PREFIXED not a compile-time option
837 * GMarkup speedups
838 * GDate const, convenience fixups
839 * Include test cases that headers are compilable by C++ compiler
840 * Add ability to spawn processes with argv[0] != executable path.
841 * g_strstr_len, g_strrstr, g_strrstr_len
842 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
843 * Misc bug fixes
844
845
846 Overview of Changes in GLib 1.3.5:
847 ==================================
848
849 * Added an installed glib-mkenums Perl program for parsing enumeration
850   declarations from header files.
851 * Mark some additional deprecated functions.
852 * Bug and Portability fixes
853
854
855 Overview of Changes in GLib 1.3.4:
856 ==================================
857
858 * Efficiency improvements for GThreadPool
859 * A few bug fixes
860 * Build fixes
861 * Documentation improvements
862
863
864 Overview of Changes in GLib 1.3.3:
865 ==================================
866
867 GLib:
868
869 * More user_data support in various functions.
870 * Main loop API revamps to support per-thread main loops.
871 * Unicode handling improvements.
872 * Implemented debugging traps.
873 * G_CONST_RETURN specification all over the place.
874 * Various new small utility functions.
875 * Random number generator precision improvements.
876 * New configure option --disable-mem-pools.
877 * Many Win32 improvements.
878 * Added g_try_malloc() friends varinats.
879 * Many documentation improvements.
880 * Many threading improvements, support for dynamic allocation
881   of static mutexes.
882 * GHookLIst API cleanups.
883 * Improved format support of GDate parser.
884 * String function speed improvements with new g_stpcpy().
885 * Hashtable API additions.
886 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
887 * Optimizations, cleanups, bug fixes.
888
889 GObject:
890
891 * Added many convenience functions.
892 * GClosure and GParamSpec use float/sink ref-counting scheme now.
893 * Reworked property change notification.
894 * Binary searchable array cleanups, so it's widely usable now.
895 * Added static content keeping for some GValue types.
896 * Support for statically scoped signal parameters.
897 * Extinguished property trailer args in set/get interface.
898 * Added support for abstract types.
899 * G_CONST_RETURN specification all over the place.
900 * Split parameter exchange functionality into value transforms
901   and parameter conversions.
902 * Added signal emission hooks and signal accumulators.
903 * Added interface prerequisites to support is_a (interface, object)
904   relations.
905 * Implemented GValueArray.
906 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
907   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
908   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
909 * Varrags value collection improvements.
910 * Implemented debugging traps.
911 * Made things thread-safe.
912 * Many documentation improvements.
913 * Many cleanups, optimizations and bug fixes.
914
915
916 Overview of Changes in GLib 1.3.2:
917 ==================================
918
919 GLib:
920
921 * Win32 build improvements  [Tor]
922 * Improvements to error reporting  
923   (g_critical(), g_return_if_reached()) [Darin]
924 * Add g_strlcpy/g_strlcat  [David Wheeler]
925 * New IO channel implementation for Win32  [Tor] 
926 * Make g_array_free, g_string_free return pointer to memory requested
927   not to be freed.  [Darin]
928 * Added GError based error reporting for thread functions.  [Sebastian]
929 * Moved reference docs into GLib distribution. [Owen]
930 * Added g_convert() for doing convenient character set conversions based
931   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
932 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
933   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
934 * Portability fixes for threading.  [Sebastian]
935 * Added convenient functions for launching new processes (g_spawn_*),
936   and shell quoting/unquoting functions.  [Havoc]
937 * Split glib.h into many headers.  [Sebastian]
938 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
939 * Fixed confusions between comparison functions that return <0, 0, >0
940   and equaility functions that return FALSE,TRUE.  [Sebastian]
941 * Added safe/portable temporary file manipulation functions.  [Tor]
942 * autoconf improvements.  [Raja]
943 * Many documentation improvements.
944 * Bug fixes.
945
946 GObject:
947
948 * Added boxed and pointer types.  [Tim/Jonathan]
949 * Added callback abstraction (GClosure)  [Tim]
950 * Added signal system (GSignal)  [Tim]
951 * Make GTypePlugin an interface  [Tim]
952 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
953 * Bug fixes.
954
955
956 What's new in GLib 1.3.1:
957 =========================
958
959 * New GObject library added including object system based on
960   the GTK+ object system. 
961 * Functions for getting the properties of Unicode characters, 
962   computing the canonical decomposition and ordering combining
963   characters aand manipulating UTF-8 string manipulation based
964   on libunicode.
965 * GString now properly handles embedded nuls.
966 * Multiple fixes from the 1.2.x branch.
967 * Upgrade to libtool 1.3.3
968 * Full thread support (thread creation and destruction).
969 * BeOS port, BeOS dynamic modules.
970 * Many improvements to the Windows ports.
971 * Improvements to the OS/2 port, OS/2 module support.
972 * Double ended queue implementation.
973 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
974 * New configure option --enable-msg-prefix to prefix messages, warnings
975   et ceteri with the program name and the process id.
976 * New thread-safe random number generator Mersenne Twister.
977 * g_strcompress() added, g_strescape() had a slight API change, and
978   more tightly defined semantics.
979 * the g_string(x) macro has been removed, #x may be used instead.
980