summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f6e0fe..07bb9ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2003-12-11 Dodji Seketeli <dodji@gnome.org>
+
+ * configure.in: updated version numbers for 0.4.
+ * src/layeng/cr-lay-eng.[ch]:
+ (cr_lay_eng_style_to_pango_font_attribute): added this so
+ that the pango dependancy comes into the layout engine.
+ * src/parser/cr-parser.c,src/parser/cr-selector.h,
+ src/parser/cr-stylesheet.h,src/parser/cr-term.[ch],
+ src/parser/cr-utils.h:
+ made sure libcroco headers files
+ are C++ compilers friendly.
+ * src/seleng/Makefile.am: remove pango dependancy from the
+ selection engine. Put it in the layout engine.
+ * src/seleng/cr-style.[ch]:
+ (cr_style_to_pango_font_attributes): removed this function
+ from here and put it in src/layeng/cr-lay-eng.[ch]. This way,
+ we seleng doesn't depend on pango. Only layout engine does.
+
2003-08-17 Gaël CHAMOULAUD <strider@gnome.org>
* src/layeng/cr-lay-eng.c: (layout_block_box):