2008-03-11 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #513951 * addressbook/gui/component/addressbook-component.c (ensure_sources): * addressbook/gui/component/addressbook-migrate.c (addressbook_migrate): * calendar/gui/cal-search-bar.c (cal_search_bar_construct): * calendar/gui/migration.c (create_calendar_sources), (create_task_sources), (migrate_calendars), (migrate_tasks), (create_memo_sources): * calendar/gui/e-memos.c (e_memos_setup_view_menus): * calendar/gui/tasks-component.c (ensure_sources): * calendar/gui/gnome-cal.c (gnome_calendar_setup_view_menus): * calendar/gui/calendar-component.c (ensure_sources): * calendar/gui/memos-component.c (ensure_sources): * mail/mail-config.c (gconf_mime_types_changed): Adapt to new meaning of xxx_component_peek_base_directory(). * addressbook/gui/component/addressbook-component.c (addressbook_component_init): * addressbook/gui/component/addressbook-migrate.c (create_groups): * calendar/gui/tasks-component.c (tasks_component_init): * calendar/gui/calendar-component.c (calendar_component_init): * calendar/gui/memos-component.c (memos_component_init): * composer/e-msg-composer.c (autosave_manager_query_load_orphans), (autosave_init_file): * e-util/e-mktemp.c (get_dir): * e-util/e-util.c (get_lock_filename): * mail/mail-component.c: * plugins/face/face.c (org_gnome_composer_face): * smime/lib/e-cert-db.c (initialize_nss): Use e_get_user_data_dir() instead of constructing the full path. * calendar/gui/migration.c (add_gw_esource): * composer/e-msg-composer.c (e_msg-composer_unrealize), (e_msg_composer_set_view_from), (e_msg_composer_set_view_replyto), (e_msg_composer_set_view_to), (e_msg_composer_set_view_postto), (e_msg_composer_set_view_cc), (e_msg_composer_set_view_bcc): * e-util/e-util.c (e_file_update_save_path), (e_file_get_save_path): Emit warnings if saving to GConf fails. * e-util/e-util.c (e_get_user_data_dir): New function returns the base directory for Evolution user data. This should be the /only/ place in the application where this directory is hard-coded. svn path=/trunk/; revision=35175
48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
2008-03-11 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #513951
|
|
|
|
* face.c (org_gnome_composer_face):
|
|
Use e_get_user_data_dir() instead of constructing the full path.
|
|
|
|
2007-10-09 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #437579
|
|
|
|
* face.c:
|
|
Fix various compiler warnings. Patch from Milan Crha.
|
|
|
|
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* org-gnome-face-eplug.xml:
|
|
Use consistent terminology for mail messages (#480621).
|
|
|
|
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #474000
|
|
|
|
* face.c:
|
|
Use GLib's Base64 API instead of Camel's.
|
|
|
|
2007-09-14 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #476231
|
|
|
|
* face.c:
|
|
Remove non-USE_GTKFILECHOOSER code.
|
|
GtkFileChooser has been around since 2004.
|
|
|
|
2007-07-18 Sankar P <psankar@novell.com>
|
|
|
|
* face.c: (org_gnome_composer_face):
|
|
Remove unused variables.
|
|
|
|
2007-07-17 Sankar P <psankar@novell.com>
|
|
|
|
* org-gnome-face.eplug.xml:
|
|
* org-gnome-face-ui.xml:
|
|
* org-gnome-face.errors.xml:
|
|
* Makefile.am:
|
|
* face.c:
|
|
Initial set of files. Implements Face header support.
|