Replace homegrown "hash" entity by standard ISO entity "num".

* glib/gwin32.c (g_win32_get_package_installation_directory):
	Replace homegrown "hash" entity by standard ISO entity "num".

	* gobject/gobject-docs.sgml:
	* glib/glib-docs.sgml:
	* glib/tmpl/macros.sgml:
	* glib/tmpl/string_utils.sgml: Replace homegrown "nbsp", "hash"
	and "percent" entities by standard ISO entities "nbsp", "num" and
	"percnt".
This commit is contained in:
Matthias Clasen 2002-06-03 17:34:37 +00:00
parent bca67c15fe
commit a2e3f606ed
13 changed files with 50 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2002-06-03 Matthias Clasen <maclas@gmx.de>
* glib/gwin32.c (g_win32_get_package_installation_directory):
Replace homegrown "hash" entity by standard ISO entity "num".
2002-05-26 Matthias Clasen <maclas@gmx.de> 2002-05-26 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Remove references to nonexisting functions * glib/gmain.c: Remove references to nonexisting functions

View File

@ -1,3 +1,8 @@
2002-06-03 Matthias Clasen <maclas@gmx.de>
* glib/gwin32.c (g_win32_get_package_installation_directory):
Replace homegrown "hash" entity by standard ISO entity "num".
2002-05-26 Matthias Clasen <maclas@gmx.de> 2002-05-26 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Remove references to nonexisting functions * glib/gmain.c: Remove references to nonexisting functions

View File

@ -1,3 +1,8 @@
2002-06-03 Matthias Clasen <maclas@gmx.de>
* glib/gwin32.c (g_win32_get_package_installation_directory):
Replace homegrown "hash" entity by standard ISO entity "num".
2002-05-26 Matthias Clasen <maclas@gmx.de> 2002-05-26 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Remove references to nonexisting functions * glib/gmain.c: Remove references to nonexisting functions

View File

@ -1,3 +1,8 @@
2002-06-03 Matthias Clasen <maclas@gmx.de>
* glib/gwin32.c (g_win32_get_package_installation_directory):
Replace homegrown "hash" entity by standard ISO entity "num".
2002-05-26 Matthias Clasen <maclas@gmx.de> 2002-05-26 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Remove references to nonexisting functions * glib/gmain.c: Remove references to nonexisting functions

View File

@ -1,3 +1,8 @@
2002-06-03 Matthias Clasen <maclas@gmx.de>
* glib/gwin32.c (g_win32_get_package_installation_directory):
Replace homegrown "hash" entity by standard ISO entity "num".
2002-05-26 Matthias Clasen <maclas@gmx.de> 2002-05-26 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Remove references to nonexisting functions * glib/gmain.c: Remove references to nonexisting functions

View File

@ -1,3 +1,8 @@
2002-06-03 Matthias Clasen <maclas@gmx.de>
* glib/gwin32.c (g_win32_get_package_installation_directory):
Replace homegrown "hash" entity by standard ISO entity "num".
2002-05-26 Matthias Clasen <maclas@gmx.de> 2002-05-26 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Remove references to nonexisting functions * glib/gmain.c: Remove references to nonexisting functions

View File

@ -1,3 +1,8 @@
2002-06-03 Matthias Clasen <maclas@gmx.de>
* glib/gwin32.c (g_win32_get_package_installation_directory):
Replace homegrown "hash" entity by standard ISO entity "num".
2002-05-26 Matthias Clasen <maclas@gmx.de> 2002-05-26 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Remove references to nonexisting functions * glib/gmain.c: Remove references to nonexisting functions

View File

@ -1,3 +1,12 @@
2002-06-03 Matthias Clasen <maclas@gmx.de>
* gobject/gobject-docs.sgml:
* glib/glib-docs.sgml:
* glib/tmpl/macros.sgml:
* glib/tmpl/string_utils.sgml: Replace homegrown "nbsp", "hash"
and "percent" entities by standard ISO entities "nbsp", "num" and
"percnt".
2002-05-30 Matthias Clasen <maclas@gmx.de> 2002-05-30 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/string_utils.sgml: * glib/tmpl/string_utils.sgml:

View File

@ -1,8 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY nbsp "&#x00a0;">
<!ENTITY hash "#">
<!ENTITY glib-Basic-Types SYSTEM "xml/types.xml"> <!ENTITY glib-Basic-Types SYSTEM "xml/types.xml">
<!ENTITY glib-Limits-of-Basic-Types SYSTEM "xml/limits.xml"> <!ENTITY glib-Limits-of-Basic-Types SYSTEM "xml/limits.xml">
<!ENTITY glib-Standard-Macros SYSTEM "xml/macros.xml"> <!ENTITY glib-Standard-Macros SYSTEM "xml/macros.xml">

View File

@ -38,7 +38,7 @@ The micro version number of the GLib library.
<!-- ##### MACRO G_OS_WIN32 ##### --> <!-- ##### MACRO G_OS_WIN32 ##### -->
<para> <para>
This macro is defined only on Windows. So you can bracket This macro is defined only on Windows. So you can bracket
Windows-specific code in "&hash;ifdef G_OS_WIN32". Windows-specific code in "&num;ifdef G_OS_WIN32".
</para> </para>
@ -46,7 +46,7 @@ Windows-specific code in "&hash;ifdef G_OS_WIN32".
<!-- ##### MACRO G_OS_BEOS ##### --> <!-- ##### MACRO G_OS_BEOS ##### -->
<para> <para>
This macro is defined only on BeOS. So you can bracket This macro is defined only on BeOS. So you can bracket
BeOS-specific code in "&hash;ifdef G_OS_BEOS". BeOS-specific code in "&num;ifdef G_OS_BEOS".
</para> </para>
@ -54,7 +54,7 @@ BeOS-specific code in "&hash;ifdef G_OS_BEOS".
<!-- ##### MACRO G_OS_UNIX ##### --> <!-- ##### MACRO G_OS_UNIX ##### -->
<para> <para>
This macro is defined only on UNIX. So you can bracket This macro is defined only on UNIX. So you can bracket
UNIX-specific code in "&hash;ifdef G_OS_UNIX". UNIX-specific code in "&num;ifdef G_OS_UNIX".
</para> </para>

View File

@ -643,7 +643,7 @@ The typical usage would be something like:
<informalexample><programlisting> <informalexample><programlisting>
char buf[G_ASCII_DTOSTR_BUF_SIZE]; char buf[G_ASCII_DTOSTR_BUF_SIZE];
fprintf (out, "value=&percent;s\n", g_ascii_dtostr (buf, sizeof (buf), value)); fprintf (out, "value=&percnt;s\n", g_ascii_dtostr (buf, sizeof (buf), value));
</programlisting></informalexample> </programlisting></informalexample>
</para> </para>

View File

@ -1,7 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY nbsp "&#x00a0;">
<!ENTITY gobject-GType SYSTEM "xml/gtype.xml"> <!ENTITY gobject-GType SYSTEM "xml/gtype.xml">
<!ENTITY gobject-GTypePlugin SYSTEM "xml/gtypeplugin.xml"> <!ENTITY gobject-GTypePlugin SYSTEM "xml/gtypeplugin.xml">
<!ENTITY gobject-GTypeModule SYSTEM "xml/gtypemodule.xml"> <!ENTITY gobject-GTypeModule SYSTEM "xml/gtypemodule.xml">

View File

@ -632,8 +632,8 @@ get_package_directory_from_module (gchar *module_name)
* is the same identifier as used for * is the same identifier as used for
* <literal>GETTEXT_PACKAGE</literal> in software configured according * <literal>GETTEXT_PACKAGE</literal> in software configured according
* to GNU standards. The function first looks in the Windows Registry * to GNU standards. The function first looks in the Windows Registry
* for the value <literal>&hash;InstallationDirectory</literal> in the key * for the value <literal>&num;InstallationDirectory</literal> in the key
* <literal>&hash;HKLM\Software\@package</literal>, and if that value * <literal>&num;HKLM\Software\@package</literal>, and if that value
* exists and is a string, returns that. * exists and is a string, returns that.
* *
* If @package is %NULL, or the above value isn't found in the * If @package is %NULL, or the above value isn't found in the