mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-04 16:36:17 +01:00
6181cd47e2
svn path=/trunk/; revision=5831
62 lines
1.8 KiB
Plaintext
62 lines
1.8 KiB
Plaintext
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* autogen.sh: Accept automake 1.10, too
|
|
|
|
* mkinstalldirs: Temporarily add this script, to fix building
|
|
from svn.
|
|
|
|
* Makefile.am: Use MKDIRS_P instead of mkinstalldirs, add
|
|
ChangeLog.pre-2-14 and mkinstalldirs to EXTRA_DIST.
|
|
|
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
|
|
|
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* glib/gconvert.c (g_convert_with_iconv): Try harder to reset
|
|
shift state with AIX iconv(). (#467537)
|
|
|
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* configure.in:
|
|
* m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
|
|
and in AM_PATH_GLIB_2_0 to be consistent with the use of
|
|
PKG_PROG_PKG_CONFIG which was introduced in 0.16. (#418778,
|
|
Loïc Minier)
|
|
|
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* glib/gstrfuncs.c (g_parse_long_long): Don't leave
|
|
out parameters uninitialized. (#490061, Benjamin Otte)
|
|
|
|
2007-11-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* glib/gmain.c (g_main_context_unref): Don't leak the
|
|
condvar. (#479724, Areg Beketovski)
|
|
|
|
2007-11-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* glib/glib.symbols:
|
|
* glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack):
|
|
New function, to get the stack of open elements. (#452887,
|
|
Ryan Lortie)
|
|
|
|
2007-11-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* glib/gkeyfile.[hc]: Make some functions that take
|
|
a GError return boolean instead of void. (#375651, Matt Barnes)
|
|
|
|
2007-11-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* autogen.sh: Use automake 1.9
|
|
|
|
* acinclude.m4:
|
|
* configure.in: Move some inter-*.m4 includes from
|
|
configure.in to acinclude.m4 to avoid warnings when
|
|
using automake 1.9. (#449937)
|
|
|
|
2007-11-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
=== Branch for 2.14 ===
|