diff --git a/ChangeLog b/ChangeLog index 45b7148c..6f3ad42c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +1998-06-02 Martin Baulig + + * 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 * NEWS: added more detailed description of today's and diff --git a/po/.cvsignore b/po/.cvsignore index fdccedaf..1d2726a8 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -2,4 +2,5 @@ Makefile Makefile.in POTFILES cat-id-tbl.c +fr.gmo libgtop.pot diff --git a/src/Makefile.am b/src/Makefile.am index b0e22324..25087860 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1 +1 @@ -SUBDIRS = server +SUBDIRS = server proxy