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