2009-04-12 Matthew Barnes <mbarnes@redhat.com>
** Remove a bunch of juvenile comments. Source code should
look professional, even if some developers are not.
svn path=/trunk/; revision=37514
2009-03-08 David Planella <david.planella@gmail.com>
Added Catalan translation of the Evolution welcome e-mail and quick
reference
* configure.in: Added Makefiles for the Catalan translations of the
welcome e-mail and quick reference.
* mail/default/Makefile.am: Added Catalan (ca) to the list of
subdirectories
* mail/default/ca/Inbox: Added Catalan translation by David Planella
* mail/default/ca/Makefile.am: Created Makefile template
svn path=/trunk/; revision=37381
2009-02-24 Matthew Barnes <mbarnes@redhat.com>
* MAINTAINERS:
Add myself as a Shell maintainer, with Srini's permission.
svn path=/trunk/; revision=37319
2009-01-29 Tor Lillqvist <tml@novell.com>
Cross-compilation from Linux to Windows support by Fridrich Strba.
* configure.in: Check for <sys/wait.h>. Don't look for socklen_t
on Windows.
If cross-compiling, we obviously can't run the test to find out
the preferred formats for charset names of iconv(). We know them a
priori for Windows, though. For cross-compilation to other
platforms more change is needed.
* win32/Makefile.am: Use $(DLLTOOL) instead of hardcoding name.
svn path=/trunk/; revision=37193
2009-10-19 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Keep evolution and evolution-data-server versions in lockstep
from now on to avoid any more dependency screw ups.
svn path=/trunk/; revision=37103
2009-01-12 Philip Van hoof <philip@codeminded.be>
* e-util/e-plugin.c
* e-util/e-plugin.h
* shell/main.c: EPlugins must be loaded after Bonobo init, else variables
like `session` are not available for plugin's initialization functions.
(Fixes Bug #565681)
svn path=/trunk/; revision=37052
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
2008-12-22 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Bump eds_minimum_version to 2.25.4 for CAMEL_STORE_IS_MIGRATING.
svn path=/trunk/; revision=36928
2008-12-16 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #564248
* configure.in: Bump libgtkhtml_minimum_version to 3.25.4
because of new html editor functions.
svn path=/trunk/; revision=36910
2008-11-28 Felix Riemann <friemann@svn.gnome.org>
** Fixes bug #554464
* configure.in: Bump gtk+ minimum version to 2.14.0 which pulls
in a recent enough Pango version.
* widgets/table/e-cell-text.c: (build_layout): Let Pango handle
the ellipsizing, which should be faster.
svn path=/trunk/; revision=36819
2008-11-12 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #524377
* configure.in: Bump eds minimum version to 2.25.2 because of
camel's int camel_header_param_encode_filenames_in_rfc_2047.
* mail/mail-config.glade:
* mail/evolution-mail.schemas.in:
* mail/em-composer-prefs.c: (em_composer_prefs_construct):
* mail/mail-config.c: (gconf_outlook_filenames_changed), (mail_config_init):
Declare, be able to change and listen to changes on new key,
'/apps/evolution/mail/composer/outlook_filenames' to encode file names
header in camel based on the RFC 2047, instead of the correct RFC 2231.
Note: Requires at least eds revision 9756.
svn path=/trunk/; revision=36779
2008-11-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #557581
* configure.in:
Break up the version definitions such that we can calculate the
latest stable version and pass a STABLE_VERSION definition to
shell/main.c.
* shell/main.c:
Replace DEVELOPMENT with STABLE_VERSION, which actually defines
the latest stable version (e.g. 2.24). STABLE_VERSION is only
defined if the current version is _unstable_ (e.g. 2.25).
* shell/main.c (show_development_warning):
Use STABLE_VERSION instead of hard-coding the version number.
svn path=/trunk/; revision=36761
2008-10-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #549025
* configure.in:
Restrict libmono linkage to the mono plugin, so that downstream
packagers can isolate the mono dependency to a subpackage.
Add configuration summary lines indicating whether the Mono and
Python bindings are enabled.
* plugins/mono/Makefile.am:
Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly. The mono plugin
is the only module that should be linking against libmono.
svn path=/trunk/; revision=36675
* Remove improper FSF copyright statements; was never signed over to them and was incorrectly added to this file due to a mistake made by the original developer.
svn path=/trunk/; revision=36616
2008-10-01 Milan Crha <mcrha@redhat.com>
** Fix for bug #554458
* configure.in: Bump glib version to 2.18.0 because of g_content_type_from_mime_type.
* mail/em-popup.c: (emp_standard_menu_factory):
* calendar/gui/e-cal-popup.c: (ecalp_standard_menu_factory):
Use content-type to call of g_app_info_get_all_for_type.
svn path=/trunk/; revision=36526