From 8af4ab06a2baac12d25531588923c8d3faa77bb4 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 26 Apr 2001 15:13:40 +0000 Subject: Remove UNICODE_CFLAGS * Makefile.am (INCLUDES): Remove UNICODE_CFLAGS svn path=/trunk/; revision=9582 --- composer/ChangeLog | 4 ++++ composer/Makefile.am | 1 - filter/ChangeLog | 4 ++++ filter/Makefile.am | 1 - mail/ChangeLog | 2 ++ mail/Makefile.am | 2 -- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/composer/ChangeLog b/composer/ChangeLog index e38b6407b0..5b5e66ac21 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,7 @@ +2001-04-26 Dan Winship + + * Makefile.am (INCLUDES): Remove UNICODE_CFLAGS + 2001-04-25 Radek Doulik * e-msg-composer.c (e_msg_composer_set_send_html): block/unblock diff --git a/composer/Makefile.am b/composer/Makefile.am index d79e11ae9e..ad78500587 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -55,7 +55,6 @@ INCLUDES = \ $(GNOME_INCLUDEDIR) \ $(BONOBO_GNOME_CFLAGS) \ $(GTKHTML_CFLAGS) \ - $(UNICODE_CFLAGS) \ -DEVOLUTION_DATADIR=\"$(datadir)\" \ -DE_GLADEDIR=\"$(gladedir)\" \ -DG_LOG_DOMAIN=\"composer\" diff --git a/filter/ChangeLog b/filter/ChangeLog index 8cb76fbe7d..5d2978ce1d 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,7 @@ +2001-04-26 Dan Winship + + * Makefile.am (INCLUDES): Remove UNICODE_CFLAGS + 2001-04-26 Not Zed * filter-part.c (filter_part_xml_create): Blah blah fix for xml1 diff --git a/filter/Makefile.am b/filter/Makefile.am index e1245f599b..a7f6fe1ce4 100644 --- a/filter/Makefile.am +++ b/filter/Makefile.am @@ -12,7 +12,6 @@ INCLUDES = \ -I $(top_builddir)/shell \ -I $(GNOME_INCLUDEDIR) \ $(GTKHTML_CFLAGS) \ - $(UNICODE_CFLAGS) \ $(BONOBO_GNOME_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) \ -DFILTER_GLADEDIR=\"$(gladedir)\" \ diff --git a/mail/ChangeLog b/mail/ChangeLog index 646b32b171..2f8ae975d1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2001-04-26 Dan Winship + * Makefile.am (INCLUDES): Remove UNICODE_CFLAGS + * mail-format.c (handle_text_plain_flowed): Use to mark citations rather than italicizing them, which has never looked very nice. Now this is more consistent with the non-flowed diff --git a/mail/Makefile.am b/mail/Makefile.am index 0fd1abb708..6f48791528 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -24,7 +24,6 @@ INCLUDES = \ $(EXTRA_GNOME_CFLAGS) \ $(BONOBO_HTML_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ - $(UNICODE_CFLAGS) \ $(GTKHTML_CFLAGS) \ $(THREADS_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ @@ -150,7 +149,6 @@ test_mail_LDADD = \ # $(top_builddir)/e-util/libeutil.la \ # $(top_builddir)/libibex/libibex.la \ # $(BONOBO_HTML_GNOME_LIBS) \ -# $(UNICODE_LIBS) \ # $(THREADS_LIBS) # #test_thread_CFLAGS = -g $(THREADS_CFLAGS) -- cgit v1.2.3