Removed the win32 limitation.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Fri, 27 Oct 2000 12:53:05 +0000 (12:53 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Fri, 27 Oct 2000 12:53:05 +0000 (12:53 +0000)
2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib/tmpl/misc_utils.sgml: Removed the win32 limitation.

docs/reference/ChangeLog
docs/reference/glib/tmpl/misc_utils.sgml

index 8a461786f59f4426f14e04efb50cf343987a04d9..2bc9ca33448a1f58924914b4d2a1afe7f9d19678 100644 (file)
@@ -1,5 +1,7 @@
 2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
+       * glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
+
        * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
        glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
        glib/tmpl/scanner.sgml: Document the recently deprecated functions
index 3ad04db212fa8398ff1277ca808594c99cdd9691..9e7d29289dd5f7d2d98de84dcf6d54b8e887091c 100644 (file)
@@ -36,8 +36,6 @@ Sets the name of the program.
 <!-- ##### FUNCTION g_getenv ##### -->
 <para>
 Returns an environment variable.
-On windows systems the returned value is only valid until the next call to
-g_getenv().
 </para>
 
 @variable: the environment variable to get.