Add new files.
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index 39a208d..b8738da 100644 (file)
@@ -1,3 +1,27 @@
+2000-10-09  Havoc Pennington  <hp@redhat.com>
+
+        * Makefile.am, tests/Makefile.am: Add new files.
+       
+       * tests/spawn-test.c, tests/shell-test.c: new tests for
+       the shell/spawn stuff
+
+       * gutils.c (g_find_program_in_path): convert a relative
+       program name into an absolute pathname to an existing 
+       executable
+
+       * gspawn.h, gspawn.c: New fork/exec API
+
+       * gshell.h, gshell.c: Shell-related utilities, at the moment
+       simply routines to parse argv and quote/unquote strings
+
+       * guniprop.c (g_unichar_isspace): Return TRUE for the 
+       ASCII space characters isspace() returns TRUE for.
+
+       * gfileutils.c (g_file_get_contents): Convenience function 
+       to slurp entire file into a string and return it. Partially
+       written by Joel Becker.
+       (g_file_test): file test function
+
 2000-10-06  Tor Lillqvist  <tml@iki.fi>
 
        * makefile.msc.in: Revamp to be like makefile.mingw.in, make
@@ -16,6 +40,9 @@
        
        * glib.def: Add new entry point.
 
+       * tests/gio-test.c (main): Fix the Win32-only code to use current
+       API, g_io_channel_win32_make_pollfd() and g_io_channel_win32_poll().
+
        Fixes from Hans Breuer:
        
        * glib.h (struct DIR): Keep the last readdir result cached inside