Mark the last paragraph of the docs as Windows-specific. (#169433)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 7 Mar 2005 13:49:24 +0000 (13:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 7 Mar 2005 13:49:24 +0000 (13:49 +0000)
2005-03-07  Matthias Clasen  <mclasen@redhat.com>

* glib/gutils.c (g_find_program_in_path): Mark the last
paragraph of the docs as Windows-specific.  (#169433)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gutils.c

index 172ef92..8d4cfec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (g_find_program_in_path): Mark the last
+       paragraph of the docs as Windows-specific.  (#169433)
+
 2005-03-06  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmarkup.c: Add G_GNUC_PRINTF attribute
index 172ef92..8d4cfec 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (g_find_program_in_path): Mark the last
+       paragraph of the docs as Windows-specific.  (#169433)
+
 2005-03-06  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmarkup.c: Add G_GNUC_PRINTF attribute
index 172ef92..8d4cfec 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (g_find_program_in_path): Mark the last
+       paragraph of the docs as Windows-specific.  (#169433)
+
 2005-03-06  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmarkup.c: Add G_GNUC_PRINTF attribute
index 172ef92..8d4cfec 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (g_find_program_in_path): Mark the last
+       paragraph of the docs as Windows-specific.  (#169433)
+
 2005-03-06  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmarkup.c: Add G_GNUC_PRINTF attribute
index 7806d75..1cb2613 100644 (file)
@@ -313,9 +313,9 @@ g_find_program_in_path (const gchar *program)
  *  
  * On Windows, if @program does not have a file type suffix, tries
  * with the suffixes .exe, .cmd, .bat and .com, and the suffixes in
- * the <envar>PATHEXT</envar> environment variable.
- *
- * It looks for the file in the same way as CreateProcess()
+ * the <envar>PATHEXT</envar> environment variable. 
+ * 
+ * On Windows, it looks for the file in the same way as CreateProcess() 
  * would. This means first in the directory where the executing
  * program was loaded from, then in the current directory, then in the
  * Windows 32-bit system directory, then in the Windows directory, and