Added Indonesian translation Added "id" to ALL_LINGUAS
[platform/upstream/glib.git] / ChangeLog.pre-2-6
1 2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
2
3         * po/id.po: Added Indonesian translation
4         * configure.in: Added "id" to ALL_LINGUAS
5
6 2003-02-06  Matthias Clasen  <maclas@gmx.de>
7
8         * glib/gmessages.h: 
9         * glib/gmem.h: 
10         * glib/ghash.h: 
11         * glib/gasyncqueue.h: 
12         * glib/garray.h: 
13         * glib/ghook.h: 
14         * glib/gtypes.h: Fix a bunch of typos in header comments.
15         (#102422, Morten Welinder)
16
17 2003-02-04  Tor Lillqvist  <tml@iki.fi>
18
19         * glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
20         SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.
21         
22         Merge from stable branch: 
23
24         Fix for bug #104014, reported by Alex Shaduri:
25         
26         * glib/gspawn-win32.c (protect_argv): New function. Add
27         double-quotes around argv elements that need it, and escape
28         embedded double-quotes with backslash.
29         (do_spawn_with_pipes) Call protect_argv().
30
31         * glib/gspawn-win32-helper.c (WinMain): Call protect_argv().
32
33         * glib/gspawn.c (g_spawn_async_with_pipes): Document argument
34         vector vs. command line details on Win32.
35         (g_spawn_command_line_sync): Improve documentation about
36         backslashes in the command line on Windows.
37
38 Thu Jan 30 16:45:13 2003  Owen Taylor  <otaylor@redhat.com>
39
40         * Makefile.am: Remove references to glib.spec.
41         (#102231)
42
43         * configure.in: Don't generate glib.spec.
44
45 Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
46
47         * m4macros/glib-gettext.m4: If msgfmt isn't found,
48         unset gt_cv_have_gettext. (#102552, Tim Mooney)
49
50 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
51
52         * autogen.sh (have_automake): Fix version in complaint
53         message about automake. (#104366, Rich Burridge)
54
55 2003-01-22  Pablo Saratxaga  <pablo@mandrakesoft.com>
56
57         * configure.in: Added Bengali (bn) to ALL_LINGUAS
58
59 2003-01-21  Christian Rose  <menthos@menthos.com>
60
61         * configure.in: Added "mn" to ALL_LINGUAS.
62
63 2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>
64
65         * configure.in: Added Farsi (fa), Italian (it), Latvian (lv),
66         Macedonian (mk) to ALL_LINGUAS
67
68 2003-01-16  Daniel Yacob <locales@geez.org>
69
70         * configure.in: added am to ALL_LINGUAS
71         
72 2003-01-12  Tor Lillqvist  <tml@iki.fi>
73
74         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
75
76 2003-01-05  Tor Lillqvist  <tml@iki.fi>
77
78         * README.win32: Updates.
79
80         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
81         libm. (Mingw has a dummy libm.a, but the .pc file should be
82         useable by MSVC users, too.)
83
84 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
85
86         (Ancient, binary compatible fixes found sitting in my tree)
87
88         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
89
90         * Better error message for EFAULT in  g_io_channel_error_from_errno()
91
92 2003-01-04  Tor Lillqvist  <tml@iki.fi>
93
94         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
95
96         * {glib,gmodule,gobject,gthread}/Makefile.am:
97         [Win32] Install also the .def files, to help users generate
98         import libraries for other compilers. Uninstall, too.
99
100         * glib-zip.in: Include .def files from above.
101
102         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
103         broken pipes are unreadable. (Well, they are, but read() handles
104         it, and treats it like EOF.)
105
106 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
107
108         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
109         tests for inline keywords. Fixes #101976.
110
111 2003-01-02  Tor Lillqvist  <tml@iki.fi>
112
113         * glib/gwin32.h: Correct the comment telling what headers have
114         the declarations of some POSIXish functions.
115
116         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
117         The checks for readability/writeability were backwards.
118
119 2003-01-01  Tor Lillqvist  <tml@iki.fi>
120
121         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
122         to ensure_stdout_valid(). #defined as empty on Unix. Move the
123         alloc_console_called static flag inside these two functions.
124         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
125         stderr streams for validity, instead of what GetStdHandle() returns.
126         (mklevel_prefix): Do use either stderr or stdout on Windows,
127         too. Otherwise g_warning() messages (that are just warnings, by
128         definition) will get mixed with proper stdout output. Noticed in
129         GIMP's gimpconfig-dump.
130         (strdup_convert, mklevel_prefix, g_printerr): Call
131         ensure_stderr_valid() before trying to use stderr.
132         (g_logv): [Win32] Convert message to current codepage before
133         display with MessageBox().
134
135 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
136
137         * configure.in: Added et to ALL_LINGUAS.
138