diff --git a/doc/ChangeLog b/doc/ChangeLog index 4f450cd9..59dc2a4a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +1999-10-18 Martin Baulig + + * internals.texi: For LibGTop 1.0.x, we put a short notice here + that this section was added in the development versions. + 1999-10-18 Martin Baulig * about.texi: Added a note about LibGTop and GNOME. diff --git a/doc/internals.texi b/doc/internals.texi index 4cb9c2d6..d344c179 100644 --- a/doc/internals.texi +++ b/doc/internals.texi @@ -1,6 +1,8 @@ @node LibGTop Internals, , Reference Manual, Top @chapter LibGTop Internals +@ifset LIBGTOP-1-1 + @menu * General Internals:: General Internals * Sysdeps Internals:: Sysdeps Internals @@ -105,3 +107,12 @@ glibtop_close_s (glibtop *server); It is normally implemented in @file{close.c} in the sysdeps directory, but may be empty. +@end ifset + +@ifclear LIBGTOP-1-1 + +This section was added in the development versions of LibGTop, please look +at the manual for LibGTop 1.1.x. + +@end ifclear +