Remove UNICODE_CFLAGS
* Makefile.am (INCLUDES): Remove UNICODE_CFLAGS svn path=/trunk/; revision=9582
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2001-04-26 Dan Winship <danw@ximian.com>
|
||||
|
||||
* Makefile.am (INCLUDES): Remove UNICODE_CFLAGS
|
||||
|
||||
2001-04-25 Radek Doulik <rodo@ximian.com>
|
||||
|
||||
* e-msg-composer.c (e_msg_composer_set_send_html): block/unblock
|
||||
|
||||
@ -55,7 +55,6 @@ INCLUDES = \
|
||||
$(GNOME_INCLUDEDIR) \
|
||||
$(BONOBO_GNOME_CFLAGS) \
|
||||
$(GTKHTML_CFLAGS) \
|
||||
$(UNICODE_CFLAGS) \
|
||||
-DEVOLUTION_DATADIR=\"$(datadir)\" \
|
||||
-DE_GLADEDIR=\"$(gladedir)\" \
|
||||
-DG_LOG_DOMAIN=\"composer\"
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2001-04-26 Dan Winship <danw@ximian.com>
|
||||
|
||||
* Makefile.am (INCLUDES): Remove UNICODE_CFLAGS
|
||||
|
||||
2001-04-26 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* filter-part.c (filter_part_xml_create): Blah blah fix for xml1
|
||||
|
||||
@ -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)\" \
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
2001-04-26 Dan Winship <danw@ximian.com>
|
||||
|
||||
* Makefile.am (INCLUDES): Remove UNICODE_CFLAGS
|
||||
|
||||
* mail-format.c (handle_text_plain_flowed): Use <font color=...>
|
||||
to mark citations rather than italicizing them, which has never
|
||||
looked very nice. Now this is more consistent with the non-flowed
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user