glib/gfileutils.c glib/gfileutils.h glib/glib.symbols Rename g_makepath()
[platform/upstream/glib.git] / ChangeLog.pre-2-10
index 19902d7..561ad89 100644 (file)
@@ -1,5 +1,20 @@
 2005-06-22  Tor Lillqvist  <tml@novell.com>
 
+       * glib/gfileutils.c
+       * glib/gfileutils.h
+       * glib/glib.symbols
+       * tests/testglib.c: Rename g_makepath() to g_mkdir_with_parents().
+
+2005-06-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/goption.c (parse_short_option, parse_long_option): 
+       Pass the option name also in the NO_ARG case.  (#308602,
+       Masatake YAMATO)
+       (parse_arg): Properly store changes for arrays.  (#308528,
+       Roger Leigh)
+
+2005-06-22  Tor Lillqvist  <tml@novell.com>
+
        * glib/gfileutils.c (g_makepath): New function. Creates a
        directory including intermediate parent directories as
        needed. (#60509)