Don't return the wrong change. (#155856, Lucas Rocha)
[platform/upstream/glib.git] / ChangeLog.pre-2-6
1 2004-10-20  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/goption.c (get_change): Don't return the wrong 
4         change.  (#155856, Lucas Rocha)
5
6 2004-10-17  Matthias Clasen  <mclasen@redhat.com>
7
8         * glib/gutils.h (G_IS_DIR_SEPARATOR): 
9         * glib/gutils.c: Make public.  (#155589, Tim-Philipp Müller) 
10
11 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
12
13         * glib/gmain.c (g_child_watch_add_full): 
14         * glib/gmain.c (g_child_watch_add): Document that GLib supports only
15         a single callback per pid. (#154828, Gustavo Carneiro)
16
17 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
18
19         * glib/gfileutils.c: Fix some C99isms.  (#154676, Kjartan Maraas)
20
21 2004-10-05  Anders Carlsson  <andersca@gnome.org>
22
23         * glib/goption.c: (g_option_context_parse):
24         Add check for if argc is 0.
25         
26         * tests/option-test.c: (empty_test3), (main):
27         Add test case.
28         
29 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
30
31         * NEWS: Update
32
33 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
34
35         * glib/gmem.c (g_mem_set_vtable): Only set vtable_set if the
36         vtable is set.  (#154352, Philippe Blain)
37
38 2004-10-03  Anders Carlsson  <andersca@gnome.org>
39
40         * glib/goption.c: (parse_arg):
41         Set arg_data on filenames. (Discovered by Mats-Ola Persson).
42         
43         * tests/option-test.c: (arg_test3), (ignore_test3), (main):
44         Add test for filename args.
45         
46 2004-10-01  Tor Lillqvist  <tml@iki.fi>
47
48         * glib/goption.c (g_option_context_parse): Use
49         g_path_get_basename() instead of strrchr(), so that either slash
50         is accepted on Windows.
51
52 2004-09-30  Matthias Clasen  <mclasen@redhat.com>
53
54         * glib/gfileutils.c: Convert filenames to UTF-8 before 
55         putting them in GErrors.  (#154078, Morten Welinder)
56
57 2004-09-29  Matthias Clasen  <mclasen@redhat.com>
58
59         * glib/glib.symbols: Add g_assert_warning.
60
61         * glib/gmessages.h:
62         * glib/gmessages.c (g_assert_warning): Treat g_assert 
63         in the same way as g_return_if_fail and move the string 
64         constants into a helper function, which also takes 
65         care of removing the "IA__" prefix from internal aliases.
66
67         * glib/gmessages.h: Move the declaration of 
68         g_return_if_fail_warning() out of the ifdefs, so that
69         building with G_DISABLE_ASSERT works.
70
71 2004-09-27  Murray Cumming  <murrayc@murrayc.com>
72
73         * glib/goptions.[h|c], glib/glib.symbols: Rename 
74         g_context_option_error_quark() to g_option_error_quark(), because that 
75         is consistent with normal naming conventions, and what bindings expect.
76
77 .2004-09-26  Matthias Clasen  <mclasen@redhat.com>
78
79         Fix #153649, Hidetaka Iwai:
80         
81         * glib/goption.c (parse_long_option): Don't forget to set parsed
82         to TRUE when parsing a long ARG_NONE option. 
83         (free_changes_list): Fix the memory management for string
84         and filename arrays.
85
86 2004-09-22  Tor Lillqvist  <tml@iki.fi>
87
88         * glib/gmessages.c: [Win32] Don't ever open a console
89         window. (Which we used to do if standard output or standard error
90         are invalid, as they are for GUI applications.) These console
91         windows that open up unexpectedly have caused endless amounts of
92         confusion among end-users. (#141102, #151175)
93
94         Don't output the process id on Windows. Only output the program
95         name. If not set with g_set_prgname(), fetch the application
96         executable's name and use that.
97
98 Mon Sep 20 00:35:14 2004  Matthias Clasen  <maclas@gmx.de>
99
100         * glib/gutf8.c (g_utf16_to_utf8): Add a note explaining how to
101         convert UTF-16 byte stream of ambiguous endianness.  (#152954,
102         Linus Walleij)
103
104 Mon Sep 20 00:17:37 2004  Matthias Clasen  <maclas@gmx.de>
105
106         * tests/option-test.c (error_test3_post_parse): 
107         * tests/option-test.c (error_test2_post_parse): 
108         * tests/option-test.c (error_test1_post_parse): Don't call 
109         g_set_error () with a NULL format.  (#153103, Robert Ögren) 
110
111 Mon Sep 20 00:13:48 2004  Matthias Clasen  <maclas@gmx.de>
112
113         Make GOption remove long options completely. (#153113, Robert Ögren)
114
115         * glib/goption.c (parse_long_option): Fix a wrong index.
116
117         * tests/option-test.c (ignore_test3): Test handling of unknown
118         options some more.
119
120 Sun Sep 19 23:56:15 2004  Matthias Clasen  <maclas@gmx.de>
121
122         * glib/goption.c (g_option_context_parse): Call error_func
123         on error, not post_parse_func again.  (#153107, Robert Ögren)
124
125 Sun Sep 19 23:52:35 2004  Matthias Clasen  <maclas@gmx.de>
126
127         * glib/gmessages.c (mklevel_prefix): 
128         * glib/gmessages.c (g_logv): Fix the types of some variables
129         to be GLogLevelFlags instead of guint.  (#153042, Philippe Blain)
130
131 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
132
133         * Version bump
134
135         * === Released 2.5.3 ===
136
137 2004-09-17  Matthias Clasen  <mclasen@redhat.com>
138
139         * NEWS: More updates.
140
141 Thu Sep 16 18:42:46 2004  Manish Singh  <yosh@gimp.org>
142
143         * glib/abicheck.sh: don't hardcode lengths for cut, instead split on
144         the third field.
145
146 Thu Sep 16 18:15:32 2004  Manish Singh  <yosh@gimp.org>
147
148         * glib/gstrfuncs.c (g_strncasecmp): Make it take a guint for number
149         of characters, instead of a gsize. Technically this is incorrect,
150         but this makes it match the prototype, and this is a deprecated
151         function anyway.
152
153 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
154
155         * glib/Makefile.am (EXTRA_DIST): Add abicheck.sh
156
157 Thu Sep 16 02:03:15 2004  Matthias Clasen  <maclas@gmx.de>
158
159         Implement the same PLT reduction technique used in GTK+:
160         
161         * glib/glib.symbols: Master list of symbols
162
163         * glib/makegalias.pl: Perl script which creates galias.h
164
165         * glib/abicheck.sh: Compares actual exports against glib.symbols 
166
167         * glib/glib.def: Removed. This file is now generated from
168         glib.symbols
169         
170         * glib/Makefile.am: Add rules to generate galias.h and glib.def,
171         and add abicheck.sh to TESTS. Don't export _-prefixed symbols.
172         
173         * configure.in: Add --disable-visibility to suppress the 
174         use of ELF visibility attributes.
175
176         * glib/*.c: Include galias.h
177
178 2004-09-15  Tor Lillqvist  <tml@iki.fi>
179
180         * glib/gwin32.c (g_win32_error_message): Convert message to
181         UTF-8. Technically this breaks API, but the actual use cases in
182         gdk/win32 have assumed it is UTF-8 anyway. Fix
183         documentation. (#152618, Kazuki Iwamoto)
184
185         * glib/gwin32.h: Don't define ftruncate as a macro. Was never a
186         good idea, and it clashes with newest mingw headers, which have a
187         ftruncate implementation as an inline function. Thanks to Dominik R.
188
189         * glib/gwin32.c (g_win32_ftruncate): Simplify implementation, just
190         call _chsize() in the C library.
191
192 2004-09-15  Matthias Clasen  <mclasen@redhat.com>
193
194         * NEWS: Update.
195
196 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
197
198         * glib/gmessages.c (g_return_if_fail_warning): Strip the
199         prefix "IA__" from function names, since that is what
200         GTK+ uses for the PLT-reduction aliases. 
201
202 Thu Sep  9 13:52:26 2004  Owen Taylor  <otaylor@redhat.com>
203
204         * glib/gmessages.c (g_return_if_fail_warning): 
205         Include implementation of g_return_if_fail_internal().
206
207 Thu Sep  9 10:37:41 2004  Owen Taylor  <otaylor@redhat.com>
208
209         * glib/gmessages.h (g_return_[val_]if_fail): Use
210         a helper function to reduce code size; omit FILE/LINE
211         when we have __PRETTY_FUNCTION__.
212
213 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
214
215         * glib/gutils.c (g_get_home_dir): Remove a misleading comment.
216
217 Thu Sep  9 00:10:40 2004  Matthias Clasen  <maclas@gmx.de>
218
219         * glib/gstrfuncs.h: 
220         * glib/gstrfuncs.c (g_strv_length): Add a function to 
221         calculate the length of a NULL-terminated string 
222         array.  (#150455, Tim-Philipp Müller)
223
224         * tests/strfunc-test.c (main): Add a test for g_strv_length().
225
226 2004-09-08  Tor Lillqvist  <tml@iki.fi>
227
228         * glib/gutils.c (guess_category_value): On Win32, as last resort
229         call g_win32_getlocale() to get the current thread locale. There
230         usually aren't any POSIXish LANG or LC_* environment variables
231         present on Windows machines.
232
233         * glib/glib.def: Add g_get_language_names.
234
235 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
236
237         * glib/gutils.h: 
238         * glib/gutils.c (g_get_language_names): Add a function to
239         return a list of applicable locale names.  (#95587, 
240         Hidetoshi Tajima)
241         (guess_category_value, compute_locale_variants):
242         (explode_locale, unalias_lang, read_aliases): Helper 
243         functions for g_get_language_names()
244
245         * tests/testglib.c (main): Show the results of 
246         g_get_language_names()
247
248 Sun Sep  5 01:46:11 2004  Matthias Clasen  <maclas@gmx.de>
249
250         * glib/glib.def: 
251         * glib/gmessages.h: 
252         * glib/gmessages.c (g_log_set_default_handler): New
253         function to install an alternate default log 
254         handler.  (#66387, Darin Adler)
255
256 2004-09-03  Tor Lillqvist  <tml@iki.fi>
257
258         * glib/glib.def: Update.
259
260 Wed Sep  1 20:22:39 2004  Matthias Clasen  <maclas@gmx.de>
261
262         * glib/gdate.h:
263         * glib/gdate.c (g_date_get_iso8601_week_of_year): Add
264         a function to calculate the ISO 8601 week number of 
265         a date.  (#92579, Niklas Lundell)
266
267 2004-09-01  Anders Carlsson  <andersca@gnome.org>
268
269         * glib/goption.c: (g_option_context_parse):
270         Set program name before calling the pre-parse hooks.
271         
272 2004-09-01  Anders Carlsson  <andersca@gnome.org>
273
274         * glib/goption.c: (g_option_context_free), (print_help),
275         (g_option_context_parse):
276         Handle option contexts without a main group.
277         
278         * tests/option-test.c: (empty_test2), (main):
279         Add test case for that.
280         
281 2004-08-30  Anders Carlsson  <andersca@gnome.org>
282
283         * glib/goption.c: (g_option_context_parse):
284         Set prgname to <unknown> if argc and argv are NULL.
285         
286         * tests/option-test.c: (empty_test1), (main):
287         Add test case for that.
288         
289 Sun Aug 29 23:58:38 2004  Matthias Clasen  <maclas@gmx.de>
290
291         * glib/ghash.c (g_hash_table_lookup): Point to 
292         g_hash_table_lookup_extended() for differentiation between
293         not-found and value-is-NULL.  (#150960, Morten Welinder)
294
295 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
296
297         Fix #151193, Stepan Kasal:
298         
299         * glib/gfileutils.c (g_file_error_from_errno): 
300         * glib/gfileutils.h (enum GFileError): Add G_FILE_ERROR_NOSYS.
301
302 Fri Aug 27 00:45:41 2004  Matthias Clasen  <maclas@gmx.de>
303
304         * glib/goption.c (g_option_context_parse): Set the program name
305         from argv[0], noticed by Masatake YAMATO.
306
307 2004-08-26  Tor Lillqvist  <tml@iki.fi>
308
309         * tests/testglib.c (main): Test the new XDG basedir functions.
310
311 2004-08-25  Tor Lillqvist  <tml@iki.fi>
312
313         * glib/gwin32.c (g_win32_get_windows_version): New
314         function. Returns the Windows version code like GetVersion(),
315         except that one can pretend to be running on Win9x by setting the
316         G_WIN32_PRETEND_WIN9X environment variable. This is mainly for
317         debugging purposed.
318
319         * glib/gwin32.h: Declare it. Define macros G_WIN32_WINDOWS_IS_NT_BASED 
320         and G_WIN32_HAVE_WIDECHAR_API to test Windows features at run-time.
321
322 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
323
324         * configure.in: Post-release version bump.
325
326         * === Released 2.5.2 ===
327
328 Wed Aug 25 00:25:08 2004  Matthias Clasen  <maclas@gmx.de>
329
330         * NEWS: Update for 2.5.2
331
332 2004-08-25  Tor Lillqvist  <tml@iki.fi>
333
334         Win32 equivalences of the XDG folders
335         
336         * glib/gutils.c (get_special_folder): New function, calls
337         SHGetSpecialFolderLocation() to get path to places like the My
338         Documents folder.
339         (g_get_any_init): Use CSIDL_PROFILE as HOME if not
340         overridden by env vars.
341         (g_get_user_data_dir): Use CSIDL_PERSONAL.
342         (g_get_user_config_dir): Use CSIDL_APPDATA.
343         (g_get_user_cache_dir): Use CSIDL_INTERNET_CACHE. Debatable...
344         (g_get_system_data_dirs): Use CSIDL_COMMON_APPDATA and
345         CSIDL_COMMON_DOCUMENTS.
346         (g_get_system_config_dirs): Use CSIDL_COMMON_APPDATA.
347
348         * configure.in: Add -lole32 to G_LIBS_EXTRA for mingw.
349
350         * glib/glib.def: Add the new functions.
351
352 Mon Aug 23 16:16:35 2004  Manish Singh  <yosh@gimp.org>
353
354         * glib/goption.c (g_option_group_add_entries): remove unused
355         variable.
356
357 Mon Aug 23 01:35:18 2004  Matthias Clasen  <maclas@gmx.de>
358
359         * glib/gutils.c (g_get_user_cache_dir): 
360         * glib/gutils.c (g_get_user_config_dir): 
361         * glib/gutils.c (g_get_user_data_dir): Don't call g_get_home_dir()
362         while holding the g_utils_global lock, simply use g_home_dir. 
363         (#150695, Jody Goldberg)
364
365 2004-08-21  Tor Lillqvist  <tml@iki.fi>
366
367         * glib/giowin32.c (g_io_win32_finalize): Tell select_thread to
368         break out of its loop. Prevents a thread leak. (#147392, Peter
369         Zelezny)
370
371         * glib/gunicollate.c (g_utf8_collate_key): Guard against bogus
372         return value from strxfrm(). For instance Microsoft's strxfrm()
373         returns INT_MAX on errors. (#141124)
374
375 2004-08-19  Tor Lillqvist  <tml@iki.fi>
376
377         * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): Correct
378         source and destination charset parameter order in g_convert()
379         call. (#150394, possibly also #141124)
380
381 2004-08-20  Jon K Hellan  <hellan@acm.org>
382
383         * glib/goption.h: Remove trailing commas.
384
385 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
386
387         * configure.in: Check for all four values of the
388         visibility attribute; gcc 2.96 seems to miss 
389         "default".  (#150379, Vincent Noel)
390
391 2004-08-16  Christian Rose  <menthos@menthos.com>
392
393         * configure.in: Added "bs" to ALL_LINGUAS.
394
395 2004-08-11  Ray Strode  <rstrode@redhat.com>
396
397         * docs/reference/glib/glib-sections.txt: 
398         * glib/gutils.[ch] (g_get_user_data_dir),
399         (g_get_user_config_dir), (g_get_user_cache_dir),
400         (g_get_system_data_dirs), (g_get_system_config_dirs): 
401         Add new XDG basedir API (bug 139973).
402
403 2004-08-10  Matthias Clasen  <mclasen@redhat.com>
404
405         * glib/gmacros.h: Remove G_GNUC_INTERNAL from here.
406         * configure.in: Check whether the visibility attribute
407         works and define G_HAVE_GNUC_VISIBILITY and 
408         G_GNUC_INTERNAL in glibconfig.h correspondingly.
409
410 Mon Aug  9 17:37:56 2004  Matthias Clasen  <maclas@gmx.de>
411
412         * glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
413
414 2004-08-06  Hans Breuer  <hans@breuer.org>
415
416         * glib/makefile.msc.in glib/glib.def : updated
417
418         * glib/gutils.c : avoid 'inconsitent dll linkage' by not
419         defining extern char** environ with msvc
420
421 2004-08-06  Matthias Clasen  <mclasen@redhat.com>
422
423         * m4macros/glib-gettext.m4: Require ngettext.  (#123847,
424         Danilo Segan)
425
426 Thu Aug  5 20:53:00 2004  Ray Strode  <rstrode@redhat.com>
427
428         * glib/gutils.h (g_get_codeset): strdup result so caller
429         doesn't free internally managed memory.
430
431 2004-08-04  Tor Lillqvist  <tml@iki.fi>
432
433         * glib/glib.def: Add glib_check_version.
434
435         * config.h.win32.in: Update to match what configure produces. Add
436         the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
437         HAVE_INT64_AND_I64 to where the configure script puts it. Add
438         HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
439
440 Tue Aug  3 16:19:44 2004  Matthias Clasen  <maclas@gmx.de>
441
442         * glib/goption.c: Mark user visible strings for translation.
443
444 Tue Aug  3 15:50:55 2004  Matthias Clasen  <maclas@gmx.de>
445
446         * glib/goption.[hc]: Pedantically use g types throughout.
447
448 Tue Aug  3 14:58:20 2004  Matthias Clasen  <maclas@gmx.de>
449
450         * glib/gutils.h: 
451         * glib/gutils.c (glib_check_version): New function to
452         check the version of GLib at runtime.  (#149175, Michael Natterer)
453
454 2004-08-03  Anders Carlsson  <andersca@gnome.org>
455
456         * glib/goption.h:
457         * glib/gtypes.h:
458         Move GTranslateFunc to gtypes.h
459         
460 2004-08-02  Anders Carlsson  <andersca@gnome.org>
461
462         * glib/Makefile.am:
463         * glib/glib.h:
464         * glib/goption.c:
465         * glib/goption.h:
466         * tests/.cvsignore:
467         * tests/Makefile.am:
468         * tests/option-test.c: 
469         Add GOption.
470
471 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
472
473         * glib/gmacros.h: Add a G_GNUC_INTERNAL macro to mark function
474         declarations as internal and avoid PLT indirections for 
475         them.  (#145465, Arjan van de Ven)
476
477         * glib/gunicodeprivate.h: 
478         * glib/gthreadinit.h: 
479         * glib/gmessages.h: 
480         * glib/gdebug.h: 
481         * glib/gconvert.c: Use G_GNUC_INTERNAL for _g_charset_get_aliases(),
482         _g_debug_init(), _g_log_fallback_handler(), _g_mem_thread_init(),
483         _g_messages_thread_init(), _g_convert_thread_init(), 
484         _g_rand_thread_init(), _g_main_thread_init(), _g_atomic_thread_init(),
485         _g_mem_thread_private_init(), _g_messages_thread_private_init(),
486         _g_utf8_normalize_wc() and _g_unichar_combining_class().
487
488         * glib/gatomic.c: Include gthreadinit.h here to see the declaration
489         for _g_atomic_thread_init().
490
491 Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
492
493         * tests/uri-test.c: move newline printing from run_from_uri_tests()
494         to run_roundtrip_tests().
495
496 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
497
498         * Post-release version bump
499
500         * === Released 2.5.1 ===
501
502 Sat Jul 31 23:17:05 2004  Matthias Clasen  <maclas@gmx.de>
503
504         * NEWS: Updates.
505
506 Sat Jul 31 20:33:07 2004  Matthias Clasen  <maclas@gmx.de>
507
508         * tests/shell-test.c: Include a test involving consecutive
509         backslashes followed by a non-escaped doublequote.
510         
511         * glib/gshell.c (tokenize_command_line): Count consecutive
512         backslashes mod 2 to detect escaped doubleqotes.  (#127306)
513
514 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
515
516         * glib/gconvert.c (g_unescape_uri_string): Don't validate
517         for UTF-8 here.  (#148420, Robert Ögren)
518
519         * tests/uri-test.c (run_roundtrip_tests): Add tests for 
520         roundtrip compatibility. Going from filename to uri and 
521         back should always give you the same filename back. 
522
523 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
524
525         * tests/markups/valid-{9,10,11}.gmarkup: 
526         * tests/markups/fail-{37,38,39}.gmarkup: Tests for handling
527         of whitespace inside tags.
528
529         * glib/gmarkup.c (enum GMarkupParseState): Add 
530         STATE_AFTER_ATTRIBUTE_NAME and STATE_AFTER_CLOSE_TAG_NAME.
531         (g_markup_parse_context_parse): Accept whitespace between
532         attribute names, '=' and attribute values and between
533         close tag name and '>'. (#148646, Hiroyuki Ikezoe)
534
535 Tue Jul 27 02:01:31 2004  Matthias Clasen  <maclas@gmx.de>
536
537         * glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
538         as well.
539
540 Sat Jul 24 17:50:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
541
542         * glib/gstrfuncs.c (g_strsplit_set):
543         s/g_strtokenize/g_strsplit_set/ in docs.
544
545 Fri Jul 23 10:37:50 2004  Matthias Clasen  <maclas@gmx.de>
546
547         * tests/type-test.c (main): Actually test G_MAXSIZE with
548         a gsize variable.
549
550 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
551
552         Fix #132858, Sven Neumann, patch by James Henstridge:
553         
554         * glib-gettextize.in: modify so that mkinstalldirs will 
555         get installed into auxdir.
556
557         * Makefile.am (gettext_SCRIPTS): install mkinstalldirs.
558
559 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
560
561         Fix #147651, reported by Oliver Guntermann:
562
563         * glib/gprintfint.h (_g_vasprintf): Don't wrap vasprintf(),
564         _g_gnulib_vasprintf() in a macro, since they behave 
565         differently wrt. to memory allocation.
566
567         * glib/gprintf.c (g_vasprintf): Instead, differentiate 
568         here between the three cases: system vasprintf(), 
569         _g_gnulib_vasprintf(), no vasprintf().  
570
571 2004-07-20  Crispin Flowerday  <gnome@flowerday.cx>
572
573         * NEWS: Fix a typo in my name
574
575 Tue Jul 20 04:31:40 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
576
577         * configure.in: Bump version number
578
579 Sun Jul 18 19:40:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
580
581         * === Released 2.5.0 ===
582
583         * Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
584
585 Sun Jul 18 01:40:28 2004  Matthias Clasen  <maclas@gmx.de>
586
587         * NEWS: Updates for 2.5.0
588
589 Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
590
591         * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
592
593 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
594
595         * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
596         before using it in the error message.  (#146054, Federico
597         Mena Quintero)
598
599 Thu Jul  8 00:54:32 2004  Matthias Clasen  <maclas@gmx.de>
600
601         * glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
602         be built without anyway.  (#135899, Murray Cumming)
603
604 Mon Jul  5 18:50:27 2004  Matthias Clasen  <maclas@gmx.de>
605
606         * glib/gmessages.h (g_debug): Complete the g_log() 
607         family.  (#135730, Sven Herzberg)
608
609 Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
610
611         * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
612         make srcdir != . work.  (#145166, Kaz Sasayama)
613
614 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
615
616         * configure.in: Use a small test library instead of
617         libpthread.so for testing RTLD_GLOBAL brokenness.  (#139567,
618         Julio M. Merino Vidal)
619         
620 2004-07-02  Sebastian Wilhelmi  <seppi@seppi.de>
621
622         * glib/gatomic.c: Rename __asm to __asm__ and __volatile to
623         __volatile__ to make the file consistent. Spotted by Benoit
624         Carpentier <gtkool_2kx@yahoo.fr>.
625
626 2004-07-01  John Ehresman  <jpe@wingide.com>
627
628         * glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free)
629         Initialize reset_send & reset_recv fields and don't close
630         sockets unless they were created.  (#145153)
631
632 Fri Jun 11 22:56:46 2004  Matthias Clasen  <maclas@gmx.de>
633
634         * glib/gscanner.c (g_scanner_get_token_ll): Ignore a 
635         missing newline at EOF for single line comments.  
636         (#83674, Sven Neumann)
637
638 Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
639
640         * tests/printf-test.c (TEST): Actually set any_failed on 
641         failure.  (#143552, Philippe Blain)
642
643 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
644
645         * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
646         for URIs that *should* have been invalid, or viceversa.
647         (from_uri_tests): Likewise.
648
649 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
650
651         Fixes #140532.
652
653         * glib/gconvert.c (is_asciialphanum): Renamed from
654         is_escalphanum(); ensures that this is an ASCII character.
655         (is_asciiescalpha): Renamed from is_escalpha().
656         (hostname_validate): Use the two functions above.
657         (g_filename_to_uri): Don't convert the filename to UTF-8.
658         (g_filename_from_uri): Don't convert the filename from UTF-8.
659
660 Mon Jun  7 22:25:24 2004  Matthias Clasen  <maclas@gmx.de>
661
662         * tests/run-markup-tests.sh: Default to silence, but support
663         a -v argument to get the old output back. 
664
665 2004-06-06  Tor Lillqvist  <tml@iki.fi>
666
667         * glib/gutils.c (g_get_any_init): Check home for being
668         NULL. (#143812, Ivan Wong)
669
670 Sun Jun  6 15:23:00 2004  Pawan Chitrakr  <pawan@nplinu.org>
671
672         * configure.in: Added "ne" (Nepali) in ALL_LINGUAS
673
674 Fri Jun  4 19:26:47 2004  Manish Singh  <yosh@gimp.org>
675
676         * glib/galloca.h: cpp #directives should always have the "#" in the
677         first column of the the line. Do that for "#pragma alloca". Fixes
678         bug #143744.
679
680 Wed Jun  2 00:57:16 2004  Matthias Clasen  <maclas@gmx.de>
681
682         * glib/gtypes.h: Use higher precision for the mathematical
683         constants.  (#141941, Morten Welinder)
684
685 Tue Jun  1 22:01:40 2004  Matthias Clasen  <maclas@gmx.de>
686
687         * glib/gmarkup.c (advance_char): Fix an off-by-one error 
688         in g_markup_parse_context_parse().  (#142794, Morten Welinder)
689
690 Sun May 16 23:23:29 2004  Matthias Clasen  <maclas@gmx.de>
691
692         Merged from 2.4:
693         
694         * glib/gcompletion.c (g_completion_add_items):
695         (g_completion_remove_items): Remove unnecessary 
696         checks.  (#142559, Morten Welinder)
697
698 2004-05-15  Tor Lillqvist  <tml@iki.fi>
699
700         * glib/gutils.c (g_get_any_init): [Win32] Only believe HOME if it
701         is an absolute path and exists. (#138618)
702
703 2004-05-14  Tor Lillqvist  <tml@iki.fi>
704
705         * glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string
706         for precision correctly. (#142400)
707
708         For backward compatibility with the Trio implementation, make "ll"
709         format modifer work on Win32, too. Change into "I64" before
710         passing to the system printf. (#142433)
711
712         * tests/printf-test.c (main): Add tests for the above.
713
714 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
715
716         Merge from 2.4:
717         
718         * glib/gmain.c (block_source, unblock_source): Make these 
719         static.  (#142230, Morten Welinder)
720
721 2004-05-10  Tor Lillqvist  <tml@iki.fi>
722
723         * glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
724         lines. Thanks to Benoît Carpentier.
725
726 Sun May  9 02:04:14 2004  Matthias Clasen  <maclas@gmx.de>
727
728         Merge from 2.4:
729         
730         * glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
731         memleak.  (#141998, Nikolai Weibull)
732
733 Sat May  8 23:02:26 2004  Matthias Clasen  <maclas@gmx.de>
734
735         Merge from 2.4:
736         
737         * glib/gutils.h: Remove vestigial g_get_codeset().
738         * glib/gutils.c (g_get_codeset): Call g_get_charset().
739         (#137703, Owen Taylor)
740
741 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
742
743         * configure.in: Bump version number to 2.5.0.
744
745 Wed May  5 23:35:44 2004  Matthias Clasen  <maclas@gmx.de>
746
747         * glib/gconvert.c (g_filename_from_uri): Quote the file
748         scheme to mark it as untranslatable. String change.  
749         (#133144, Danilo Segan)
750
751 2004-05-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
752
753         * configure.in: Added Walloon (wa) to ALL_LINGUAS
754
755 Sun May  2 03:51:59 2004  Manish Singh  <yosh@gimp.org>
756
757         * glib/gtypes.h: check for __pentium4__ when deciding whether to
758         use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
759
760 2004-05-01  Hans Breuer  <hans@breuer.org>
761
762         * glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
763         fixes #141563, Steve Lhomme
764
765 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
766
767         * === Released 2.4.1 ===
768
769         * configure.in: Version 2.4.1, interface age 1. 
770
771         * NEWS: Updates
772         
773 2004-04-25  Tor Lillqvist  <tml@iki.fi>
774
775         * glib/gwin32.c (g_win32_get_package_installation_subdirectory):
776         Plug memory leak. (#140770, John Ehresman)
777
778 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
779
780         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases): 
781         Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some
782         point.  (#139134, Piotr Klaban)
783
784         * glib/gconvert.c (open_converter): Don't call g_strerror() here, 
785         since it can lead to infinite recursion.  (#139133, Piotr Klaban)
786
787 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
788
789         * tests/testglib.c (main): Trivial warning fix.  (#140345)
790
791         * tests/queue-test.c (main): Add some tests for off-by-one errors.
792
793         * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one 
794         error.  (#139703, Philippe Blain)
795
796         * tests/testglib.c (main): Add testcases for g_message() involving
797         non-printable and unsafe characters.
798
799         * glib/gmessages.c (escape_string): Don't assume that
800         string->str remains unchanged over g_string_insert() 
801         calls.  (#139030, Christophe Saout)
802
803         * glib/gstrfuncs.c (g_ascii_strtod): Fix problems when a 
804         locale-specific decimal separator directly follows a 
805         number.  (#138424, Nickolay V. Shmyrev)
806
807         * tests/strtod-test.c (main): Add some more testcases.
808
809         * glib/gmain.c (g_main_context_query): Only set time_is_current to 
810         FALSE if context->timeout is not zero.  (#137795, Christian Krause)
811
812 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
813
814         * tests/printf-test.c (main): Comment out a nonessential testcase
815         which fails on HP-UX.  (#136283, Jonas Jonsson)
816
817 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
818
819         * tests/patterntest.c (main): Add tests for the empty pattern.
820
821         * glib/gpattern.c (g_pattern_spec_new): Don't read and write out 
822         of bounds when the pattern is empty.  (#140032, Stanislav Brabec,
823         Stefan Fent)
824
825 2004-04-10  Tor Lillqvist  <tml@iki.fi>
826
827         * glib/gwin32.c (g_win32_getlocale): Add new language and
828         sublanguage codes, from GNU gettext. (#137958)
829         
830         * glib/giowin32.c
831         * glib/gmain.c
832         * glib/gstrfuncs.c
833         * glib/gthread.c: Decorating variable definitions with
834         __declspec(dllexport) causes problems on Cygwin build, and isn't
835         really needed for a native Win32 build with mingw or MSVC, so
836         remove. (#138402, Roger Leigh)
837
838         * glib/libcharset/localcharset.c: Use Win32-specific code also on
839         Cygwin.
840         * tests/uri-test.c: Don't assume that local filenames are in UTF-8
841         on Cygwin, either. (#138412, Roger Leigh)
842
843 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
844
845         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
846
847 2004-04-03  Tor Lillqvist  <tml@iki.fi>
848
849         * configure.in: Remove AC_CYGWIN, obsolete. Don't let pthreads be
850         found on Cygwin, they don't work. (#138401, Roger Leigh)
851
852 2004-03-31  Tor Lillqvist  <tml@iki.fi>
853
854         * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
855         Leigh)
856
857         * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
858         on Cygwin. (#138423, Roger Leigh)
859
860 2004-03-30  Adam Weinberger  <adamw@gnome.org>
861
862         * configure.in: Added en_CA to ALL_LINGUAS.
863
864 2004-03-21  Tor Lillqvist  <tml@iki.fi>
865
866         * glib/gutils.c (g_path_get_dirname): Fix Win32 behaviour in some
867         cases where a drive letter is present. For 'a:' or 'a:foo', return
868         'a:.'. This is mostly just for consistency with the behaviour
869         without a drive letter. But very important is to for 'a:\foo' or
870         'a:\', return 'a:\', and not 'a:'. (Ditto for forward slashes
871         instead of backslashes.) (#137316)
872
873         * tests/dirname-test.c (main): More complete testing on Win32. If
874         a test fails, include expected and actual result in error message.
875
876 Fri Mar 19 15:21:09 2004  Owen Taylor  <otaylor@redhat.com>
877
878         * glib/gmain.c: Fix the accidental revert of the
879         fixes from #112222 that happened when the GChildWatch
880         code was added. (Caught by Christian Persch)
881
882 Fri Mar 19 11:07:06 2004  Owen Taylor  <otaylor@redhat.com>
883
884         * tests/atomic-test.c (main): Make computation
885         of "biggest_pointer" vaguely more portable.
886         (#137498, Jonas Jonsson)
887
888 2004-03-16  Tor Lillqvist  <tml@iki.fi>
889
890         * configure.in: Define HAVE_INT64_AND_I64 also in the mingw (gcc
891         on Win32) case, where the 64-bit type is called long long, but the
892         system printf/scanf format modifier for 64-bit integers is still I64.
893
894 2004-03-16  Gareth Owen  <gowen72@yahoo.com>
895
896         * configure.in: Added en_GB to ALL_LINGUAS
897