2009-01-10 Matthew Barnes <mbarnes@redhat.com>
* e-util/e-util.c (e_display_help):
Now that we require GTK+ 2.14, use gtk_show_uri() instead of
gnome_help_display().
svn path=/trunk/; revision=37034
2009-01-11 Tor Lillqvist <tml@novell.com>
** Bug #567244
* filter-option.c (get_dynamic_options): For portability, use
<gmodule.h> API instead of <dlfcn.h> API.
svn path=/trunk/; revision=37029
2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com>
Reviewed by Matthew Barnes <mbarnes@redhat.com>
** Fix for bug #567129
* apps_evolution_email_custom_header.schemas.in:
Add <default> tag in C locale to localize the value.
* email-custom-header.c (epech_setup_widgets):
Add gettext.
svn path=/trunk/; revision=37022
2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com>
Reviewed by Matthew Barnes <mbarnes@redhat.com>
* Fix for bug #566011
* addressbook/gui/component/Makefile.am:
* addressbook/gui/component/addressbook-component.c
(addressbook_component_class_init):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* calendar/gui/Makefile.am:
* calendar/gui/calendar-component.c (calendar_component_class_init):
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/memos-component.c (memos_component_class_init):
* calendar/gui/tasks-component.c (tasks_component_class_init):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* composer/e-composer-header-table.c:
* composer/e-composer-private.h:
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>.
* mail/mail-component.c (mail_component_class_init):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* shell/e-user-creatable-items-handler.c
(e_user_creatable_items_handler_class_ini):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* widgets/misc/e-charset-picker.c:
* widgets/misc/e-signature-combo-box.c:
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>.
svn path=/trunk/; revision=37021
2009-01-08 Matthew Barnes <mbarnes@redhat.com>
* help/quickref/evolution-logo.eps:
B & W version of our new logo to replace the old Ximian logo.
* help/quickref/*/quickref.pdf:
Regenerate the Quick Reference PDFs with the new logo.
svn path=/trunk/; revision=37018
2009-01-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #567031
* rule-editor.c: (rule_editor_new): Hide also label of the combo.
svn path=/trunk/; revision=37017
2009-01-08 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #565376
* configure.in:
Bump eds requirement to 2.25.5 because of new functionality.
svn path=/trunk/; revision=37016
2009-01-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #339879
* filter/filter-code.h: (filter_code_new):
* filter/filter-code.c: (filter_code_new), (build_code):
* filter/rule-context.c: (new_element):
Have two types of code expression, one "code", which adds also
a "match-all" into the expression, and a "rawcode" without it.
* addressbook/gui/widgets/addresstypes.xml: Use "rawcode" instead of "code"
to have not added a "match-all" into the expression.
svn path=/trunk/; revision=37014
2009-01-07 Matt Davey <mcdavey@mrao.cam.ac.uk>
** Fix for bugs #201167 and #269342
* conduit/address-conduit.c:
Add support for category syncing. Also, retain an existing
given/first name split if it exists in the pilot record.
svn path=/trunk/; revision=37008
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Link sentence "You can also enable Magic
spacebar" against the corresponding section. Fixes bug #550604.
svn path=/trunk/; revision=36981