Quote $srcdir to handle $srcdir with spaces (#107850, Evan Martin)
[glib.git] / ChangeLog.pre-2-8
blob5d2ec55e9fb2d4564b3c91dd179f502b027c85a8
1 Fri May 30 17:24:23 2003  Owen Taylor  <otaylor@redhat.com>
3         * glib-gettextize.in: Quote $srcdir to handle $srcdir
4         with spaces (#107850, Evan Martin)
6 Fri May 30 16:48:26 2003  Owen Taylor  <otaylor@redhat.com>
8         * glib/giochannel.c (g_io_channel_error_from_errno):
9         Silently return G_IO_CHANNEL_ERROR_FAILED for EINTR,
10         since close() can return EINTR. (#11842, Balazs Scheidler)
12 Fri May 30 15:58:33 2003  Owen Taylor  <otaylor@redhat.com>
14         * configure.in: Rework debug_default handling to work
15         with autoconf-2.5x. (#106348)
17 Fri May 30 15:51:43 2003  Owen Taylor  <otaylor@redhat.com>
19         * glib/giochannel.c (g_io_error_get_from_g_error): 
20         Do a g_return_val_if_fail() on err == NULL to be a
21         bit more robuts on buggy IO channel implementations.
22         (#113396, Dan Winship)
24 2003-05-30  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
26         * configure.in: Added "cy" (Welsh) to configure.in
28 Tue May 27 19:56:35 2003  Owen Taylor  <otaylor@redhat.com>
30         * glib/gmacros.h: __PRETTY_FUNCTION__ was made a non-token
31         before gcc-3.0.0 for C++. (Fix from Martin Kretzschmar,
32         #113797)
34 2003-05-28  Matthias Clasen  <maclas@gmx.de>
36         * tests/patterntest.c: Remain silent when sucessful. 
38         * tests/Makefile.am: Add patterntest to make check.  (#113143,
39         Zach Frey)
41 2003-05-27  Matthias Clasen  <maclas@gmx.de>
43         * glib/gstrfuncs.c (g_strdup): Use memcpy instead of
44         strcpy. (#106988, Christian Biere)
46 2003-05-27  Matthias Clasen  <maclas@gmx.de>
48         * glib/gstrfuncs.c (g_strdup): Use memcpy instead of
49         strcpy. (#106988, Christian Biere)
51 2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
53         * glib/gutf8.c: Fix typo in UNICODE_VALID (related to #107427).
55 2003-05-22  Noah Levitt  <nlevitt@columbia.edu>
57         * glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
59 2003-05-21  Noah Levitt  <nlevitt@columbia.edu>
61         * glib/guniprop.c: Fix obscure typo in case conversion routine
62         (#113469).
64 Tue May 20 14:17:20 2003  Manish Singh  <yosh@gimp.org>
66         * configure.in: wrap 64-bit MIN/MAX limit constants in
67         G_GINT64_CONSTANT. Fixes bug #108699.
69 2003-05-19  Noah Levitt  <nlevitt@columbia.edu>
71         * glib/gunibreak.c: Fix cut-and-pasto: g_unichar_break_type should
72         return G_UNICODE_BREAK_UNKNOWN if the character is greater than
73         G_UNICODE_LAST_CHAR.
75 2003-05-19  Noah Levitt  <nlevitt@columbia.edu>
77         * glib/glist.c: Remove unused function g_list_sort2 (bug #113203).
79 2003-05-19  Noah Levitt  <nlevitt@columbia.edu>
81         * glib/gunidecomp.c: Fix off-by-one error in
82         g_unicode_canonical_ordering (bug #113260).
84 2003-05-05  Matthias Clasen  <maclas@gmx.de>
86         * glib/gstrfuncs.c (g_ascii_dtostr): 
87         (g_ascii_formatd): 
88         (g_ascii_strtod): Some doc fixes.  (#111805)
90 2003-05-05  Christian Rose  <menthos@menthos.com>
92         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
94 2003-05-01  Havoc Pennington  <hp@pobox.com>
96         * glib/gmarkup.c (advance_char): for non-nul-terminated strings,
97         this would read one past the end of the string. valgrind never 
98         showed this up because most people use g_file_get_contents()
99         which leaves a nul termination which is initialized.
101 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
103         * autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
105 Mon Apr  7 13:40:28 2003  Owen Taylor  <otaylor@redhat.com>
107         * glib/gmain.c (g_main_loop_run): When waiting for
108         the main loop to be freed up, wait on either
109         !loop->is_running or got_ownership, not both.
110         (Caused gtk_dialog_run() not to work in other
111         threads, reported by Jean-Yves Lefort)
113 2003-04-07  Matthias Clasen  <maclas@gmx.de>
115         * glib/gutf8.c (g_utf8_strlen): Warn if p == NULL && max != 0.
116         (#110087) 
118 2003-03-30  Matthias Clasen  <maclas@gmx.de>
120         * glib/gstring.c (g_string_new): Optimize the common cases 
121         (init == NULL or init == "") a bit.
122         * glib/gmarkup.c, glib/gmessages.c, glib/gscanner.c,
123         glib/gshell.c, glib/gspawn-win32-helper.c, glib/gspawn-win32.c,
124         glib/gspawn.c, gobject/gvaluetransform.c: replace uses of 
125         g_string_new ("") by g_string_new (NULL).  (#106973, Morten Welinder)
127         * glib/gutf8.c (UNICODE_VALID): Update to Unicode 3.1 and optimize
128         a bit.  (#107427, Noah Lewitt)
130         * glib/libcharset/config.charset: Add cp1251 support for Solaris.
131         (#104738, Hidetoshi Tajima)
133         * glib/gconvert.c (UnsafeCharacterSet): Get rid of
134         UNSAFE_DOS_PATH.
135         (acceptable): Align with RFC2396.  (#59653)
137         * tests/uri-test.c: Adjust to the changes above.
139 2003-03-26  Christian Rose  <menthos@menthos.com>
141         * configure.in: Added "yi" to ALL_LINGUAS.
143 2003-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>
145         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS
147 2003-03-19  Matthias Clasen  <maclas@gmx.de>
149         * glib/giochannel.c (g_io_channel_read_to_end): Fix docs.
151 2003-03-06  Matthias Clasen  <maclas@gmx.de>
153         * glib/gmain.c (g_main_context_find_source_by_id): 
154         (g_main_context_find_source_by_funcs_user_data): Fix FALSE/NULL
155         confusion.  (#107646, Morten Welinder)
157 2003-02-06  Matthias Clasen  <maclas@gmx.de>
159         * glib/gmessages.h: 
160         * glib/gmem.h: 
161         * glib/ghash.h: 
162         * glib/gasyncqueue.h: 
163         * glib/garray.h: 
164         * glib/ghook.h: 
165         * glib/gtypes.h: Fix a bunch of typos in header comments.
166         (#102422, Morten Welinder)
168 2003-03-05  James Henstridge  <james@daa.com.au>
170         * po/Makefile.in.in: merge changes from trunk, to allow "make
171         distcheck" to pass with newer automakes.  This helps packages
172         using glib-gettextize that want to upgrade to automake > 1.4.
174 2003-02-25  Tor Lillqvist  <tml@iki.fi>
176         * glib/glib.def: Add a couple of missing entries, thanks to Cedric
177         Gustin.
179 2003-02-18  Sebastian Wilhelmi  <seppi@seppi.de>
181         * configure.in: Make glib_thread_test not unnecessarily convert
182         between int and void*. (#106278). Let main return int.
184         * configure.in: Add an argument to specify the default thread
185         attribute to glib_thread_test. Disappeared somewhere between 2.0
186         and 2.2.
188 2003-02-12  Sebastian Wilhelmi  <seppi@seppi.de>
190         * configure.in: Make GLib recognize Tru64Unix thread system. (#103020)
192 2003-02-11  Tor Lillqvist  <tml@iki.fi>
194         * Makefile.am (EXTRA_DIST): Include ChangeLog.pre-2-2.
196         * glib-zip.in: Include also the gtk-doc/html documentation in the
197         developer package.
199         * README.win32: Updates.
201 2003-02-11  Sebastian Wilhelmi  <seppi@seppi.de>
203         * AUTHORS: Changed my e-mail address.
204         * glib/grand.c: Removed my e-mail address.
206 2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
208         * po/id.po: Added Indonesian translation
209         * configure.in: Added "id" to ALL_LINGUAS
211 2003-02-04  Tor Lillqvist  <tml@iki.fi>
213         * glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
214         SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.
216 Thu Jan 30 16:45:13 2003  Owen Taylor  <otaylor@redhat.com>
218         * Makefile.am: Remove references to glib.spec.
219         (#102231)
221         * configure.in: Don't generate glib.spec.
223 2003-01-29  Abel Cheung  <maddog@linux.org.hk>
225         * configure.in: Added fa, he, it, lv, mk to ALL_LINGUAS
227 Tue Jan 28 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
229         * === Released 2.2.1 ===
231         * configure.in: Version 2.2.1, interface age 1.
233         * NEWS: Updated.
235 Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
237         * m4macros/glib-gettext.m4: If msgfmt isn't found,
238         unset gt_cv_have_gettext. (#102552, Tim Mooney)
240 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
242         * autogen.sh (have_automake): Fix version in complaint
243         message about automake. (#104366, Rich Burridge)
245 2003-01-26  Tor Lillqvist  <tml@iki.fi>
247         * glib/gspawn.c (g_spawn_async_with_pipes): Fix my typo in doc
248         comment. (#104467)
250 2003-01-24  Daniel Yacob <locales@geez.org>
252         * configure.in: Added am to ALL_LINGUAS.
254 2003-01-23  Pablo Saratxaga  <pablo@mandrakesoft.com>
256         * configure.in: Added Bengali (bn) to ALL_LINGUAS
258 2003-01-22  Tor Lillqvist  <tml@iki.fi>
260         Fix for bug #104014, reported by Alex Shaduri:
261         
262         * glib/gspawn-win32.c (protect_argv): New function. Add
263         double-quotes around argv elements that need it, and escape
264         embedded double-quotes with backslash.
265         (do_spawn_with_pipes) Call protect_argv().
267         * glib/gspawn-win32-helper.c (WinMain): Call protect_argv().
269         * glib/gspawn.c (g_spawn_async_with_pipes): Document argument
270         vector vs. command line details on Win32.
271         (g_spawn_command_line_sync): Improve documentation about
272         backslashes in the command line on Windows.
274 2003-01-21  Christian Rose  <menthos@menthos.com>
276         * configure.in: Added "mn" to ALL_LINGUAS.
278 2003-01-12  Tor Lillqvist  <tml@iki.fi>
280         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
282 2003-01-05  Tor Lillqvist  <tml@iki.fi>
284         * README.win32: Updates.
286         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
287         libm. (Mingw has a dummy libm.a, but the .pc file should be
288         useable by MSVC users, too.)
290 2003-01-04  Tor Lillqvist  <tml@iki.fi>
292         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
294         * {glib,gmodule,gobject,gthread}/Makefile.am:
295         [Win32] Install also the .def files, to help users generate
296         import libraries for other compilers. Uninstall, too.
298         * glib-zip.in: Include .def files from above.
300         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
301         broken pipes are unreadable. (Well, they are, but read() handles
302         it, and treats it like EOF.)
304 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
306         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
307         tests for inline keywords. Fixes #101976.
309 2003-01-02  Tor Lillqvist  <tml@iki.fi>
311         * glib/gwin32.h: Correct the comment telling what headers have
312         the declarations of some POSIXish functions.
314         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
315         The checks for readability/writeability were backwards.
317         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
318         to ensure_stdout_valid(). #defined as empty on Unix. Move the
319         alloc_console_called static flag inside these two functions.
320         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
321         stderr streams for validity, instead of what GetStdHandle() returns.
322         (mklevel_prefix): Do use either stderr or stdout on Windows,
323         too. Otherwise g_warning() messages (that are just warnings, by
324         definition) will get mixed with proper stdout output. Noticed in
325         GIMP's gimpconfig-dump.
326         (strdup_convert, mklevel_prefix, g_printerr): Call
327         ensure_stderr_valid() before trying to use stderr.
328         (g_logv): [Win32] Convert message to current codepage before
329         display with MessageBox().
331 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
333         * configure.in: Added et to ALL_LINGUAS.