Files
evolution/plugins/email-custom-header/ChangeLog
Milan Crha 5e4b6fcb89 ** Fix for bug #544022
2008-07-22  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #544022

	* configure.in: Do not redefine DBUS_VERSION define supplied
	by dbus itself, rather rename our define to FOUND_DBUS_VERSION.

	* mail/e-searching-tokenizer.c: (dump_trie):
	Define function only when required. (Compiler warning cleanup.)

	* shell/e-shell-window-commands.c: (char *authors[]):
	Break the escape sequence properly (compiler warning cleanup).

	* plugins/email-custom-header/email-custom-header.c: Compiler warning cleanup.

	* plugins/mail-notification/Makefile.am:
	* plugins/mail-notification/mail-notification.c: (send_dbus_message): Do not redefine
	DBUS_VERSION define, it's supplied by dbus itself.


svn path=/trunk/; revision=35819
2008-07-22 08:43:06 +00:00

59 lines
1.7 KiB
Plaintext

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.