From 8f2a49962fb7cf66c84091a0bda71e3f261a0b9e Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 29 Apr 2003 02:40:56 +0000 Subject: [#41013] 2003-04-28 Not Zed [#41013] * e-shell-importer.c (html_size_req): removed. (create_help): renamed from create_html. Only creates a plain label widget now, with line wrap turned on. Also make the g_return an assert, it failing is entirely based on internal code. (show_import_wizard): s/create_html/create_help/g [#41648] * e-config-upgrade.c (upgrade_xml_file): upgrade_xml_file_1_0 made a bit more generic, this handles io, a callback handles xml changes. (is_xml1encoded): new function to tell if a string is in gal's xml1 'encoded' format, or raw locale text. (decode_xml1): decode xml1 encoded format to valid utf8. (upgrade_xml_1_2_rec): upgrades xml1 encoded or badly encoded xml content for specific parent->child nodes. (CONF_REVISION): bump the config revision to 1.3.1. (e_config_upgrade): if config revision < 1.3.1, then check xml files for xml1 content. svn path=/trunk/; revision=20999 --- shell/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index dd517ec0a9..4eb210ce89 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,27 @@ +2003-04-28 Not Zed + + [#41013] + + * e-shell-importer.c (html_size_req): removed. + (create_help): renamed from create_html. Only creates a plain + label widget now, with line wrap turned on. Also make the + g_return an assert, it failing is entirely based on internal code. + (show_import_wizard): s/create_html/create_help/g + + [#41648] + + * e-config-upgrade.c (upgrade_xml_file): upgrade_xml_file_1_0 made + a bit more generic, this handles io, a callback handles xml + changes. + (is_xml1encoded): new function to tell if a string is in gal's + xml1 'encoded' format, or raw locale text. + (decode_xml1): decode xml1 encoded format to valid utf8. + (upgrade_xml_1_2_rec): upgrades xml1 encoded or badly encoded xml + content for specific parent->child nodes. + (CONF_REVISION): bump the config revision to 1.3.1. + (e_config_upgrade): if config revision < 1.3.1, then check xml + files for xml1 content. + 2003-04-28 Rodney Dawes * Makefile.am: Fix up some stuff for the nognome script -- cgit v1.2.3