*** empty log message ***

This commit is contained in:
Martin Baulig
1998-06-02 16:26:07 +00:00
parent 7f39d62371
commit eb69a5547f
3 changed files with 19 additions and 1 deletions

View File

@@ -1,3 +1,20 @@
1998-06-02 Martin Baulig <baulig@merkur.uni-trier.de>
* include/glibtop/open.h (GLIBTOP_OPEN_NO_OVERRIDE):
tells `glibtop_open' to use the default server and not
to check the environment variables.
* include/glibtop/sysdeps.h (_glibtop_sysdeps):
renamed 'dummy' member to 'features'.
* src/proxy/*: new directory - proxy server.
* include/glibtop/command.h (GLIBTOP_CMND_SYSDEPS):
added definition here.
* src/server/main.c (GLIBTOP_CMND_SYSDEPS): new
command to get glibtop_server_features.
1998-06-01 Martin Baulig <martin@home-of-linux.org>
* NEWS: added more detailed description of today's and

View File

@@ -2,4 +2,5 @@ Makefile
Makefile.in
POTFILES
cat-id-tbl.c
fr.gmo
libgtop.pot

View File

@@ -1 +1 @@
SUBDIRS = server
SUBDIRS = server proxy