Don't deadlock when running with threads. (#444121, Christian Persch)
[glib.git] / NEWS
blobf376bf4ca0328848c40b9bafd12d0faf7c5ccdd9
1 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
2 ===================================================
4 * GKeyFile:
5  - Added defines for easier handling of desktop files
7 * Unicode support:
8  - Update g_unichar_iswide_cjk for Unicode 5.0
10 * Regular expression support:
11  - GRegex structs can now be ref-counted
12  - Some new functions for dealing with incremental 
13    replacement have been added
14  - The GRegexEvalCallback signature has been changed
16 * g_get_user_special_dir() has been added to support
17   xdg-user-dirs
19 * Bugs fixed:
20  419376 Functions using named subpatterns behave inconsistently w...
21  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
22  423708 typo in the README.win32 file see patch below
23  339225 Add new defines for easier handling of .desktop files 
24  442265 API additions/changes for GRegex
25  432651 Add a glib-ish xdg_user_dir_lookup
27 * Updated translations:
28  Estonian (et)
29  Norwegian bokmål (nb)
32 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
33 ===================================================
35 * Unicode support:
36  - Add g_unichar_ismark()
38 * GOption:
39  - Allow to use callbacks for remaining args
41 * Updated translations:
42   Belarusian Latin (be@latin)
43   British English (en_GB)
44   Galician (gl)
45   Norwegian bokmål (nb)
46   Oriya (or)
47   Spanish (es)
48   Thai (th)
51 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
52 ===================================================
54 * GRegex:
55  - Portability fixes
56  - Split into immutable GRegex and GMatchInfo
57  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
58    to obtain information about the compiled regex
60 * GKeyFile:
61  - Fix roundtrip problems
62  - Add g_key_file_load_from_dirs()
64 * Unicode support:
65  - Fix corner cases in case conversion routines
67 * GOption:
68   - Add a function to get the formatted help string
70 * GHash:
71  - Add new functions g_hash_table_get_keys() and
72    g_hash_table_get_values() to retrieve the keys and
73    values in list form
75 * Updated transations:
76   Simplified Chinese (zh_CN)
77   Arabic (ar)
80 Overview of Changes from GLib 2.12 to GLib 2.13.0
81 =================================================
83 * Add GSequence, a list that is implemented using
84   a balanced binary tree.
86 * Add GRegex, an implementation of Perl regular expressions,
87   based on PCRE.
89 * Use Posix monotonic clocks instead of gettimeofday()
90   for GTimer when available.
92 * Support static initialization of GQeues with G_QUEUE_INIT,
93   g_queue_init() and g_queue_clear().
95 * Add g_string_chunk_clear() for clearing a 
96   GStringChunk.
98 * Add g_unichar_get_script() to obtain Unicode
99   script information.
101 * Add g_unichar_iszerowidth() to obtain information
102   about zero-width characters.
104 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
105   type attribute.
107 * G_GNUC_INTERNAL has a working definition for the
108   Sun Studio compiler. This requires the macro to
109   be positioned before the function declaration.
111 * The slice allocator can produce detailed debugging
112   information with G_SLICE=debug-blocks.
114 * Modules support G_DEBUG flags resident-modules and
115   bind-now-modules.
117 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
118   to define types in modules.
120 * Bug fixes: too many to list them in detail here.
122 * New and updated translations (be,bg,bn,ca,cs,de,
123   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
124   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
125   zh_HK,zh_TW)
128 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
129 ===================================================
131 * Unicode updates:
132  - Normalization is following Unicode TR #29
133  - g_unichar_isxdigit() only accept characters
134    for which g_unichar_xdigit_value() returns a value
135  - g_unichar_toupper and g_unichar_tolower leave
136    unconvertable characters in place instead of
137    replacing them by NUL
139 * Bugs fixed
140  348491 g_utf8_strup() and g_utf8_strdown() returns 
141         string with NUL bytes
142  349825 GKeyFile always inserts a newline before a group
143  347842 g_unichar_isxdigit() is too general about what 
144         it considers a digit
145  348694 g_utf8_normalize() hasn't been updated to PR #29
146  348785 Hint about G_DEBUG in Message Logging docs
147  349792 Wrong english string (UI)
148  349952 gparamspecs.c uses gcc feature
150 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
151   nl,pl,tr,uk,zh_HK,zh_TW)
154 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
155 ===================================================
157 * Update to final Unicode Character Database 5.0.0
159 * Bugs fixed:
160  346660 issues with base64 api documentation / g_base64_decode_cl...
161  348136 Coverity reports allocation of wrong size CID #2839
162  336281 Update to UCD 5.0
163  346197 g_date_strftime %F option doesnt work for win32
164  348011 Small optimization to real_toupper()
165  246494 prototype mismatch in glib/gconvert.c
167 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
168   fr,he,it,ja,mk,or,pt)
171 Overview of Changes from GLib 2.11.4 to GLib 2.12
172 =================================================
174 * Bugs fixed:
175  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
177 * Updated translations (cy,nb,nl)
180 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
181 ===================================================
183 * GBookmarkFile:
184  - g_bookmark_file_remove_item returns a boolean
186 * g_mkstemp accepts the XXXXXX in the middle of
187   the template
189 * Bugs fixed:
190  344868 g_key_file_to_data should separate groups 
192 * Updated translations (de,es,fr,gu,hi,ko,th)
195 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
196 ===================================================
198 * GBookmarkFile:
199   - g_bookmark_file_move_item: Return TRUE in case of
200     an empty target
202 * Bugs fixed: 
203  343919 gunicollate.c: strxfrm bug on VC8
205 * Updated translations (fi)
207 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
208 ===================================================
210 * Add g_ascii_stroll to parse signed 64bit integers
212 * GMarkup: add a flag to treat CDATA as text
214 * GHashTable: add functions to remove all entries
216 * GMainLoop: add functions to find the currently
217   running source, and determine if it is destroyed
219 * Bug fixes:
220  342563  g_atomic_thread_init() needs to be called before 
221          other _g_*_thread_init() functions
222  343548  Potential use after free in callers of g_string_free() 
223  168538  Wish: Clearing contents of GHashTables
224  321886  GTK+ cannot be reliably used in multi-threaded 
225          applications
226  341826  goption.c: 'strtoll' is C99's function
227  343899  g_ascii_formatd dosn't work as expected for all 
228          format strings
229  317793  Make GEnumValue strings const
230  337129  Compile warnings in G_IMPLEMENT_INTERFACE
231  303622  What is G_TYPE_CHAR?
233 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
236 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
237 ===================================================
239 * GOption  
240   - Support 64-bit integers 
241   - Allow optional text before and after the options
242     in help output
244 * Bug fixes:
245  340538 gbase64-test writes OOB 
246  340816 GKeyFile set_string_list invalid memory reads 
247  339105 g_key_file_parse_value_as_double
248  340434 convert-test.c fails (function test_one_half)
249  311043 Memory leaks (and potential infinite loops) 
250         when using G_ERRORCHECK_MUTEXES
251  335198 Error checking mutexes are fubar  
252  341237 Add a G_OPTION_ARG_INT64
253  341192 g_io_channel_set_flags not implemented on win32
254  336120 Allow adding description before/after GOption 
255         --help output body
256  341191 misplaced check in g_relation_delete
257  340530 mismatched calloc / g_free in win32 threads
259 * Updated translation (es)
261 Overview of Changes from GLib 2.10.x to GLib 2.11.0
262 ===================================================
264 * GBookmarkFile: a parser for files containing bookmarks
265   stored using the Desktop Bookmark specification.
267 * Base64 encoding support
268         
269 * Unicode 5.0 support
271 * GOption supports floating point numbers 
273 * GKeyFile supports floating point numbers
275 * Bug fixes:
276  155884 gatomic.c should be based on new SDK
277  157877 update-desktop-database doesn't handle duplicate entries
278  164719 keyfile parser doesn't support floats
279  327662 Import BookmarkFile from libegg
280  329548 Add G_OPTION_ARG_DOUBLE
281  329789 option-test.c type confusion
282  332841 Segmentation Fault when %llu is passed to vasnprintf and 
283         HAVE_SNPRINTF is not defined
284  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
285         _WIN32_WINDOWS 0x0401'
286  333916 g_timer_elapsed docs should mention that microseconds 
287         may be NULL
288  334440 dlerror() portability issue causes crash on (old) a.out 
289         NetBSD platform
290  334646 goption + error out params
291  334799 g_remove() must check return value of remove()
292  334943 make check FAIL: threadpool-test
293  335215 Some breakages with GThreadPool
294  336085 g_option_context_new parameter lacks better explanation
295  336677 Documentation for g_object_ref_sink() is incorrect
296  337027 gbookmarkfile.c: sys/time.h include error
297  337553 Wrong escaping of URIs
298  338572 Dereferencing NULL value in g_key_file_get_group_comment
299  338845 g_completion_complete_utf8 crashes when NULL is passed to it
300  339337 g_bookmark_file_set_description
301  339338 gbookmarkfile.c, function expand_exec_line
302  339340 gbookmarkfile.c, function bookmark_app_info_dump
304 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
305                        or,pt_BR,ro,tr,vi,zh_CN)
308 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
309 ===================================================
311 * Bugs fixed:
312  314794 Broken pthread detection on Darwin [Gregor Riepl]
313  322476 Missing check for .dylib [Vladimir Panov]
314  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
315         M. Merino Vidal]
316  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
318 * Win32 changes:
319  - Fix g_listenv() implementation.
320  - Allow up to 100 GPrivate structs
322 * Translation updates (fr,hu,lt,pl,sv)
325 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
326 ==================================================
328 * Bugs fixed:
329  328997 64bit pointer trunction in glib slab-allocator
330         [Pascal Hofstee]
331  331110 g_cond_broadcast(inform_cond) without holding 
332         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
333  332093 Fix some leaks in the tests [Kjartan Maraas]
334  332435 g_utf8_strlen returns wrong value if a maximum 
335         number of bytes to check is specified 
336         [Matthias Clasen]
337  331367 gslice requires more POSIX-like semantics for 
338         GPrivate destructors [Tor Lillqvist]
340 * Documentation improvements [Matthias, Kang Jeong-Hee,
341   Tor Lillqvist, Stefan Kost]
343 * Translation updates (el,eu,ka,uk)
345 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
346 =================================================
348 * Bugs fixed: 
349  329124 distclean removes README [Kjartan Maraas, Tim Janik]
350  317679 GRelation field type not documented [Behdad Esfahbod]
351  329123 Typo in GTime docs [Kjartan Maraas]
353 * Documentation improvements [Sven Herzberg, David
354   Schleef, Kjartan Maraas, Behdad Esfahbod]
356 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
358 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
359 =================================================
361 * Memory management: 
362   Runtime debugging support: The slice allocator
363   can be turned off by setting G_SLICE=always-malloc
364   in the environment. Zeroing of freed memory can
365   now be turned on at runtime by setting
366   G_DEBUG=gc-friendly in the environment. [Tim Janik]
368 * Bugs fixed:
369  328253 HP-UX/IA-64 uses ".so" as default shared library 
370         extension [Albert Chin]
371  143380 unicode-encoding test fails converting to UTF-16 
372         with libiconv [Marc Moorcroft]
373  328254 Build breakage (GSlice) [Jens Ganseuer]
374  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
376 * Translation updates (da,et,zh_CN)
378 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
379 =================================================
381 * Type system:
382   Fix a problem with g_object_compat_control() which 
383   can lead to segfaults in GTK+ applications on 64bit 
384   platforms. 
386 * Thread suppport: 
387   Unused threads now fall back to the global pool after 
388   500 milliseconds, where they wait for another 
389   max-idle-time milliseconds. [Sebastian Wilhelmi]
391 * Fix a memory allocation problem in GKeyFile. [Morten 
392   Welinder]
395 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
396 =================================================
398 * GTree:
399  - Replace the simple recursive implementation by
400    a nonrecursive, threaded one  [Maurizio Monge]
402 * Change g_filename_display_name and
403   g_filename_display_basename to use the Unicode
404   replacement character U+FFFD instead of a question
405   mark, and don't append "(invalid encoding)"  [Matthias]
407 * Documentation improvements [Sven Herzberg, Federico
408   Mena Quintero, Stefan Kost]
410 * Bugs fixed:
411  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
412         [Bogdan Nicula]
413  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
414  169285 "threaded" tree implementation for GTree 
415         [Maurizio Monge]
416  326747 g_filename_display_basename adds (invalid encoding) 
417         [Alberto Ruiz]
419 Other contributors: Christian Kellner, Murray Cumming
421 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
424 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
425 =================================================
427 * Memory management:
428  - Add tests for cache colorization [Tim Janik]
429  - Minimize space consumption if small amounts of differently
430    sized slices are allocated, at a small performance cost.  [Tim]
432 * Thread support:
433  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
434    Sebastian Wilhelmi]
435  - Add g_thread_pool_set_sort_function() to allow sorting the 
436    tasks of a threadpool.  [Martyn Russell]
437  - Add g_thread_pool_set_idle_time() to allow unused threads
438    to exit after a certain time.  [Martyn]
440 * Type system:
441  - introduce a new type GInitiallyUnowned, which has an initial
442    floating reference. [Tim]
443  - Add support for GType parameters. [Matthias]
445 * Main loop:
446  - Add g_main_context_is_owner() to determine if the current
447    thread is the owner of the context.  [Michael Meeks]
449 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
450   wrapper functions instead of macros.  [Manish Singh]
452 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
453   Stefan Kasal, Dan Williams]
455 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
457 * Bugs fixed:
458  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
459         tries to modify [J. Ali Harlow]
460  324332 g_option_context_parse() returns false without setting error 
461         [Tim-Philipp Müller]
462  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
463  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
464  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
465         gpointer [Andrew Paprocki]
466  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
467         Stanislav Brabec]
468  325273 Error in documentation for glib_check_version () [Declan Naughton]
469  325310 g_spawn_sync hangs when catching both stdout and 
470         stderr [Tor Lillqvist]
471  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
472  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
473  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
474  325438 a typo (compatability) [Stefan Kasal]
475  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
478 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
479 =================================================
481 * Memory management
482  - The slice allocator is implemented [Tim Janik]
483  - g_slice_free_chain() has been renamed to 
484    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
485  - Mem chunks are deprecated [Matthias Clasen]
487 * Data structures
488  - Hash tables are refcounted, and have a boxed type [Tim]
490 * Thread support
491  - Support for Solaris threads has been removed 
492    [Sebastian Wilhelmi, Andrew Paprocki]
493  - g_async_queue_sort(), g_async_queue_push_sorted() have 
494    been added to allow GAsyncQueue to be used as a priority 
495    queue, together with the corresponding _unlocked 
496    variants  [Martyn Russell]
498 * GObject:
499  - The concept of a floating initial reference has been
500    moved from GtkObject to GObject [Tim]
502 * Win32 changes:
503  - Make g_rename() replace existing files [Tor Lillqvist]
505 * Misc new API:
506  - G_GUINT64_CONSTANT macro to define guint64 
507    constants [Andrew Paprocki]
508  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
509    compiler to emit a warning if the value returned
510    by a function is ignored. [Arjan van de Ven, Alex Larsson]
511  - GList and GSList now have sort functions which take an
512    extra user data argument [Martyn Russell]
513  - g_param_spec_ref_sink() has been added for consistency [Tim]
515 * $LOGNAME is respected when determining user data. [Laszlo Peter]
517 * Other changes and bug fixes [Tim, Matthias, Behdad, 
518   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
519   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
520   Andreas Schwab, Kalle Vahlman]
522 * Documentation
523  - Deprecation warnings carry version information [Matthias]
524  - The slice allocator has been documented [Matthias, Tim]
525  - Other improvements [Morten Welinder]
527 Overview of Changes from GLib 2.8.x to GLib 2.9.0
528 =================================================
529 * Unicode support:
530  - The Unicode tables have been updated to Unicode 4.1, 
531    adding several new values to the GUnicodeBreakType 
532    enumeration. This breaks Pango <= 1.10 
533    [Behdad Esfahbod]
534  - The various Unicode character predicate functions 
535    (g_unichar_isalpha, g_unichar_isdigit,...) have
536    been optimized
537    [Behdad]
538  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
539    These functions handle negative offsets now, and
540    going backwards in g_utf8_offset_to_pointer uses
541    "stutter stepping".
542    [Larry Ewing, Matthias Clasen]
544 * Memory management:
545  - Mem chunks are no longer used internally in GLib and
546    GObject. GMemChunk will be deprecated in GLib 2.10
547  - All APIs based on GAllocator (g_list_push/pop_allocator,
548    and similar push/pop_allocator functions for other
549    data structures) have been deprecated, since they
550    never worked as intended.
551  - The g_slice_* functions have been added as a 
552    new API for fast allocation of small memory blocks. 
553    The implementation in GLib 2.9.0 is just a simple 
554    wrapper around malloc. GLib 2.10 will have an
555    efficient and scalable implementation. 
556    [Tim Janik, Matthias]
558 * Pattern matching:
559  - g_pattern_match has been optimized to avoid
560    unnecessary recursion.
561    [Tim, Matthias]
563 * g_intern_string, g_intern_static_string: 
564  - New functions to intern strings. These are now used 
565    by GObject to avoid duplicating static strings 
566    [Matthias]
568 * g_thread_foreach: 
569  - New function to iterate over all GThreads 
570    [Tim, Matthias]
572 * g_date_set_time_t, g_date_set_time_val:
573  - New functions to set a GDate from a time_t or
574    GTimeVal value. g_date_set_time has been deprecated 
575    in favor of these.
576    [Roger Leigh]
578 * g_snprintf and g_vsnprintf:
579  - These functions are no longer declared in gprintf.h, 
580    since they are in glib.h
581    [Matthias]
583 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
584 =================================================
585 * Optimize single-character insertions in GString [Ross Burton]
586 * Fix build problems on OS X
587 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
588 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
589 * Documentation improvements [Tristan van Berkom, Behnam
590   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
591 * New and updated translations (ca,cy,ko,ro,uk)
593 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
594 =================================================
595 * Make g_value_transform() handle enum values
596   correctly on ppc64.  [Michael Lorenz]
597   (Third-party code accessing enumeration values 
598   in GValues should also be changed to access 
599   v_long, not v_int, in order to work on bigendian 
600   64bit machines.)
601 * Make g_flags_get_first_value() handle a value
602   of 0 meaningfully. [Tim-Philipp Müller] 
604 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
605 =================================================
606 * Make atomic operations on s390 work [Matthias]
607 * Fix C++ guards in gstdio.h [Tor Lillqvist]
609 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
610 =================================================
611 * Add native implementations of atomic operations 
612   on s390 [Matthias]
613 * Make atomic reference counting of closures
614   work on s390 [Matthias]
615 * Avoid an infinite loop in g_convert_with_iconv().
616   [Sebastian Bacher]
617 * Documentation improvements [Ross Burton]
619 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
620 =================================================
621 * Thread-related changes
622  - Fix build issues on HP-UX [Paul Cornett]
623  - Threadsafe access to flags stored in datasets [Tim Janik]
624  - Fix several issues with atomic refcounting for 
625    closures, objects and paramspecs [Tim]
626  - Improve tests for atomic refcounting changes [Tim]
627 * Fix handling of stateful encodings in g_convert_* [Matthias]
628 * Fix translation of GOption help output [Dan Winship]
629 * Catch format errors in translations. This may cause 
630   "make check" to fail when using older versions
631   of gettext [Matthias]
632 * Win32 bug fixes [Tor Lillqvist]
633 * Documentation improvements [Ross Burton, Jochen Baier, 
634   Matthias, Tim]
635 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
637 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
638 =================================================
639 * Fix g_atomic_pointer_compare_and_exchange 
640   on Sparc64 [Gert Doering]
641 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
642 * Win32 bug fixes [Tor Lillquist]
643 * Other bug fixes [Benoit Dejean, Manish Singh]
644 * Documentation improvements [Bryan Silverthorn,
645   Callum McKenzie] 
646 * New and updated translations (de,lt,sq,zh_CN)
648 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
649 =================================================
650 * GOption
651  - Allow callbacks with optional arguments [Pawel Sliwowski]
652  - Allow to turn off the automatic long option name
653    disambiguation  [Adam McLaurin]
654  - Only allow printable ASCII as short option names [Matthias]
655 * Win32
656  - Build fixes [Tor Lillqvist]
657  - Rewrite iochannel socket implementation [Tor]
658 * GObject
659  - Threadsafety improvements; in particular, refcounting
660    of objects is done atomically now. [Wim Taymans, Tim Janik]
661 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
662 * Documentation improvements [Richard Laager, Matthias]
663 * New and improved translations (bf,cs,hu,nb,nl,no)
665 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
666 =================================================
667 * Win32 build fixes [Hans Breuer]
668 * Bug fixes [Mikael Magnusson]
669 * Documentation improvements [Matthias Clasen]
670 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
672 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
673 =================================================
674 * GOption 
675  - Allow callback arguments without parameters [Dan Winship]
676 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
677 * Misc new functions:
678  - g_get_host_name [Tor Lillqvist]
679  - g_mkdir_with_parents [Tor]
680  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
681    Matthias Clasen]
682 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
683   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
684 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
685 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
686   sk,th,zh_TW)
688 Overview of Changes from GLib 2.6.x to GLib 2.7.0
689 =================================================
690 * GKeyFile
691  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
692  - Accept \r\n as line end [Bastian Nocera]
693  - Don't interpret leading zeros as octal numbers. [Matthias]
694  - Make key and group removal work [David Hoover, Matthias Hasselmann]
695 * GOption
696  - Improve formatting of --help output [Matthias, Noah Levitt]
697  - Accept -? [Matthias]
698  - Warn about duplicate main groups [Jeff Franks]
699  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
700  - Report missing arguments as errors [Björn Lindqvist]
701  - Add a boxed type for GDate [Tim-Philipp Müller]
702 * GTree
703  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
704 * Stdio wrappers
705  - Work regardless of large file support [Manish Singh]
706  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
707 * GObject
708  - Implement "toggle references" to help language bindings [Owen Taylor]
709  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
710  - Make pspec lookup a bit faster [Morten Welinder]
711 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
712 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
713   Sven Neumann, Manish, Alexis S. L. Carvalho]
714 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
715 * Add g_utf8_collate_key_for_filename() to sort filenames taking
716   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
717 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
718   NULL-terminated argument lists. [Marc Meissner]
719 * Win32 changes
720  - Improved debugability [Ulf Lamping, Hans Breuer]
721  - Make filename handling more robust [Tor, Billy Skaggs]
722  - Improve g_get_system_data_dirs() [Tor]
723  - Use more precise timers [Tor]
724  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
725 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
726   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
727   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
728   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
729   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
730   Christian Biere, Noah, Benoît Carpentier]
731 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
732   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
733   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
734 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
735   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
737 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
738 =================================================
739 * GOption
740  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
741  - Improve handling of -- [Matthias Clasen]
742  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
743 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
744 * Add gmodule-export-2.0.pc [Matthias]
745 * Win32 changes
746  - Improve hangling of UNC paths [Tor Lillqvist]
747  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
748    take and return UTF-8 now [Tor] 
749  - Make g_file_test() work more reliably, and use PATHEXT
750    when check for executables [Tor]
751  - Build and cross-compilation fixes [J. Ali Harlow]
752 * Other bug fixes [Jens Hatlak, Morten Welinder, 
753   Tor, Kalpesh Shah, Adrian Bunk]
754 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
755   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
756   Vincent Untz, Bastien Nocera]
757 * New and updated translations (cy,de,nl,ru,sq,sv)
759 Overview of Changes from GLib 2.4.x to GLib 2.6.0
760 =================================================
762 * Major new APIs
763   - GOption, a commandline option parser
764   - GKeyFile, a parser/editor for the .ini like files 
765   - Functions to support the XDG basedir specification
766   - Wrappers for common POSIX pathname functions to handle filename
767     encodings consistently. On Windows, these use UTF-8.
769 * Miscellaneous new functions
770   - g_filename_display_name() converts filenames in displayable UTF-8 strings
771   - g_uri_list_extract_uris() splits uri lists
772   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
773   - g_log_set_default_handler() installs an alternate default log handler
774   - g_get_language_names() obtains a list of applicable locale names
775   - g_strv_length() calculates the length of NULL-terminated string arrays
776   - g_win32_get_windows_version() determines the Windows version 
777   - G_GNUC_INTERNAL marks functions as non-exported
778   - glib_check_version() checks the GLib version at runtime
779   - g_debug() completes the family of logging functions
781 * Performance improvements
782   - Optimize g_utf8_validate()
783   - Optimize g_markup_parse_context_parse()
784   - Reduce signal connection complexity from O(n) to O(1) 
785   - Get rid of many PLT entries for internally used exported symbols
786   - Reduce code size by removing literal strings from g_return_if_fail()
788 * Other changes
789   - On Windows, GLib functions that take file name arguments now require
790     those to be in UTF-8. Functions that return file names return UTF-8.
791   - Use higher precision for mathematical constants
792   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
793   - Support ll as printf format modifier for long long on all platforms
794   - Clean up the ABI and enforce the list of exported symbols
795   - Add a .pc file for using gmodule in libraries
796   - Require ngettext
798 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
799 =================================================
800 * GOption: Don't list help options if group-specific
801   options have been requested [Glynn Foster]
802 * Make g_get_language_names() track locale changes [Christian Persch]
803 * Win32 bug fixes [Tor Lillqvist]
804 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
805 * New and updated translations (da,es,ja,lt,zh_CN)
806 Bugs fixed: 159530,100697,160271,160645,157255
808 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
809 =================================================
810 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
811 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
812   Morten Welinder]
813 * Reduce signal connection complexity from O(n) to O(1) 
814   [Sven Neumann]
815 * Add a .pc file for using gmodule in libraries [Owen]
816 * Add G_GNUC_MALLOC to mark functions returning newly 
817   allocated memory  [Matthias]
818 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
819   Bruce Hochstetler]
820 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
821   Frederic Crozat, Tor]
822 * Documentation improvements [Matthias, Tor, Owen]
823 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
825 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
826 =================================================
827 * GOption
828   - Add G_OPTION_FLAG_REVERSE to allow options 
829     which unset a  boolean variable [Tor Lillqvist]
830 * GChildWatch
831   - Use sigaction instead of signal [Jonas Jonnson, 
832   Archana Shah]
833   - Make the very first SIGCHLD work [Gustavo Carneiro]
834 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
835   Manish Singh, J. Ali Harlow]
836 * Documentation improvements [Matthias Clasen, Tor]
837 * Updated translations (da,ja,tr,zh_CN)
839 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
840 =================================================
841 * GKeyFile
842   - Cleanups, add more error checking [Ray Strode]
843   - Fall back to the untranslated string when getting 
844     locale strings [Mark McLoughlin]
845 * GOption
846   - Document GOption [Matthias Clasen]
847   - Better support for rest arguments [Owen Taylor, Matthias]
848   - Handle conflicts between groups [Matthias]
849 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
850 * Add g_filename_display_name() to convert filenames
851   in displayable UTF-8 strings  [Alex Larsson, Matthias]
852 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
853 * Bug fixes [Christophe Fergeau, Morten Welinder, 
854   Owen, Kjartan Maraas, Mark]
855 * Documentation improvements [Matthias, Tor]
857 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
858 =================================================
859 Add GKeyFile, a parser/editor for the .ini like files used in various
860    freedesktop.org specifications. [Ray Strode]
861 Make the handling of filename encodings consistent across all
862    GLib functions, introduce wrappers for common POSIX 
863    functions which accept the same filename encoding. [Tor Lillqvist, 
864    Owen Taylor]
865 GOption
866  - Rename g_context_option_error_quark() to a more language-binding
867    friendly name [Murray Cumming]
868  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
869 * Strip the internal aliasing prefix IA__ from function names in 
870   assertions [Matthias Clasen]
871 * Add a function to split uri lists. [Matthias]
872 * Win32 bug fixes 
873  - Don't open console windows [Tor]
874 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
875  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
876   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
877   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
878 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
879  Adam Hooper, Gustavo Carneiro]
880 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
882 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
883 =================================================
884 * GOption
885  - set the program name from argv[0] [Masatake YAMATO] 
886  - make contexts work without a main group [Anders Carlsson]
887 * Performance 
888  - Get rid of many PLT entries for internally used exported symbols,
889    and clean up the ABI at the same time and make make check check the
890    list of exported symbols.  [Matthias Clasen]
891 * Add API to get ISO 8601 week numbers [Niklas Lundell]
892 * Add API to install an alternate default log handler [Darin Adler]
893 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
894 * Reduce code size bloat by removing literal strings from
895  the g_return_if_fail() macros [Owen Taylor]
896 * Add g_strv_length [Tim-Philipp Müller]
897 * Win32 changes
898  - Add API to determine the Windows version [Tor Lillqvist]
899 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
900   Manish Singh]
901 * Documentation improvements [Morten Welinder, Matthias]
902 * New and updated translations (es,nn,ro)
904 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
905 =================================================
906 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
907 * Add GOption, a commandline option parser [Anders Carlsson]
908 * Add glib_check_version [Michael Natterer]
909 * Add XDG basedir API [Ray Strode]
910 * Require ngettext [Danilo Segan]
911 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
912   Jon-Kare Hellan, Jody Goldberg]
913 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
914 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
915 * New and updated translations (bs,eu,fi,gu,ne,pa)
917 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
918 =================================================
920 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
921   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
922   Ögren, Tommi Komulainen]
923 * Documentation improvements [Soeren Sandmann, 
924   Christophe Fergeau, Danek Duvall]
925 * New and updated translations (eu,hi)
926   
927 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
928 =================================================
930 * New functions g_debug [Sven Herzberg]
931 * Use higher precision for mathematical constants [Morten 
932  Welinder]
933 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
934  [Federico Mena Quintero]
935 * Win32
936  - Handle empty digit string in printf() functions 
937    correctly [Tor Lillqvist]
938  - Support ll as format modifier for long long [Tor]
939  - Be more careful about HOME [Tor, Ivan Wong]
940  - Bug fixes [John Ehresman]
941 * Miscellaneous bug and portability fixes [Danilo Segan, 
942  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
943  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
944  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
945 * Documentation updates [Matthias Clasen, Crispin Flowerday,
946  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
947 * New and updated translations (ja,ne,no,wa)
949 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
950 =================================================
952 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
953 * Miscellaneous bug and portability fixes [Owen Taylor,
954   Matthias Clasen, Jonas Jonsson, Christian Krause,
955   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
956   Piotr Klaban]
957 * Documentation updates [Matthias]
958 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
959   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
961 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
962 =================================================
964 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
965 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
966 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
967   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
968   Sebastian Wilhelmi]
969 * Documentation updates [Owen]
970 * Updated translations (hr,ro)
972 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
973 =================================================
975 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
976 * GMain threading fixes and improvements [Sebastian]
977 * Win32 [Tor Lillqvist]
978  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
979  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
980 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
981 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
983 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
984 =================================================
986 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
987 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
988 * Add atomic operations and use it for the async queue and
989   gonce implementation. [Sebastian Wilhelmi]
990 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
991 * Add g_main_depth() for finding the recursion depth of the main
992   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
993 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
994 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
995 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
996 * Updated translations (cy,et,ga,sq)
998 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
999 =================================================
1001 * Add a native AIX gmodule implementation. [Laurent Vivier]
1002 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
1003 * Extend GQueue API to match the GList API. [Soeren Sandmann]
1004 * Add g_hash_table_find().  [Tim Janik]
1005 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
1006 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
1007 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
1008 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
1009   Matthias]
1010 * Add g_strsplit_set(). [Soeren]
1011 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
1012   Soeren, Matthias]
1013 * Win32 build fixes. [Tor Lillqvist]
1014 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
1015   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
1016   Matthias]
1017 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
1019 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
1020 =================================================
1022 * Add G_MAXSIZE. [Manish Singh]
1023 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
1024   implementing the init-by-array functionality of the 
1025   original mersenne twister. Add g_rand_copy(). Improve seeding. 
1026   [George Lebl]
1027 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
1028 * Add g_ptr_array_foreach(). [Matthias Clasen]
1029 * Add g_timer_continue(). [Tim-Philipp Müller]
1030 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
1031 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
1032   g_file_test() there too [Hans Breuer] 
1033 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
1034 * Add G_DEFINE_TYPE() plus variants to ease the constuction
1035   of GObject boilerplate code.  [Tim Janik]
1036 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
1037 * Documentation improvements [Matthias, Manish]
1038 * Win32 build fixes [Hans]
1039 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
1040   Zack Rusin]
1041 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
1043 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
1044 =================================================
1046 * Add glib/gi18n.h and glib/gi18n-lib.h for common
1047   gettext support, including a Q_() macro for translation
1048   with context [Matthias Clasen]
1049 * Add a more flexible G_FILENAME_ENCODING variable
1050   as a replacement for G_BROKEN_FILENAMES [Matthias]
1051 * Fix the return value g_main_context_iterate() for
1052   newly ready sources [Padraig O'Briain]
1053 * Handle Hangul composition for normalization [Noah Levitt]
1054 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
1055 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
1056 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
1057 * Documentation improvements [Matthias]
1058 * GObject [Tim Janik]
1059  - Support '-' in g_signal_connect()/disconnect() names
1060    like 'swapped-signal'.
1061  - Add g_type_class_peek_static() and use to optimize
1062    g_object_new() for static types [Tim]
1063  - Allow setting construct-only properties from within
1064    init() implementations
1065  - Enforce readability/writeability in g_object_set/get()
1066 * Fix bug with g_ascii_strtod and multi-byte separator.
1067   [Behdad Esfahbod, Roozbeh Pournader]  
1068 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
1069   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
1070   Morten Welinder]
1071 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
1073 Overview of Changes from GLib 2.2.x to GLib-2.3.0
1074 =================================================
1076 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
1077 * Update Unicode data to Unicode 4.0 [Noah Levitt]
1078 * Support XML-safe formatted output with 
1079   g_markup_[v]printf_escaped [Owen Taylor]
1080 * Add g_file_read_link to read symbolic links [Matthias]
1081 * Add g_unichar_get_mirror_char to obtain the 
1082   mirrored variant of a character [Noah]
1083 * Support for one-time initialization functions. 
1084   [Sebastian Wilhelmi]
1085 * Miscellaneous API additions: g_vasprintf
1086   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
1087 * Docs improvements [Matthias]
1088 * Add support instance-private data on classed types
1089   [Mark McLoughlin, Tim Janik, Owen]
1090 * Optimize signal emissions [Soeren Sandmann, Tim]
1091 * Support a "default vtable" per interface [Tim]
1092 * Add support for properties on interfaces [Owen, Tim]
1093 * Miscellaneous API additions: g_value_take_string(),
1094   g_value_take_param(), g_value_take_object(), 
1095   g_value_take_boxed(). [Matthias]
1096 * Win32 build fixes [Tor Lillqvist]
1098 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
1099 =================================================
1101 * Fix a problem with g_thread_init() on 64-bit problems
1102   [Alceste Scalas, Sebastian Wilhelmi]
1103 * Add assembly implementations of byteswap macros
1104   for ia64 and x86_64. [Manish Singh]
1105 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
1106 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
1108 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
1109 =================================================
1111 * Win32 bug fixes [Tor Lillqvist]
1112 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
1113   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
1114 * Ensure we have a GUINT64_FORMAT by pulling in Trio
1115   if necessary [Manish Singh]
1116 * Further Trio build fixes [Matthias Clasen, Owen]
1117 * Hack around gcc, libtool issues with -pthread [Owen]
1118 * Docs improvements [Matthias]
1119 * Bug and portability fixes 
1120 * Updated and new translations (bg,de,fi,fr,sq,fr)
1122 Other contributors: Kai Poitschke, Morten Welinder
1124 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
1125 =================================================
1127 * autoconf changes to make it possible to cross compile
1128   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
1129   Johannes Stezenbach]
1130 * Use libintl when it has bind_textdomain_codeset() and
1131   GLib doesn't. [Owen]
1132 * Improve generation of pseudo-random integers [Morten Welinder, 
1133   Sebastian Wilhelmi]
1134 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
1135 * Cleanup include order [Sven Neumann]
1136 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
1137 * Doc fixes and additions [Matthias]
1139 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
1140   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
1142 Overview of Changes from GLib 2.0.x to GLib-2.1.x
1143 =================================================
1145 * Add copy of the Trio library to build and use for printf() when 
1146   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
1147 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
1148 * Add g_markup_parse_context_get_element() [Matthias]
1149 * Add g_utf8_strreverse [Matthias]
1150 * Add g_ascii_strtoull() [Tim Janik]
1151 * Support scanning of 64-bit values with GScanner [Tim]
1152 * Add g_set/get_application_name() [Havoc Pennington]
1153 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
1154   Use for g_return_if_fail(). [Matthias Clasen]
1155 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
1156 * Improve the seeding algorithm of GRandom to avoid problems
1157   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
1158   environment variable. [Sebastian Wilhelmi]
1159 * Improve thread configure checks, use -pthread where applicable
1160   [Sebastian]
1161 * Improve handlng of thread priorities [Sebastian]
1162 * Fix up parameter names that might shadow functions from
1163   system headers [Soeren Sandmann]
1164 * Clean up usage of deprecated functions [Manish Singh]
1165 * Docs fixes and improvements. In particular, include "Since" information.
1166   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
1167   Owen Taylor, Morten Welinder]. 
1169 Overview of Changes in GLib 2.0.7
1170 =================================
1172 * Fix C++ warnings in gtype.h [Dom Lachowicz]
1173 * Fix g_type_fundamental_next() [Tim Janik]
1174 * Fix various missing includes of config.h [Morten Welinder]
1175 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
1176 * Various 64-bit fixes [Manish Singh]
1177 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
1178 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
1179 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
1180      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
1181      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
1182 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
1184 Overview of Changes in GLib 2.0.6
1185 =================================
1187 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1188 * Clean up debug spew from GObject [Anders Carlsson]
1189 * Compiler warning fixes [David L. Cooper II]
1190 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1191 * Fixes for --disable-debug [Sebastian Wilhelmi]
1192 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
1193   Rajkumar Sivasamy, Laurent Vivier]
1194 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
1195   Sebastian Rittau, Linus Welleij]
1196 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1197 * Updated translations (bg,ko,vi)
1199 Overview of Changes in GLib 2.0.5
1200 =================================
1202 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1203 * Clean up debug spew from GObject [Anders Carlsson]
1204 * Compiler warning fixes [David L. Cooper II]
1205 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1206 * Fixes for --disable-debug [Sebastian Wilhelmi]
1207 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
1208   Rajkumar Sivasamy, Laurent Vivier]
1209 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
1210   Sebastian Rittau, Linus Welleij]
1211 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1212 * Updated translations (bg,ko,vi)
1214 Overview of Changes in GLib 2.0.4
1215 =================================
1217 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
1218 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
1219 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
1220 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
1222 Overview of Changes in GLib 2.0.3
1223 =================================
1225 * Handle sorting 0-length arrays (Ron Arts)
1226 * Threading fixes (Sebastian Wilhelmi)
1227 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
1228   Sebastian, Qingjiang Yuan)
1229 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
1230 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
1231 * Win32 fixes (Tor Lillqvist)
1232 * Try to fix g_get_charset() related segfaults. (Owen)
1233 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
1234   Andrew P. Lentvorski, Jr.)
1235 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
1236 * g_markup fixes. (Matthias Clasen.)
1237 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
1238   Wayne Schuller)
1240 Overview of Changes in GLib 2.0.1
1241 =================================
1243 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
1244 * Performance improvements for GObject parameter lookup, 
1245   g_filename_to/from_utf8() [Alex Larsson]
1246 * Actually check interface prerequisites [Matthias Clasen,
1247   Miroslaw Dobrzanski-Neumann]
1248 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
1249 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
1250 * Fixes for g_log() and threading.
1251   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
1252 * Make g_print(), g_printerr(), g_warning(), etc, convert from
1253   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
1254 * Fixes for GIOChannel on windows. [Tor Lillqvist]
1255 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
1256 * Fix file descriptor leak in g_file_get_contents() [Matthias]
1257 * Workaround iconv() problems on older Solaris [Lauri Alanko]
1258 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
1259 * Minor bug fixes.
1261 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
1262   Akira Tagoh, Morten Welinder
1265 Overview of Changes in GLib 2.0.0
1266 =================================
1268 * Thread portability fixes [Sebastian Wilhelmi]
1269 * Documentation updates [Owen Taylor]
1270 * Make g_strerror(), g_strsignal() properly return UTF-8,
1271   call bind_text_domain_codeset() so that error strings
1272   are in UTF-8 as well. [Owen, Tor Lillqvist]
1274 Overview of Changes in GLib 2.0.0 rc1:
1275 ======================================
1277 * Win32 fixes [Tor Lillqvist]
1278 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
1279 * Fix up g_date_strftime [Daniel Elstner]
1280 * Add some structure padding [Tim Janik]
1281 * Make g_get_homedir() prefer the users home directory to $HOME
1283 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
1285 Overview of Changes in GLib 1.3.15:
1286 ===================================
1288 * Speed up marshalers by using private access to GValue 
1289   [Anders Carlsson, Tim Janik]
1290 * Reduce GValue to 2 elements [Tim]
1291 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
1292 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
1293 * Add padding to various structures [Owen Taylor, Tim]
1294 * Win32 fixes [Tor Lillqvist]
1296 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
1297   Daniel Elstner
1299 Overview of Changes in GLib 1.3.14:
1300 ===================================
1302 * Register value transformations for gint64, guint64 [Andy Wingo]
1303 * Build with large-file support [Sven Neumann, Owen Taylor]
1304 * Fix handling of hostnames in URI's [Darin Adler]
1305 * Main loop bug fixes [Havoc Pennington, Owen]
1306 * Doc fixes and improvements [Manish Singh, Tim Janik]
1307 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
1308 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1309 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
1310 * Miscellaneous bug fixes
1312 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
1313   Morten Welinder.
1315 Overview of Changes in GLib 1.3.13:
1316 ===================================
1318 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
1319 * Miscellaneous win32 fixes [Tor, Hans Breuer]
1320 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
1321 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
1322 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
1323 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
1324   Laszlo Peter, Havoc Pennington, Tim Janik]
1326 Overview of Changes in GLib 1.3.12:
1327 ===================================
1329 * Implement closure chaining, fixing up API (Tim Janik)
1330 * Closure chaining test case (James Henstridge)
1331 * Make GType long not int where both are equal width (Tim)
1332 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
1333 * Fixes for NetBSD. (Dan Winship)
1334 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
1335 * Save space for GBSearchArray (Tim Janik)
1336 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
1338 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
1339   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
1340   Sebastian Wilhelmi.
1343 Overview of Changes in GLib 1.3.11:
1344 ===================================
1346 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1347 * Documentation improvements [Matthias Clasen]
1348 * Portable directory handling API [Hans]
1349 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
1350 * Fix excess relocations in Unicode tables [Andrew Taylor]
1351 * Fix gpattern for UTF-8 [Matthias Clasen]
1352 * Support overriding class closures [Tim Janik]
1353 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
1354 * Hide pointers to type information inside GType to reduce locking
1355   [Alex Larsson, Tim]
1356 * Adds check for direct inclusion of gobject/*.h [Owen]
1357 * GObject API cleanups [Tim]
1359 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
1360   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
1363 Overview of Changes in GLib 1.3.10:
1364 ===================================
1366 * Many Win32 fixes and improvements [Tor Lillqvist]
1367 * Documentation improvements [Matthias Clasen]
1368 * g_string_printfa() renamed to g_string_append_printf()
1369 * Use libcharset from libiconv to implement charset detection
1370   more portably. [Owen Taylor, Hidetoshi Tajima]
1371 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
1372 * Make support for 64 bit integers a requirement [Joshua]
1373 * GPattern improvements [Tim Janik, Matthias]
1374 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
1375 * Many bug fixes and minor tweaks.
1377 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
1378   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
1379   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
1380   Jacob Berkman
1383 Overview of Changes in GLib 1.3.9:
1384 ==================================
1386 * Fixes for comparison of threads [Sebastian Wilhelmi]
1387 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
1388 * Win32 fixes [Tor Lillqvist, Hans Breuer]
1389 * Add a len argument to g_ascii_strup/strdown
1390 * Bug, portability fixes, cleanups.
1392 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
1395 Overview of Changes in GLib 1.3.8:
1396 ==================================
1398 * Documentation updates [Owen]
1399 * Made GType interfaces overridable in derived types
1400 * Many win32 fixes [Tor Lillqvist]
1401 * Miscellaneous cleanups and fixes
1403 Other contributors:
1404   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
1407 Overview of Changes in GLib 1.3.7:
1408 ==================================
1410 * Integrate GClosure support into the main loop [Owen Taylor]
1411 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
1412 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
1413 * Minor hash table optimizations
1414 * Main loop and threading improvements [Sebastian Wilhelmi]
1415 * Added g_ascii_* functions to be used for locale insensitive UTF-8
1416   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
1417 * Add functions for Unicode case-conversion, normalization, and 
1418   collation [Owen]* GString improvements [Owen]
1419 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
1420 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
1421 * Make code 64bit clean [Mark Murnane]
1422 * More G_CONST_RETURN fixes
1423 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
1424 * Miscellaneous bug and API fixes
1426 Other contributors:
1427   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
1428   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
1429   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
1430   Peter Williams
1433 Overview of Changes in GLib 1.3.6:
1434 ==================================
1436 * Threads have a "return value" from g_thread_join
1437 * Removed ability to adjust thread stack size
1438 * Prefix warnings with progname/PID by default, change toggle for this to 
1439   be an env variable G_MESSAGES_PREFIXED not a compile-time option
1440 * GMarkup speedups
1441 * GDate const, convenience fixups
1442 * Include test cases that headers are compilable by C++ compiler
1443 * Add ability to spawn processes with argv[0] != executable path.
1444 * g_strstr_len, g_strrstr, g_strrstr_len
1445 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
1446 * Misc bug fixes
1449 Overview of Changes in GLib 1.3.5:
1450 ==================================
1452 * Added an installed glib-mkenums Perl program for parsing enumeration
1453   declarations from header files.
1454 * Mark some additional deprecated functions.
1455 * Bug and Portability fixes
1458 Overview of Changes in GLib 1.3.4:
1459 ==================================
1461 * Efficiency improvements for GThreadPool
1462 * A few bug fixes
1463 * Build fixes
1464 * Documentation improvements
1467 Overview of Changes in GLib 1.3.3:
1468 ==================================
1470 GLib:
1472 * More user_data support in various functions.
1473 * Main loop API revamps to support per-thread main loops.
1474 * Unicode handling improvements.
1475 * Implemented debugging traps.
1476 * G_CONST_RETURN specification all over the place.
1477 * Various new small utility functions.
1478 * Random number generator precision improvements.
1479 * New configure option --disable-mem-pools.
1480 * Many Win32 improvements.
1481 * Added g_try_malloc() friends varinats.
1482 * Many documentation improvements.
1483 * Many threading improvements, support for dynamic allocation
1484   of static mutexes.
1485 * GHookLIst API cleanups.
1486 * Improved format support of GDate parser.
1487 * String function speed improvements with new g_stpcpy().
1488 * Hashtable API additions.
1489 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
1490 * Optimizations, cleanups, bug fixes.
1492 GObject:
1494 * Added many convenience functions.
1495 * GClosure and GParamSpec use float/sink ref-counting scheme now.
1496 * Reworked property change notification.
1497 * Binary searchable array cleanups, so it's widely usable now.
1498 * Added static content keeping for some GValue types.
1499 * Support for statically scoped signal parameters.
1500 * Extinguished property trailer args in set/get interface.
1501 * Added support for abstract types.
1502 * G_CONST_RETURN specification all over the place.
1503 * Split parameter exchange functionality into value transforms
1504   and parameter conversions.
1505 * Added signal emission hooks and signal accumulators.
1506 * Added interface prerequisites to support is_a (interface, object)
1507   relations.
1508 * Implemented GValueArray.
1509 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
1510   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
1511   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
1512 * Varrags value collection improvements.
1513 * Implemented debugging traps.
1514 * Made things thread-safe.
1515 * Many documentation improvements.
1516 * Many cleanups, optimizations and bug fixes.
1519 Overview of Changes in GLib 1.3.2:
1520 ==================================
1522 GLib:
1524 * Win32 build improvements  [Tor]
1525 * Improvements to error reporting  
1526   (g_critical(), g_return_if_reached()) [Darin]
1527 * Add g_strlcpy/g_strlcat  [David Wheeler]
1528 * New IO channel implementation for Win32  [Tor] 
1529 * Make g_array_free, g_string_free return pointer to memory requested
1530   not to be freed.  [Darin]
1531 * Added GError based error reporting for thread functions.  [Sebastian]
1532 * Moved reference docs into GLib distribution. [Owen]
1533 * Added g_convert() for doing convenient character set conversions based
1534   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
1535 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
1536   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
1537 * Portability fixes for threading.  [Sebastian]
1538 * Added convenient functions for launching new processes (g_spawn_*),
1539   and shell quoting/unquoting functions.  [Havoc]
1540 * Split glib.h into many headers.  [Sebastian]
1541 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
1542 * Fixed confusions between comparison functions that return <0, 0, >0
1543   and equaility functions that return FALSE,TRUE.  [Sebastian]
1544 * Added safe/portable temporary file manipulation functions.  [Tor]
1545 * autoconf improvements.  [Raja]
1546 * Many documentation improvements.
1547 * Bug fixes.
1549 GObject:
1551 * Added boxed and pointer types.  [Tim/Jonathan]
1552 * Added callback abstraction (GClosure)  [Tim]
1553 * Added signal system (GSignal)  [Tim]
1554 * Make GTypePlugin an interface  [Tim]
1555 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
1556 * Bug fixes.
1559 What's new in GLib 1.3.1:
1560 =========================
1562 * New GObject library added including object system based on
1563   the GTK+ object system. 
1564 * Functions for getting the properties of Unicode characters, 
1565   computing the canonical decomposition and ordering combining
1566   characters aand manipulating UTF-8 string manipulation based
1567   on libunicode.
1568 * GString now properly handles embedded nuls.
1569 * Multiple fixes from the 1.2.x branch.
1570 * Upgrade to libtool 1.3.3
1571 * Full thread support (thread creation and destruction).
1572 * BeOS port, BeOS dynamic modules.
1573 * Many improvements to the Windows ports.
1574 * Improvements to the OS/2 port, OS/2 module support.
1575 * Double ended queue implementation.
1576 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
1577 * New configure option --enable-msg-prefix to prefix messages, warnings
1578   et ceteri with the program name and the process id.
1579 * New thread-safe random number generator Mersenne Twister.
1580 * g_strcompress() added, g_strescape() had a slight API change, and
1581   more tightly defined semantics.
1582 * the g_string(x) macro has been removed, #x may be used instead.
1583