summaryrefslogtreecommitdiff
path: root/support/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 55176743..804d483e 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,21 @@
+1998-11-04 Raja R Harinath <harinath@cs.umn.edu>
+
+ * gnomesupport-fake.h: Include gnomesupport.h unconditionally.
+ * Makefile.am: Build libgnomesupport.la unconditionally.
+ (popt_sources): List `popt' sources.
+ (libgnomesupport_la_SOURCES): Include $popt_sources.
+ (include_HEADERS): Install `popt.h'.
+ (noinst_HEADERSS): Don't install poptint.h and findme.h.
+ * popt.c: New file. From the POPT package. Replacement for
+ argp/getopt.
+ * poptparse.c: Likewise.
+ * popthelp.c: Likewise.
+ * poptconfig.c: Likewise.
+ * findme.c: Likewise.
+ * findme.h: Likewise.
+ * popt.h: Likewise.
+ * poptint.h: Likewise.
+
1998-09-02 Raja R Harinath <harinath@cs.umn.edu>
* canonicalize.c (realpath): Remove `weak_alias'.