summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-10-18 18:33:48 +0000
committerMartin Baulig <martin@src.gnome.org>1999-10-18 18:33:48 +0000
commit04fbf58c1814a345aa1c17d80bc7bcc2005091ec (patch)
tree44f317348cfb37a05e522bd85261e42dd3fe80e0 /doc
parent10dcb079f7783654078fb51359ac3ef154ca4ad9 (diff)
downloadlibgtop-04fbf58c1814a345aa1c17d80bc7bcc2005091ec.tar.gz
For LibGTop 1.0.x, we put a short notice here that this section was added
1999-10-18 Martin Baulig <martin@home-of-linux.org> * internals.texi: For LibGTop 1.0.x, we put a short notice here that this section was added in the development versions.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/internals.texi11
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4f450cd9..59dc2a4a 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,10 @@
1999-10-18 Martin Baulig <martin@home-of-linux.org>
+ * 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 <martin@home-of-linux.org>
+
* about.texi: Added a note about LibGTop and GNOME.
* reference.texi (glibtop_proc_state): Fix description of the `state'
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
+