Files
evolution/shell
Not Zed 8f2a49962f [#41013]
2003-04-28  Not Zed  <NotZed@Ximian.com>

        [#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
2003-04-29 02:40:56 +00:00
..
2003-04-07 16:14:38 +00:00
2003-04-29 02:40:56 +00:00
2003-04-29 02:40:56 +00:00
2002-07-18 18:16:18 +00:00
2003-04-15 17:09:32 +00:00
2003-04-15 17:09:32 +00:00
2002-07-09 17:06:19 +00:00
2003-04-15 21:27:08 +00:00
2002-11-19 21:25:37 +00:00
2002-07-18 18:16:18 +00:00
2003-04-29 02:40:56 +00:00
2003-04-18 17:46:26 +00:00
2002-11-19 21:25:37 +00:00
2003-04-15 21:27:08 +00:00
2002-09-24 21:01:04 +00:00
2003-04-02 03:41:57 +00:00
2003-04-15 17:09:32 +00:00
2003-04-07 01:44:02 +00:00
2003-04-28 20:22:12 +00:00
2003-04-28 18:17:22 +00:00

Two things are built in this directory: the shell's executable, named
`evolution', and the shell utility library, `libeshell'.

The `e-*' files belong to the shell, and their API is not exported at
all.

The `evolution-*' files, instead, are Bonobo-style wrappers for the
shell's Evolution:: CORBA interfaces.  They are all compiled into
`libeshell'; the shell itself links against `libeshell'.

The `evolution-*-client' files are utility GTK+-style wrappers for the
CORBA methods; the modules whose name does not end with `-client',
instead, are Bonobo-like GTK+ objects wrapping the implementation of
the CORBA server.