From 86c90c049e0f4d793c38c6dd239e1bb0b1aeff5f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 18 Dec 2005 10:21:24 +0000 Subject: Use g_ascii_strcasecmp() instead of g_strcasecmp(). This function handles 2005-12-18 Tor Lillqvist * e-table-config.c (find_model_column_by_name): Use g_ascii_strcasecmp() instead of g_strcasecmp(). This function handles the English column names. * e-table-specification.c (e_table_specification_load_from_file) * e-table-state.c (e_table_state_load_from_file): Use e_xml_parse_file(). svn path=/trunk/; revision=30867 --- widgets/table/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'widgets/table/ChangeLog') diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog index 862f334bb5..b7f82c7f59 100644 --- a/widgets/table/ChangeLog +++ b/widgets/table/ChangeLog @@ -1,3 +1,13 @@ +2005-12-18 Tor Lillqvist + + * e-table-config.c (find_model_column_by_name): Use + g_ascii_strcasecmp() instead of g_strcasecmp(). This function + handles the English column names. + + * e-table-specification.c (e_table_specification_load_from_file) + * e-table-state.c (e_table_state_load_from_file): + Use e_xml_parse_file(). + 2005-12-17 Tor Lillqvist * Makefile.am: Link with bootstrap libs on Win32. Use -- cgit v1.2.3