aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'widgets')
-rw-r--r--widgets/ChangeLog10
-rw-r--r--widgets/Makefile.am3
-rw-r--r--widgets/e-reflow/.cvsignore12
-rw-r--r--widgets/e-reflow/Makefile.am14
4 files changed, 38 insertions, 1 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index 00226f5cb0..59be09395e 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,13 @@
+2000-09-13 Christopher James Lahey <clahey@helixcode.com>
+
+ * Makefile.am (SUBDIRS): Added e-reflow.
+
+ * e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved from
+ addressbook/gui/minicard/.
+
+ * e-reflow/Makefile.am, e-reflow/.cvsignore: New files for a new
+ directory.
+
2000-09-08 Lauris Kaplinski <lauris@helixcode.com>
* e-text/e-text.c (calc_line_widths): Fix byte/char confusion
diff --git a/widgets/Makefile.am b/widgets/Makefile.am
index a2c421ee7d..a721cb6d36 100644
--- a/widgets/Makefile.am
+++ b/widgets/Makefile.am
@@ -5,4 +5,5 @@ SUBDIRS = \
e-text \
e-table \
meeting-time-sel \
- shortcut-bar
+ shortcut-bar \
+ e-reflow
diff --git a/widgets/e-reflow/.cvsignore b/widgets/e-reflow/.cvsignore
new file mode 100644
index 0000000000..472fd2593f
--- /dev/null
+++ b/widgets/e-reflow/.cvsignore
@@ -0,0 +1,12 @@
+.deps
+.libs
+.pure
+Makefile
+Makefile.in
+*.lo
+*.la
+minicard-label-test
+minicard-test
+minicard-view-test
+minicard-widget-test
+reflow-test
diff --git a/widgets/e-reflow/Makefile.am b/widgets/e-reflow/Makefile.am
new file mode 100644
index 0000000000..635ed578c7
--- /dev/null
+++ b/widgets/e-reflow/Makefile.am
@@ -0,0 +1,14 @@
+INCLUDES = \
+ -DG_LOG_DOMAIN=\"e-reflow\" \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/widgets/e-text/ \
+ $(BONOBO_GNOME_CFLAGS)
+
+noinst_LIBRARIES = \
+ libereflow.a
+
+libereflow_a_SOURCES = \
+ e-reflow-sorted.c \
+ e-reflow-sorted.h \
+ e-reflow.c \
+ e-reflow.h
n title='2012-03-05 23:52:46 +0800'>2012-03-051-1/+2 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0 * - Update to 1.05sylvio2010-06-102-5/+5 * - Update to 1.04miwi2009-03-313-8/+5 * - Include some ports in perl5 category.araujo2008-05-191-1/+1 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1 * - Update to 1.03clsung2006-12-192-4/+4