Mercurial > pidgin
view plugins/tcl/Makefile.am @ 8686:140b0d020c43
[gaim-migrate @ 9439]
" This fixes the GTKIMHTML CSS processing so that it
works again:
- Added support for background colors in the CSS
processing.
- Log viewer will now display all formatting including
font colors, sizes, faces, etc.
- Jabber underline will now appear in received messages
- Logger will now log *ALL 7* possible font sizes
instead of just smaller (1-3), medium (4), and larger
(5-7) and recognize them in IMHTML.
This is accomplished by fixing the font size
specifications in gaim_markup_html_to_xhtml and then a
partial rewrite of the CSS formatting code." --Kevin Stange
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 18 Apr 2004 00:21:58 +0000 |
parents | d470c16dd17a |
children | e5451763f5b9 |
line wrap: on
line source
plugindir = $(libdir)/gaim tcl_la_LDFLAGS = -module -avoid-version $(TCL_LIBS) $(TK_LIBS) plugin_LTLIBRARIES = tcl.la tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h EXTRA_DIST = signal-test.tcl Makefile.mingw tcl_win32.c AM_CPPFLAGS = \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(TK_CFLAGS) \ $(TCL_CFLAGS)