Files
evolution/plugins/email-custom-header/ChangeLog
Matthew Barnes 09cfe5d569 New convenience function for launching help from Evolution. Displays an
2008-08-14  Matthew Barnes  <mbarnes@redhat.com>

	* e-util/e-util.c (e_display_help):
	New convenience function for launching help from Evolution.
	Displays an error dialog over the given parent window if an
	error occurs.

	* addressbook/gui/contact-editor/e-contact-editor.c:
	* calendar/gui/dialogs/comp-editor.c:
	* plugins/email-custom-header/gui/contact-editor/e-contact-editor.c:
	* plugins/exchange-operations/exchange-send-options.c:
	* widgets/misc/e-multi-config-dialog.c:
	* widgets/misc/e-send-options.c:
	Use e_display_help() for displaying help.


svn path=/trunk/; revision=35991
2008-08-14 19:21:10 +00:00

80 lines
2.3 KiB
Plaintext

2008-08-14 Matthew Barnes <mbarnes@redhat.com>
* gui/contact-editor/e-contact-editor.c:
Use e_display_help() for displaying help.
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Have a check for OS_WIN32 and handle the schema data
differently. make install error on win32.
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Added necessary libraries to link to. Build break while
compiling on Windows.
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #543755
* apps_evolution_email_custom_header.schemas.in: Fix typo.
2008-07-22 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #544022
* email-custom-header.c: Compiler warning cleanup.
2008-06-25 Ashish Shrivastava <shashish@novell.com>
* email-custom-header.glade: Marked strings for
translation.
remove "window1" string from translation.
2008-06-24 Ashish Shrivastava <shashish@novell.com>
* email-custom-header.c: (e_plugin_lib_get_configure_widget),
(org_gnome_email_custom_header_config_option):
Added Support for configuring gconf values.
* email-custom-header.glade:
Configure email-custom-header plugin within the plugin-manager.
* org-gnome-email-custom-header.eplug.xml: Add hook class
for Configure tab.
* Makefile.am: Add new file.(email-custom-header.glade).
2008-06-02 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am:
Distribute the Glade file.
2008-06-02 Ashish Shrivastava <shashish@novell.com>
** Fixes bug #536183
* email-custom-header.c:
* org-gnome-email-custom-header.glade:
Change email custom header's dialog to non-modal.
Remove un-used tab from dialog
2008-05-22 Matthew Barnes <mbarnes@redhat.com>
* email-custom-header.c (action_email_custom_header_cb):
Remove unused 'editor' variable.
2008-05-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #534360
* email-custom-header.h:
Migrate from deprecated GtkObject symbols to GObject equivalents.
2008-05-19 Ashish Shrivastava <shashish@novell.com>
* org-gnome-email-custom-header.eplug.xml:
* org-gnome-email-custom-header.glade:
* apps_evolution_email_custom_header.schemas.in:
* Makefile.am:
* email-custom-header.c:
* email-custom-header.h:
** Initial set of files. Implements Custom header support.
** Added custom header plugin.