aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.in8
-rw-r--r--gtk/AUTHORS0
-rw-r--r--gtk/ChangeLog0
-rw-r--r--gtk/Makefile.am5
-rw-r--r--gtk/NEWS0
-rw-r--r--gtk/README0
8 files changed, 11 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 5084958385..2e03bd077f 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ Overview of changes in Ethereal 0.7.3:
(Tom Gallagher <Tom.Gallagher@madge.com>)
* Change to usage of boolean fields in display filters (Gilbert)
* Optimized GTKClist (Guy)
+* Optimized wiretap/ethereal interaction (Guy)
* Handle NBNS continuations (Richard)
* Started ATM support (Guy)
* Enhanced user-friendliness via default behaviors and error messages
diff --git a/autogen.sh b/autogen.sh
index ad88e410be..3351c8f91a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.5 1999/08/27 22:27:07 gram Exp $
+# $Id: autogen.sh,v 1.6 1999/08/31 05:51:59 gram Exp $
DIE=0
PROJECT="Ethereal"
@@ -32,7 +32,7 @@ if test -z "$*"; then
echo "please specify them on the $0 command line."
fi
-for dir in . wiretap gtk ; do
+for dir in . wiretap ; do
echo processing $dir
(cd $dir; \
aclocalinclude="$ACLOCAL_FLAGS"; \
diff --git a/configure.in b/configure.in
index 4873ee4943..fa4e9c01a1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
-# $Id: configure.in,v 1.40 1999/08/27 22:27:07 gram Exp $
+# $Id: configure.in,v 1.41 1999/08/31 05:51:59 gram Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(etypes.h)
-AM_INIT_AUTOMAKE(ethereal, 0.7.2)
+AM_INIT_AUTOMAKE(ethereal, 0.7.3)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
@@ -151,6 +151,6 @@ dnl blank for now, but will be used in future
AC_SUBST(SUBDIRS)
AM_CONFIG_HEADER(config.h)
-AC_CONFIG_SUBDIRS(wiretap gtk)
-AC_OUTPUT(Makefile ethereal.spec doc/Makefile doc/dfilter2pod,
+AC_CONFIG_SUBDIRS(wiretap)
+AC_OUTPUT(Makefile ethereal.spec doc/Makefile doc/dfilter2pod gtk/Makefile,
[chmod +x doc/dfilter2pod])
diff --git a/gtk/AUTHORS b/gtk/AUTHORS
deleted file mode 100644
index e69de29bb2..0000000000
--- a/gtk/AUTHORS
+++ /dev/null
diff --git a/gtk/ChangeLog b/gtk/ChangeLog
deleted file mode 100644
index e69de29bb2..0000000000
--- a/gtk/ChangeLog
+++ /dev/null
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 2970b8c976..3915a73d81 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -5,5 +5,8 @@ CLEANFILES = \
*~
libui_a_SOURCES = \
+ gtkbindings.h \
gtkclist.c \
- gtkclist.h
+ gtkclist.h \
+ gtkdnd.h \
+ gtkmain.h
diff --git a/gtk/NEWS b/gtk/NEWS
deleted file mode 100644
index e69de29bb2..0000000000
--- a/gtk/NEWS
+++ /dev/null
diff --git a/gtk/README b/gtk/README
deleted file mode 100644
index e69de29bb2..0000000000
--- a/gtk/README
+++ /dev/null