diff --git a/ChangeLog b/ChangeLog index 172ef9295..8d4cfec10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-07 Matthias Clasen + + * glib/gutils.c (g_find_program_in_path): Mark the last + paragraph of the docs as Windows-specific. (#169433) + 2005-03-06 Matthias Clasen * glib/gmarkup.c: Add G_GNUC_PRINTF attribute diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 172ef9295..8d4cfec10 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-03-07 Matthias Clasen + + * glib/gutils.c (g_find_program_in_path): Mark the last + paragraph of the docs as Windows-specific. (#169433) + 2005-03-06 Matthias Clasen * glib/gmarkup.c: Add G_GNUC_PRINTF attribute diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 172ef9295..8d4cfec10 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-03-07 Matthias Clasen + + * glib/gutils.c (g_find_program_in_path): Mark the last + paragraph of the docs as Windows-specific. (#169433) + 2005-03-06 Matthias Clasen * glib/gmarkup.c: Add G_GNUC_PRINTF attribute diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 172ef9295..8d4cfec10 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-03-07 Matthias Clasen + + * glib/gutils.c (g_find_program_in_path): Mark the last + paragraph of the docs as Windows-specific. (#169433) + 2005-03-06 Matthias Clasen * glib/gmarkup.c: Add G_GNUC_PRINTF attribute diff --git a/glib/gutils.c b/glib/gutils.c index 7806d7588..1cb2613de 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -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 PATHEXT environment variable. - * - * It looks for the file in the same way as CreateProcess() + * the PATHEXT 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