aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* | Bump gtk_minimum_version to 2.99.3.Matthew Barnes2011-06-301-1/+1
| | | | | | | | | | The actual requirement right now is git HEAD, but this is the best we can do with pkg-config.
* | Fix champlain-gtk checks in configure.ac.Matthew Barnes2011-06-301-5/+2
| | | | | | | | Check for champlain-gtk-0.8 not 0.5, and drop the fallback to 0.4.
* | post release version bumpChenthill Palanisamy2011-06-301-1/+1
| |
* | libchamplain-0.8 exists now.Matthew Barnes2011-06-301-1/+1
| |
* | gladeui is 2.0 nowMilan Crha2011-06-301-1/+1
| |
* | Require the latest gtk+-3.0 release until 3.0.Matthew Barnes2011-06-301-1/+1
| |
* | Not gonna deal with deprecated API in GTK3 just yet.Matthew Barnes2011-06-301-1/+0
| |
* | Drop support for gtk+-2.0.Matthew Barnes2011-06-301-114/+41
| |
* | Post-release version bump.Matthew Barnes2011-06-301-1/+1
| |
* | Temporarily remove GDK_DISABLE_DEPRECATED (again).Matthew Barnes2011-06-301-3/+0
| | | | | | | | | | GTK+ 2.23.3 deprecated gdk_set_sm_client_id(), which is used by eggsmclient-xsmp.c. We'll deal with that after GNOME 3.0.
* | post release version bumpChenthill Palanisamy2011-06-301-1/+1
| |
* | Update gtkhtml API versionChenthill Palanisamy2011-06-301-1/+1
| |
* | Bug #616452 - Do not set '-Wl,--no-undefined' on freebsd/openbsdMilan Crha2011-06-301-1/+8
| |
* | post release version bumpChenthill Palanisamy2011-06-301-1/+1
| |
* | Post-release version bump.Matthew Barnes2010-11-101-1/+1
|/
* Reinstate GDK_DISABLE_DEPRECATEDBenjamin Otte2010-10-301-0/+1
| | | | Everything compiles with this flag now.
* Remove libartBenjamin Otte2010-10-301-1/+0
| | | | It's not used by the gnome-canvas anymore.
* gnome-canvas: Remove pangoft2 requirementBenjamin Otte2010-10-301-2/+0
| | | | | It's not really necessary to pull in libs for an unused variable, now is it?
* build: Depend on cairo-gobjectBenjamin Otte2010-10-301-0/+1
| | | | | GTK3 depends on it anyway, and we need it for property types in gnome-canvas.
* Bug 631731 - Remove status icon from mail notifierWilliam Jon McCann2010-10-281-3/+2
|
* Remove EVO_MARSHAL_RULE.Matthew Barnes2010-10-231-4/+0
| | | | Use glib-gen.mak instead.
* Bug 632903 - Support libnotify-0.7Flo Gravo2010-10-231-1/+5
|
* Bug #597567 - Crash in comp_subject()Milan Crha2010-10-211-0/+14
| | | | Fix works only when compiled with libical 0.46 or later
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+1
|
* Add an EOfflineAlert module.Matthew Barnes2010-10-191-2/+3
| | | | | | | | | This module posts an alert to the first EShellWindow when starting offline, and also posts an alert when the network connection drops. We get frequent questions on the mailing list from users not realizing Evolution is starting in offline mode, so this is meant to help address that confusion.
* post release version bumpChenthill Palanisamy2010-10-181-1/+1
|
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+1
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Post-release version bump.Matthew Barnes2010-10-051-1/+1
|
* Change version to 2.91.0.Matthew Barnes2010-10-041-4/+4
| | | | In accordance with http://live.gnome.org/TwoPointNinetyone.
* Use upstream gettext instead the glib oneJavier Jardón2010-10-011-2/+3
|
* Bump gtk+-2.0 requirement to 2.22.0.Matthew Barnes2010-09-291-1/+1
| | | | Remove backward-compatibility hacks for older GTK+ versions.
* Kill the subject-thread plugin.Matthew Barnes2010-09-151-2/+1
| | | | | | All this time I never realized the subject-thread plugin was nothing more than a stupid checkbox. The actual thread-by-subject code lives in the core mail library.
* Convert plugin-manager to an EExtension.Matthew Barnes2010-09-131-2/+2
| | | | How ironic.
* Post-branch version bump.Matthew Barnes2010-09-131-4/+4
|
* post release version bumpChenthill Palanisamy2010-09-131-2/+2
|
* Convert composer autosave to an EExtension.Matthew Barnes2010-09-031-0/+1
| | | | | | | | | | | | | | | | | | | Given the way the autosave feature was awkwardly bolted on to the composer, an EExtension seemed like a natural fit. And it helped clean up some object lifecycle hacks (and bugs). What we have now is a new module consisting of two EExtensions: EComposerAutosave extends EMsgComposer and determines when to kick off an asynchronous autosave operation. EComposerRegistry extends EShell and offers to restore orphaned autosave files on startup (which is also asynchronous now). e-autosave-utils.c holds the actual asynchronous functions and a few other miscellaneous utility functions. Source code for the new module lives in /modules/composer-autosave.
* Post-release version bump.Matthew Barnes2010-08-301-1/+1
|
* Fix build break.Matthew Barnes2010-08-291-0/+1
|
* post release version bumpChenthill Palanisamy2010-08-161-1/+1
|
* Bump minimum GtkHtml version to 2.31.90.Matthew Barnes2010-08-131-5/+2
| | | | For bug 624913.
* Remove -DGDK_DISABLE_DEPRECATEDMatthew Barnes2010-08-111-1/+2
| | | | | | Until we can port the GDK drawing code to cairo. See: http://blogs.gnome.org/otte/2010/07/27/rendering-cleanup/
* Bug 626090 - Only set -fno-strict-aliasing for GCCMatthew Barnes2010-08-051-6/+11
|
* Post-release version bump.Matthew Barnes2010-08-031-1/+1
|
* Whoops, I broke configure.ac.Matthew Barnes2010-08-031-4/+4
|
* Prefer gio-2.0 when requiring GLib libraries.Matthew Barnes2010-08-021-7/+6
| | | | | | | | gio-2.0 is the "top level" library within GLib. It requires everything else we may need from GLib: glib-2.0, gobject-2.0, gmodule-2.0, gthread-2.0
* build: Update gnome-icon-theme dependency for new default-avatar iconRob Bradford2010-08-021-1/+1
|
* Bug 624500 - Missing EggSMClient linker flags in shellMatthew Barnes2010-07-301-1/+5
|
* Bug #625606 - git/master build dies with glib-2.25.12Milan Crha2010-07-301-1/+1
|
* Reset BASE_VERSION to 2.32.Matthew Barnes2010-07-291-2/+2
| | | | | | | In light of today's announcement that GNOME 3.0 is delayed again, the September 2010 release will be called Evolution 2.32. http://www.gnome.org/press/releases/2010-07-gnome-3.0-rescheduled.html
* Bug #622912 - Migrate from dbus-glib to glib's GDBusMilan Crha2010-07-281-9/+1
|
* More clutter-gtk requirement tweaks.Matthew Barnes2010-07-271-1/+2
|
* Update clutter-gtk requirement for gtk+-3.0.Matthew Barnes2010-07-271-4/+8
|
* Option to build with clutter/MXSrinivasa Ragavan2010-07-261-0/+21
|
* Post-release version bump.EVOLUTION_2_31_5_CORRECTEDMatthew Barnes2010-07-131-1/+1
|
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-0/+2
|
* Bug 623432 - Use gweather-3.0 when building with gtk3Maciej Piechotka2010-07-041-4/+8
|
* post release version bumpChenthill Palanisamy2010-06-301-1/+1
|
* Use the correct evolution-shell pkg-config file.Matthew Barnes2010-06-301-0/+5
| | | | | | evolution-mail-3.0 and evolution-calendar-3.0 should require evolution-shell-3.0. evolution-mail and evolution-calendar should require evolution-shell.
* Bump reqs on more libraries that don't link to gtk+-3.0 yet.Matthew Barnes2010-06-291-14/+21
| | | | | | | | | These are bogus versions to force the plugins that use them to be disabled. champlain-gtk >= 0.8 (latest is 0.7) clutter-gtk >= 1.0 (latest is 0.90.1) gtkimageview >= 2.0 (latest is 1.6)
* Require gweather >= 2.90.0 when building against gtk+-3.0.Matthew Barnes2010-06-291-4/+4
| | | | | Note, at this moment libgweather-2.90.0 doesn't exist. The version requirement is a guess. The tarball should appear "any minute now".
* Require libnotify >= 0.5.1 when building against gtk+-3.0.Matthew Barnes2010-06-291-2/+5
|
* Show the GTK+ package in configure summary.Matthew Barnes2010-06-291-0/+1
|
* Add Outlook Express DBX mailbox file importer pluginDavid Woodhouse2010-06-291-1/+2
| | | | [patch v2: Don't error on empty mailboxes, build plugin by default]
* look for gtkhtml-editor-3.14 while using gtk2Chenthill Palanisamy2010-06-291-1/+1
|
* set gtk3 minimum version 2.90.4Chenthill Palanisamy2010-06-291-3/+3
|
* Use version 3.0 for evolution-<module>.pc files while compiling with gtk3. ↵Chenthill Palanisamy2010-06-291-31/+78
| | | | Set dependencies right between gtk3 and gtk2 compilations
* use gtk-3.0 if availableChenthill Palanisamy2010-06-281-2/+12
|
* Remove gnome-pilot integration.Matthew Barnes2010-06-161-85/+0
| | | | | | | | | | | | | | | | It just doesn't belong in Evolution anymore. We don't support syncing with more modern devices -- see Conduits or SyncEvolution for that -- so it does not make sense for older model Palm Pilot PDAs to be the lone exception. I have repackaged the Evolution-Data-Server conduit modules to be provided by gnome-pilot itself in bug #619315. This should provide eqivalent Palm Pilot syncing functionality; it's just being moved to gnome-pilot. This completely severs our dependency on deprecated GNOME 2.x libraries which were still being dragged in by way of gnome-pilot dependencies. It was also interfereing with our bundling of libgnomecanvas.
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-2/+6
| | | | | | Both of these modules are deprecated and going away in GNOME 3 but we still rely heavily on them for GnomeCalendar and ETable. So, welcome to the island of unwanted libraries...
* post release version bumpChenthill Palanisamy2010-06-101-2/+2
|
* updating the version for 2.31.3.1 releaseEVOLUTION_2_31_3_1Chenthill Palanisamy2010-06-101-2/+2
|
* post release version bumpChenthill Palanisamy2010-06-071-1/+1
|
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-031-2/+2
| | | | | | | | | | | | | | Convert the "startup-wizard" EPlugin to an EExtension, and fix up the importing UI a bit (but it still needs a lot more love). Importing progress is now shown directly in the GtkAssistant window. Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating progress pages in a GtkAssistant. Also, change EMAccountEditor semantics slightly: you now have to call e_config_create_window() manually after creating a new EMAccountEditor instance. This allows extra EConfigItems (specifications for the window content) to be added manually before the window is created.
* Merge branch 'express2'Matthew Barnes2010-05-271-1/+20
|\
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-251-0/+6
| |\
| | * Bug 617865 - Various data file cleanupsMatthew Barnes2010-05-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide.
| | * Fixing a packaging mess due to a typo in configure.acFridrich Štrba2010-04-261-2/+2
| | |
| | * Post-release version bump.Matthew Barnes2010-04-261-1/+1
| | |
| * | Fixing a packaging mess due to a typo in configure.acFridrich Štrba2010-04-301-2/+2
| | |
| * | Post-release version bump.Matthew Barnes2010-04-301-1/+1
| | |
| * | Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-101-3/+42
| |\| | | | | | | | | | | | | | | | Note that express2 got some documentation for EExtensible and friends, and that documentation is not in gnome-2-30 yet. We need to cherry-pick those commits into gnome-2-30 and elsewhere.
| | * Bug #589393 - Configure fails to detect pilot-link utf8 capabilitiesDominique Leuenberger2010-04-091-3/+3
| | |
| | * [win32] Implement network status detectionFridrich Strba2010-04-081-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Make the subscription to the network status notification receive the event only if the ownerof the subscription is logged on to the same computer as the publisher. This makes this module work on Windows Vista and Windows 7 with normal user account. Don't try to build Windows SENS when not building for Windows. Extract the relevant COM structs and typedefs from mingw-w64 headers to allow to build the module with mingw.org toolchain and fix build breakages with Microsoft compilers.
| | * Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-081-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
| * | More build fixes.Matthew Barnes2010-04-071-0/+1
| | |
| * | Add ConnMan support (words fail me ...)Michael Meeks2010-04-071-1/+13
| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac modules/Makefile.am
| * | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-071-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
| * | Add a bunch of mail autoconfiguration filesFederico Mena Quintero2010-04-071-0/+1
| |/ | | | | | | | | | | | | | | | | | | These come from http://live.mozillamessaging.com/autoconfig/ Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/Makefile.am
| * post release version bumpChenthill Palanisamy2010-03-301-2/+2
| |
| * Update version for 2.30.0.1 releaseEVOLUTION_2_30_0_1Chenthill Palanisamy2010-03-301-2/+2
| |
* | Post-release version bump.Matthew Barnes2010-05-241-1/+1
| |
* | Require GtkHtml 3.31.2 for new API in bug #220672.Matthew Barnes2010-05-201-1/+1
| |
* | Bug 617865 - Various data file cleanupsMatthew Barnes2010-05-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide.
* | Bug 618578 - Require automake >= 1.10Matthew Barnes2010-05-151-1/+1
| |
* | Convert "default-mailer" plugin to an extension.Matthew Barnes2010-05-131-2/+2
| |
* | post release version bumpChenthill Palanisamy2010-05-031-1/+1
| |
* | Bug 583742 — Port to external libgdataPhilip Withnall2010-04-191-4/+7
| | | | | | | | | | | | Port Google account setup plugin to external libgdata. This drops the dependency on libgdata-1.2 from e-d-s, and add a dependency on the external libgdata >= 0.4.0. Closes: bgo#583742
* | Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-2/+2
| |
* | Bug #589393 - Configure fails to detect pilot-link utf8 capabilitiesDominique Leuenberger2010-04-091-3/+3
| |
* | Replace ESpinner with GtkSpinner.Matthew Barnes2010-04-081-1/+1
| | | | | | | | Also, bump our GTK+ requirement to 2.20.
* | Drop the "hula-account-setup" plugin.Matthew Barnes2010-04-071-2/+1
| | | | | | | | Novell's Hula project died half a decade ago.
* | More build fixes.Matthew Barnes2010-04-011-0/+1
| |
* | Post-release version bump.Matthew Barnes2010-04-011-4/+4
| |
* | [win32] Test for eventsys.h and sensevts.h properlyFridrich Štrba2010-04-011-0/+12
| |
* | [win32] Some buildability tweaks for Windows SENS moduleFridrich Štrba2010-03-291-3/+7
| | | | | | | | | | | | | | Don't try to build Windows SENS when not building for Windows. Extract the relevant COM structs and typedefs from mingw-w64 headers to allow to build the module with mingw.org toolchain and fix build breakages with Microsoft compilers.
* | [win32] Remove the C++ dependencyFridrich Štrba2010-03-271-1/+0
| | | | | | | | Implement the Windows SENS network monitoring in plain C
* | Add ConnMan support (words fail me ...)Michael Meeks2010-03-261-1/+13
| |
* | [win32] Generate UUID on the fly in Windows SENS moduleFridrich Štrba2010-03-251-2/+2
| |
* | Mention Windows SENS in configure summary informationFridrich Štrba2010-03-251-0/+1
| |
* | Add a Glade 3 catalog.Matthew Barnes2010-03-251-0/+15
| | | | | | | | | | | | Evolution maintainers should install this so they can safely open GtkBuilder files in Glade 3 without Glade silently deleting custom widgets it doesn't understand. The catalog makes it understand.
* | [win32] Implement network status detectionFridrich Strba2010-03-241-0/+22
| | | | | | | | | | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Introduces C++ dependency for Windows port only
* | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-03-201-9/+6
| | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
* | Add a bunch of mail autoconfiguration filesFederico Mena Quintero2010-03-181-0/+1
|/ | | | | | These come from http://live.mozillamessaging.com/autoconfig/ Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-141-0/+1
|
* Add control center capplet from anjal to evolution. Name itSrinivasa Ragavan2010-03-141-0/+1
| | | | evolution-settings.
* Post-release version bump.Matthew Barnes2010-03-081-2/+2
|
* On windows, we need to have gthread-2.0 in the linker librariesFridrich Strba2010-03-061-0/+1
|
* Remove a long lived win32 hackFridrich Strba2010-03-061-1/+0
| | | | | It seems that the dummy libraries are not needed anymore on windows nowadays.
* post release version bumpChenthill Palanisamy2010-02-221-1/+1
|
* Post-release version bump.Matthew Barnes2010-02-081-1/+1
|
* Enforce unique-1.0 >= 1.1.2 build requirement.Matthew Barnes2010-02-031-12/+6
| | | | | Also, add unique-1.0 to GNOME_PLATFORM so it's included in CFLAGS and LIBADD variables everywhere.
* Clarify a configure.ac comment.Matthew Barnes2010-02-031-5/+7
|
* Disable strict aliasing optimization.Matthew Barnes2010-02-031-1/+8
|
* Post-release version bump.Bharath Acharya2010-01-251-1/+1
|
* Improve clipboard behavior.Matthew Barnes2010-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | Add "copy-target-list" and "paste-target-list" to the ESelectable interface. These are underutilized for the moment, but will eventually be used to help integrate drag-and-drop support into ESelectable. Add cut and paste support to EWebView, along with a new "editable" property and new clipboard signals "copy-clipboard", "cut-clipboard" and "paste-clipboard". In EFocusTracker, listen for "owner-changed" signals from the default clipboard as another trigger to update actions, particularly the Paste action. (Unfortunately this doesn't work for EWebView since GtkHtml implements its own clipboard.) In EMsgComposer, convert GtkhtmlEditor's clipboard methods to empty stubs, since EFocusTracker will now trigger EWebView's clipboard actions. Also, intercept EWebView::paste-clipboard signals and improve the interaction between the HTML editor and the attachment bar based on use cases in bug #603715.
* Post-release version bump.Matthew Barnes2010-01-121-1/+1
|
* Bug #603452 - Increase gnome-pilot version to 2.0.16H.Habighorst2010-01-111-1/+1
|
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
| | | | Several GtkWidget macros were recently deprecated.
* Remove more unneeded gunk from configure.ac.Matthew Barnes2009-12-281-66/+7
|
* Evolution does not need flex and bison.Matthew Barnes2009-12-281-7/+0
|
* Hard code "GTKHTML_PACKAGE".Matthew Barnes2009-12-281-13/+4
| | | | | If GtkHTML's soname ever changes again (which is looking unlikely), we'll drop the version suffix from the library name entirely.
* Replace alloca() with g_alloca().Matthew Barnes2009-12-281-5/+0
|
* Hard code "EDS_PACKAGE" since it will never change.Matthew Barnes2009-12-281-21/+20
|
* Remove useless --enable-nntp configure option.Matthew Barnes2009-12-281-16/+0
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-8/+8
|
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-1/+1
| | | | | | | | | | | | | | | | | | EFocusTracker tracks the input focus within a window and helps keep the sensitivity of "selectable" actions in the main menu up-to-date. Selectable actions include Cut, Copy, Paste, Select All and Delete. EFocusTracker has built-in support for widgets that implement the GtkEditable interface such as GtkEntry and GtkTextView. It also supports custom widgets that implement the ESelectable interface, which is a subset of GtkEditable and can apply to anything that displays selectable content (esp. tree views and ETables). This commit integrates EFocusTracker with EShellWindow, CompEditor, EMsgComposer, and ESignatureManager. It also bumps the GtkHTML requirement to 2.29.5 to utilize the new GtkhtmlEditor:html constructor property.
* post release version bumpChenthill Palanisamy2009-12-221-1/+1
|
* Remove libhal requirement from configureBastien Nocera2009-12-071-4/+1
| | | | | | | It's not used. If build fails, then the dependencies should depend on it, not Evolution. https://bugzilla.gnome.org/show_bug.cgi?id=603974
* Bump glib requirement to 2.22.0Jonathon Jongsma2009-12-011-1/+1
| | | | This allows us to use g_ptr_array_new_with_free_func(), among other things.
* post release version bumpChenthill Palanisamy2009-11-301-1/+1
|
* Bug #361156 - [contacts-map] Add check for clutter-gtk-0.10 tooCedric Bosdonnat2009-11-301-0/+7
|
* Fixed a typo. my bad.Chenthill Palanisamy2009-11-301-1/+1
|
* Fixes a build break.Chenthill Palanisamy2009-11-301-1/+1
|
* Rewrite champlain-gtk and geoclue detection.Matthew Barnes2009-11-291-24/+35
| | | | | | | Disabling desktop integration features must be explicit. If experimental plugins are enabled and unless --disable-contacts-map is given, configuration will fail if champlain-gtk or geoclue is missing.
* Bug #361156 - contacts-map pluginCedric Bosdonnat2009-11-271-1/+30
| | | | | Add a map showing the location of contacts when possible. It's disabled at the moment.
* Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-201-33/+3
| | | | | GTK+ already does this. Eliminates e_icon_factory_init() and e_icon_factory_shutdown().
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-17/+12
|
* Post-release version bump.Matthew Barnes2009-11-161-1/+1
|
* EWebView popup menu enhancements.Matthew Barnes2009-11-141-1/+1
| | | | Bumps the GtkHtml dependency to 3.29.2 for gtk_html_unselect_all().
* Fix distcheck errors.Matthew Barnes2009-11-121-1/+1
|
* Ensure "pkcs12.h" is the mozilla-nss one and not the gnutls oneTor Lillqvist2009-11-111-1/+10
| | | | | | Put the Mozilla NSS CFLAGS before the GnuTLS ones in CERT_UI_CFLAGS. Also, drop unnecessary EVOLUTION_ADDRESSBOOK_CFLAGS in smime/lib/Makefile.am.
* Enable building without Canberra-GTKTor Lillqvist2009-11-111-1/+9
|
* Prototype an inline image plugin.Matthew Barnes2009-11-101-0/+22
| | | | Uses GtkImageView to display the image.
* Post release version bumpChenthill Palanisamy2009-10-261-1/+1
|
* Put compiler warning flags in AM_CPPFLAGS instead of CFLAGS.Matthew Barnes2009-10-241-1/+3
|
* Bug 598567 - Can only insert local image filesMatthew Barnes2009-10-211-1/+1
|
* Bug #597932 - Split out Kerberos 5 check into an macroH. Habighorst2009-10-101-88/+1
|
* No IDL from eds and server.mk file in evo sources any moreMilan Crha2009-10-021-20/+0
| | | | Fixes build with latest eds master (after dbus-cal merge).
* Bug #456240 - Move exchange plugin to exchange packageMilan Crha2009-10-021-27/+1
| | | | Also added gtkhtml-editor and libgnomecanvas-2.0 to evolution-plugin.pc
* Bug 596972 - Drop support for Kerberos 4H.Habighorst2009-10-021-85/+4
|
* Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.Matthew Barnes2009-10-021-0/+1
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-1/+2
|
* Bug 596843 - Link to libraries when building API docsH.Habighorst2009-09-301-6/+6
|
* Fix distcheck errors.Matthew Barnes2009-09-301-4/+4
|
* Fix a build break due to missing Romanian(ro)Akhil Laddha2009-09-291-0/+1
| | | | Makefile entry in configure.ac
* Bug #593609 - Have buildable exchange-operations plugin againMilan Crha2009-09-251-10/+0
|
* Bump minimum libunique version to 1.1.2.Matthew Barnes2009-09-251-5/+2
| | | | Also reinstate the GTK_DISABLE_SINGLE_INCLUDES build flag.
* Make gweather detection consistent with other optional libraries.Matthew Barnes2009-09-241-29/+31
|
* No longer need the X11 configure checks.Matthew Barnes2009-09-241-53/+1
|
* Rework optional plugin detection to fix distcheck.Matthew Barnes2009-09-241-50/+47
|
* Bug 591380 - Optional dependencies must be explicitly disabledH.Habighorst2009-09-241-52/+59
|
* Bug 595326 - Bump libtool to 2.2 and remove doltH.Habighorst2009-09-231-8/+3
|
* GN-bug #593617 - GroupWise plugins are not builtMilan Crha2009-09-231-3/+2
|
* Kill the ipod-sync plugin, along with the HAL dependency.Matthew Barnes2009-09-221-15/+3
|
* Stub in pkg-config files for mail and calendar.Matthew Barnes2009-09-191-0/+2
| | | | | The requirements list needs fleshed out but I thought we could just add things as needed, especially for Anjal.
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-11/+9
|
* Kill the killev program, and the whole tools directory.Matthew Barnes2009-09-181-1/+0
| | | | The --force-shutdown option now simply runs "pkill evolution".
* Restore the alarm notify daemon.Matthew Barnes2009-09-181-0/+1
| | | | | Convert evolution-alarm-notify to an autostart program, add a .desktop file for it, and use libunique to ensure only one instance is running.
* Bug #594284 - Missing libraries in composer to link properlyMilan Crha2009-09-161-1/+1
|
* Bug 594468 - Revise kill-bonobo hack for non-working pluginsMatt McCutchen2009-09-131-9/+10
|
* Fix distcheck errors.Matthew Barnes2009-09-091-1/+0
|
* Finish killing Bonobo.Matthew Barnes2009-09-091-15/+1
|
* Get the mailing-list-actions plugin working.Matthew Barnes2009-09-051-2/+1
| | | | | | | Also get mail-to-task working for the message browser window. Came up with a new technique for managing actions and action groups in the process. Also gave the EMailReader interface an "update-actions" signal for plugins to connect to.
* Make dbus-glib mandatory.Matthew Barnes2009-09-051-26/+4
|
* Get the "save-calendar" plugin working.Matthew Barnes2009-09-041-2/+1
| | | | Based on initial work by Milan Crha.
* Get the publish-calendar plugin working.Milan Crha2009-09-021-2/+1
|
* Merge commit 'origin/kill-bonobo'Matthew Barnes2009-08-301-168/+263
|\
| * Drop libbonoboui from configure.ac and pkg-config files.Matthew Barnes2009-08-301-24/+9
| |
| * Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-21/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
| * Build with -Wl,--no-undefined and fix linker errors.Matthew Barnes2009-08-281-0/+1
| |
| * Whitespace cleanup in configure.ac.Matthew Barnes2009-08-281-14/+14
| |
| * Deal with untracked files in git.Matthew Barnes2009-08-261-0/+1
| |
| * Bump version to match gnome-2-28 branch.Matthew Barnes2009-08-241-1/+1
| |
| * Bug 571488 - Migrate from deprecated gnome_sound to libcanberraH.Habighorst2009-08-231-0/+6
| |
| * Kill ECalPopup.Matthew Barnes2009-08-231-1/+2
| |
| * Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-1/+4
| |
| * Don't stomp on the warning flags.Matthew Barnes2009-08-161-0/+1
| |
| * Bug 591377 – Fails to detect krb5 in configure with -as-neededH.Habighorst2009-08-141-13/+12
| |
| * Bug 591321 – Cosmetic changes and fixes in configure.acH.Habighorst2009-08-141-70/+149
| |
| * Get the backup-restore plugin working.Matthew Barnes2009-08-121-2/+1
| |
| * Get the itip-formatter plugin working.Matthew Barnes2009-08-121-2/+1
| |
| * Get the calendar-weather plugin working.Matthew Barnes2009-08-121-2/+1
| |
| * Get the pst-import plugin working.Matthew Barnes2009-08-121-2/+1
| |
| * Bug 591326 – Keep m4 macros in their own folderH.Habighorst2009-08-121-0/+1
| |
| * Bug 591321 – Cosmetic changes and fixes in configure.acH.Habighorst2009-08-121-227/+228
| |
| * Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-121-4/+4
| | | | | | | | a share private lib and component lib.
| * Bug #580895 - Fix evolution build breakMilan Crha2009-08-111-1/+1
| |
| * Bug #580895 - Kill libgnomeui/gnome-thumbnail.hMilan Crha2009-08-111-17/+3
| |
| * Bug 590260 – Minimum requirement of libpst not checkedMatthew Barnes2009-08-111-1/+2
| |
| * Enforce including only top-level GLib and GTK+ headers.Matthew Barnes2009-08-111-0/+2
| |
| * Bug #586076 - [external-editor] Pass cursor pos to vimMilan Crha2009-08-111-1/+1
| |
| * Re-fix intltool issue to not break other stuff.Matthew Barnes2009-08-111-2/+4
| |
| * Fix an intltool issue in configure.ac.Matthew Barnes2009-08-111-2/+2
| |
| * Post-release version bump.Matthew Barnes2009-08-111-1/+1
| |
| * Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-3/+2
| |\
| * \ Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-151-358/+285
| |\ \
| * | | Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-111-2/+9
| | | | | | | | | | | | | | | | | | | | The shutdown protocol is modelled after online/offline preparation. Session management code is copied from libegg. Not yet used.
| * | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-111-170/+170
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: addressbook/util/addressbook.h calendar/gui/e-week-view-main-item.c configure.ac e-util/Makefile.am mail/em-account-editor.c mail/em-folder-selection-button.c shell/e-shell.c
| * | | | Revert the version bump until 2.27.4 is actually released.Matthew Barnes2009-07-031-1/+1
| | | | |
| * | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-5/+2
| |\ \ \ \
| * | | | | Get the "startup-wizard" plugin working again.Matthew Barnes2009-06-301-2/+1
| | | | | |
| * | | | | Get the "mail-to-task" plugin working again.Matthew Barnes2009-06-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one was more challenging. It exposed some flaws in the new shell design and in EPluginUI, which is good because they're fixed now.
| * | | | | Kill the "folder-unsubscribe" plugin.Matthew Barnes2009-06-261-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Feature is now integrated in core mailer, and has a main menu item.
| * | | | | Get the "prefer-plain" plugin working again.Matthew Barnes2009-06-251-2/+1
| | | | | |
| * | | | | Get the "templates" plugin working again.Matthew Barnes2009-06-251-2/+1
| | | | | |
| * | | | | Get the "face" plugin working again.Matthew Barnes2009-06-251-2/+1
| | | | | |
| * | | | | Get the "email-custom-header" plugin working again.Matthew Barnes2009-06-251-2/+1
| | | | | |
| * | | | | Get the "default-mailer" plugin working again.Matthew Barnes2009-06-251-2/+1
| | | | | |
| * | | | | Get the "mark-all-read" plugin working again.Matthew Barnes2009-06-251-2/+1
| | | | | |
| * | | | | Radically reorganize source code.Matthew Barnes2009-06-251-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.
| * | | | | Bug 586809 – Enable "silent rules" automake 1.11 optionMatthew Barnes2009-06-241-0/+3
| | | | | |
| * | | | | Bug 586806 – Fix iconv cflags/libs in configure.acH.Habighorst2009-06-241-1/+1
| | | | | |
| * | | | | Bug 586629 – Fix whitespace in configure.acH.Habighorst2009-06-241-60/+60
| | | | | |
| * | | | | Bug 586632 – Require automake 1.9H.Habighorst2009-06-241-5/+1
| | | | | |
| * | | | | Bug 586631 – Rearrange autotool initialization in configure.acH.Habighorst2009-06-241-13/+12
| | | | | |
| * | | | | Bug 586478 – Fix quoting in configure.acH.Habighorst2009-06-241-7/+8
| | | | | |
| * | | | | More build cleanups.H.Habighorst2009-06-241-19/+11
| | | | | |
| * | | | | Bug 586378 - Various build cleanupsH.Habighorst2009-06-241-4/+4
| | | | | |
| * | | | | Don't link against libsoftoken3 explicitlyJeff Cai2009-06-241-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 585523.
| * | | | | Merge commit 'EVOLUTION_2_27_3' into kill-bonoboMatthew Barnes2009-06-201-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: composer/e-composer-header-table.h composer/e-composer-header.c composer/e-composer-private.c configure.ac mail/em-account-editor.c po/POTFILES.in po/or.po widgets/misc/e-search-bar.c
| * | | | | | Fix "make distcheck" errors.Matthew Barnes2009-06-201-1/+1
| | | | | | |
| * | | | | | Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-091-1/+2
| | | | | | |
| * | | | | | Bug 582939 – Drop support for CDEMatthew Barnes2009-06-031-31/+0
| | | | | | |
| * | | | | | Get the mailer's URI popup menu working.Matthew Barnes2009-05-281-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Except for "Add to Address Book", which looks like a project unto itself. This also kills off another plugin (copy-tool).
| * | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-16/+28
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: a11y/widgets/ea-combo-button.c a11y/widgets/ea-combo-button.h addressbook/gui/component/addressbook-component.c addressbook/gui/component/addressbook-component.h addressbook/gui/component/addressbook-view.c addressbook/gui/component/addressbook-view.h addressbook/gui/component/component-factory.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/eab-contact-display.c addressbook/gui/widgets/eab-gui-util.h addressbook/gui/widgets/eab-menu.c addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup-control.c addressbook/gui/widgets/eab-popup-control.h addressbook/gui/widgets/eab-popup.c addressbook/gui/widgets/eab-popup.h calendar/gui/cal-search-bar.c calendar/gui/calendar-commands.c calendar/gui/calendar-component.c calendar/gui/comp-editor-factory.c calendar/gui/comp-editor-factory.h calendar/gui/control-factory.c calendar/gui/dialogs/comp-editor.c calendar/gui/e-cal-component-memo-preview.c calendar/gui/e-cal-component-memo-preview.h calendar/gui/e-calendar-table.c calendar/gui/e-memo-table.c calendar/gui/e-memos.c calendar/gui/e-tasks.c calendar/gui/gnome-cal.c calendar/gui/gnome-cal.h calendar/gui/itip-bonobo-control.c calendar/gui/itip-bonobo-control.h calendar/gui/main.c calendar/gui/memos-component.c calendar/gui/memos-control.c calendar/gui/memos-control.h calendar/gui/migration.c calendar/gui/migration.h calendar/gui/tasks-component.c calendar/gui/tasks-control.c calendar/importers/main.c composer/Makefile.am composer/e-composer-header-table.c composer/e-composer-header.c composer/e-composer-header.h composer/e-composer-name-header.c composer/e-composer-private.c composer/e-composer-text-header.c composer/e-msg-composer.c composer/e-msg-composer.h e-util/e-corba-utils.h e-util/e-logger.c e-util/e-logger.h e-util/e-util-labels.c e-util/e-util-labels.h em-format/em-format.c mail/Makefile.am mail/e-mail-shell-migrate.c mail/em-account-editor.c mail/em-account-editor.h mail/em-composer-prefs.c mail/em-composer-utils.c mail/em-composer-utils.h mail/em-folder-browser.c mail/em-folder-tree-model.c mail/em-folder-tree.c mail/em-folder-tree.h mail/em-folder-utils.c mail/em-folder-utils.h mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html.c mail/em-mailer-prefs.c mail/em-mailer-prefs.h mail/em-message-browser.c mail/em-message-browser.h mail/em-network-prefs.h mail/em-popup.c mail/em-utils.c mail/importers/Makefile.am mail/mail-component-factory.c mail/mail-component.c mail/mail-config-factory.c mail/mail-config-factory.h mail/mail-config.c mail/mail-dialogs.glade mail/mail-types.h plugins/calendar-weather/calendar-weather.c plugins/mail-account-disable/mail-account-disable.c plugins/select-one-source/select-one-source.c po/POTFILES.in shell/e-component-registry.c shell/e-component-registry.h shell/e-component-view.c shell/e-component-view.h shell/e-corba-config-page.c shell/e-corba-config-page.h shell/e-shell-constants.h shell/e-shell-settings-dialog.c shell/e-shell-settings-dialog.h shell/e-shell-window-commands.c shell/e-shell-window.c shell/e-shell.h shell/e-sidebar.c shell/e-sidebar.h shell/e-user-creatable-items-handler.c shell/e-user-creatable-items-handler.h shell/es-menu.c shell/es-menu.h shell/evolution-component.h shell/evolution-config-control.c shell/evolution-config-control.h shell/evolution-listener.c shell/evolution-listener.h shell/evolution-shell-component-utils.c shell/evolution-shell-component-utils.h shell/importer/evolution-importer-client.c shell/importer/evolution-importer-client.h shell/importer/evolution-importer-listener.c shell/importer/evolution-importer-listener.h shell/importer/evolution-importer.c shell/importer/evolution-importer.h shell/importer/evolution-intelligent-importer.c shell/importer/evolution-intelligent-importer.h shell/importer/intelligent.c shell/main.c shell/test/evolution-test-component.c shell/test/evolution-test-component.h widgets/menus/gal-view-instance.c widgets/menus/gal-view-menus.c widgets/menus/gal-view-menus.h widgets/misc/Makefile.am widgets/misc/e-activity-handler.c widgets/misc/e-activity-handler.h widgets/misc/e-charset-picker.c widgets/misc/e-combo-button.c widgets/misc/e-combo-button.h widgets/misc/e-config-page.h widgets/misc/e-dropdown-button.c widgets/misc/e-dropdown-button.h widgets/misc/e-filter-bar.c widgets/misc/e-info-label.c widgets/misc/e-info-label.h widgets/misc/e-multi-config-dialog.c widgets/misc/e-multi-config-dialog.h widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h widgets/misc/e-task-bar.c widgets/misc/e-task-bar.h widgets/misc/e-task-widget.c widgets/misc/e-task-widget.h widgets/misc/test-dropdown-button.c widgets/misc/test-error.c widgets/misc/test-info-label.c widgets/table/e-table-example-1.c
| * | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-221-28/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: addressbook/gui/component/addressbook-view.c addressbook/gui/component/component-factory.c addressbook/gui/component/eab-composer-util.h addressbook/gui/widgets/Makefile.am addressbook/gui/widgets/e-addressbook-model.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/e-addressbook-view.h addressbook/gui/widgets/eab-gui-util.c addressbook/gui/widgets/eab-gui-util.h addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup.h calendar/gui/calendar-component.c calendar/gui/e-cal-event.h calendar/gui/e-calendar-table.c calendar/gui/e-calendar-view.c calendar/gui/e-calendar-view.h calendar/gui/e-memo-table.c calendar/gui/memos-component.c calendar/gui/tasks-component.c composer/e-composer-header-table.c composer/e-composer-private.h composer/e-msg-composer.c composer/e-msg-composer.h composer/evolution-composer.ui configure.ac data/icons/Makefile.am em-format/em-format.c em-format/em-format.h mail/Makefile.am mail/e-mail-shell-migrate.c mail/e-searching-tokenizer.c mail/e-searching-tokenizer.h mail/em-composer-utils.c mail/em-composer-utils.h mail/em-folder-browser.c mail/em-folder-tree-model.c mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html-display.h mail/em-mailer-prefs.c mail/em-message-browser.c plugins/vcard-inline/Makefile.am plugins/vcard-inline/org-gnome-vcard-inline.eplug.xml plugins/vcard-inline/vcard-inline.c shell/e-component-registry.h shell/e-shell-window.c shell/es-menu.h widgets/misc/e-filter-bar.c widgets/misc/e-filter-bar.h widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h
* | | | | | | | Updated the version to 2.29.1 and base version to 2.30.Chenthill Palanisamy2009-08-121-4/+4
| | | | | | | |
* | | | | | | | Bug 591326 – Keep m4 macros in their own folderH.Habighorst2009-08-111-0/+1
| | | | | | | |
* | | | | | | | Bug 591321 – Cosmetic changes and fixes in configure.acH.Habighorst2009-08-111-227/+226
| | | | | | | |
* | | | | | | | Post release version bumpChenthill Palanisamy2009-08-101-1/+1
| | | | | | | |