diff --git a/.cvsignore b/.cvsignore index 6d3daf78..d3e65924 100644 --- a/.cvsignore +++ b/.cvsignore @@ -13,7 +13,6 @@ gtopConf.sh i386-bsdi i686-pc-linux-gnu intl -libgtop-0.01.tar.gz libgtop-mirror.sh.swp libgtopConf.sh libtool @@ -30,7 +29,6 @@ i686-pc-linux-gnu-linux libgtop-config ABOUT-NLS libgtop.spec -libgtop-0.99.*.tar.gz -libgtop-0.99.* +libgtop*.tar.gz *-debstamp -libgtop-1.*.*.tar.gz +libgtop*.pc diff --git a/ChangeLog b/ChangeLog index 6da6a5de..1ffff509 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-11-26 Abel Cheung + + * src/inodedb/file_by_inode.c: Rename to file_by_inode2.c + * src/inodedb/mkinodedb.c: Rename to mkinodedb2.c + + * po/POTFILES.in: Reflect above change + + * */.cvsignore: Add various files + 2001-11-25 Kevin Vandersloot * port stable libgtop to GNOME 2.0. Too much to detail. diff --git a/doc/ChangeLog b/doc/ChangeLog index e078c5e1..c41c52f1 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-11-26 Abel Cheung + + * libgtop.texi, Makefile.am: Renamed to libgtop2.texi + * about.texi: Very minor update. + 1999-10-18 Martin Baulig * about.texi: Added a note about LibGTop and GNOME. diff --git a/doc/Makefile.am b/doc/Makefile.am index 4fedf0c6..712a2002 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,17 +1,17 @@ -info_TEXINFOS = libgtop.texi +info_TEXINFOS = libgtop2.texi -libgtop_TEXINFOS = libgtop.texi about.texi reference.texi \ +libgtop2_TEXINFOS = libgtop2.texi about.texi reference.texi \ auto-macros.texi version.texi main.texi \ white-paper.texi MAKEINFO += -I @libgtop_top_builddir@/doc -EXTRA_DIST = auto-macros.texi.in +EXTRA_DIST = auto-macros.texi auto-macros.texi: auto-macros.texi.in Makefile ## Use sed and then mv to avoid problems if the user interrupts. sed -e 's#\%LIBGTOP_LIBDIR\%#$(libdir)#g' \ - -e 's#\%LIBGTOP_INCLUDEDIR\%#$(includedir)#g' \ + -e 's#\%LIBGTOP_INCLUDEDIR\%#$(includedir)/libgtop-2.0#g' \ -e 's#\%LIBGTOP_DATADIR\%#$(datadir)#g' \ -e 's#\%LIBGTOP_EXTRA_LIBS\%#$(LIBGTOP_EXTRA_LIBS)#g' \ -e 's#\%LIBGTOP_LIBS\%#$(LIBGTOP_LIBS)#g' \ diff --git a/doc/about.texi b/doc/about.texi index 9deb28e8..73cb1913 100644 --- a/doc/about.texi +++ b/doc/about.texi @@ -33,10 +33,10 @@ latest release tarballs from @noindent or any of its mirror sites. -The latest stable version of LibGTop is 1.0.1 which is also the one that comes -together with GNOME 1.0. In CVS, there is a @code{LIBGTOP_STABLE_1_0} branch -which is rooted at the @code{LIBGTOP_1_0_1} tag while actual development occurs -in the @code{HEAD} which currently has version 1.1.0. +The latest stable version of LibGTop is 1.0.12 which is also the one that comes +together with GNOME 1.0. It belongs to @code{LIBGTOP_STABLE_1_0} branch in CVS. +Actual development occurs in the @code{libgtop-GNOME-2-0-port} which is +currently versioned 1.90.0. @node Supported Platforms, Mailing List, Availability, About @section Supported Platforms @@ -47,7 +47,7 @@ The stable branch currently supports the following platforms: @item All versions of Linux LibGTop was tested under Linux 2.0.x and 2.2.x on the ix86 and the alpha, but -it should also work without problems on SparcLinux. +it should also work without problems on SparcLinux or Linux 2.4.x. Note: I'm speaking of the Linux kernel here, not the GNU/Linux operating system. @@ -116,6 +116,7 @@ me a lot in the early beginning. @item Timur Bakeyev for the BSDI port. @item Drazen Kacar and the other people on the LibGTop development mailing list for the Solaris port. +@item Kevin Vandersloot for the effort to port to GNOME 2.0. @item All people sending me patches, having good ideas, ... @item Everyone I have forgotten in this list ... @end itemize diff --git a/doc/libgtop.texi b/doc/libgtop2.texi similarity index 92% rename from doc/libgtop.texi rename to doc/libgtop2.texi index 89f683c8..2dc8b31a 100644 --- a/doc/libgtop.texi +++ b/doc/libgtop2.texi @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c %**start of header -@setfilename libgtop.info +@setfilename libgtop2.info @settitle LibGTop Reference Manual @setchapternewpage odd @c %**end of header @@ -41,6 +41,15 @@ under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation. +@format +@dircategory Libraries: +@direntry +* LibGTop2: (libgtop2). Library to get system specific data + such as cpu and memory usage, active + processes +@end direntry +@end format + @end ifinfo @titlepage diff --git a/po/.cvsignore b/po/.cvsignore index c604a322..ae01766f 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -8,3 +8,4 @@ libgtop.pot Makefile.in.in messages stamp-cat-id +po2tbl.sed diff --git a/po/POTFILES.in b/po/POTFILES.in index d5395926..9871091a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -51,8 +51,8 @@ src/daemon/main.c src/daemon/server.c src/daemon/slave.c src/daemon/version.c -src/inodedb/file_by_inode.c -src/inodedb/mkinodedb.c +src/inodedb/file_by_inode2.c +src/inodedb/mkinodedb2.c support/easy-vsnprintf.c support/error.c support/error.h diff --git a/src/daemon/.cvsignore b/src/daemon/.cvsignore index 63d33eb4..ccdb1c11 100644 --- a/src/daemon/.cvsignore +++ b/src/daemon/.cvsignore @@ -1,7 +1,7 @@ Makefile.in Makefile -libgtop_daemon -libgtop_server +libgtop_daemon2 +libgtop_server2 server.conf .libs .deps diff --git a/src/inodedb/file_by_inode.c b/src/inodedb/file_by_inode2.c similarity index 100% rename from src/inodedb/file_by_inode.c rename to src/inodedb/file_by_inode2.c diff --git a/src/inodedb/mkinodedb.c b/src/inodedb/mkinodedb2.c similarity index 100% rename from src/inodedb/mkinodedb.c rename to src/inodedb/mkinodedb2.c