aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | |
* | | | | | | | Enforce including only top-level GLib and GTK+ headers.Matthew Barnes2009-08-091-0/+2
| | | | | | | |
* | | | | | | | Bug #586076 - [external-editor] Pass cursor pos to vimMilan Crha2009-08-081-1/+1
| | | | | | | |
* | | | | | | | Bug #580895 - Fix evolution build breakMilan Crha2009-08-041-1/+1
| | | | | | | |
* | | | | | | | Bug #580895 - Kill libgnomeui/gnome-thumbnail.hMilan Crha2009-08-041-18/+4
| | | | | | | |
* | | | | | | | Re-fix intltool issue to not break other stuff.Matthew Barnes2009-07-311-2/+4
| | | | | | | |
* | | | | | | | Bug 590260 – Minimum requirement of libpst not checkedMatthew Barnes2009-07-301-1/+2
| | | | | | | |
* | | | | | | | Fix an intltool issue in configure.ac.Matthew Barnes2009-07-301-2/+2
| | | | | | | |
* | | | | | | | Gah! Remove trailing .1 from version.Matthew Barnes2009-07-271-1/+1
| | | | | | | |
* | | | | | | | Post-release version bump.Matthew Barnes2009-07-271-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Don't warn when NM support is explicitly disabled.Matthew Barnes2009-07-221-1/+0
| | | | | | |
* | | | | | | Post release version bump.EVOLUTION_2_27_4Chenthill Palanisamy2009-07-151-2/+2
| | | | | | |
* | | | | | | Update the LD_CFLAGS.Chenthill Palanisamy2009-07-151-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Bug 588277 – Unnecessary special-purpose configure flagMatthew Barnes2009-07-141-14/+2
| | | | | |
* | | | | | Bug 588018 – NetworkManager & DBUS build check rewriteH.Habighorst2009-07-141-343/+282
| |_|_|_|/ |/| | | |
* | | | | Bug 586991 – Require autoconf 2.58 / various configure cleanupsH.Habighorst2009-07-071-173/+173
| |_|_|/ |/| | |
* | | | Bug 587374 - iconv test broken on some gccMatthew Barnes2009-06-301-3/+0
| | | |
* | | | Bug 587138 - Require libxml2 2.7.3Yavor Doganov2009-06-271-1/+1
| | | |
* | | | 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-231-61/+61
| | | |
* | | | Bug 586632 – Require automake 1.9H.Habighorst2009-06-231-5/+1
| | | |
* | | | Bug 586631 – Rearrange autotool initialization in configure.acH.Habighorst2009-06-231-12/+12
| | | |
* | | | Bug 586478 – Fix quoting in configure.acH.Habighorst2009-06-211-7/+8
| | | |
* | | | More build cleanups.H.Habighorst2009-06-201-19/+11
| | | |
* | | | Bug 586378 - Various build cleanupsH.Habighorst2009-06-191-12/+12
| | | |
* | | | post release version bump.Chenthill Palanisamy2009-06-171-1/+1
| |_|/ |/| |
* | | Don't link against libsoftoken3 explicitlyJeff Cai2009-06-151-2/+2
| | | | | | | | | | | | Fixes bug 585523.
* | | Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-051-1/+2
| | |
* | | Bug 582939 – Drop support for CDEMatthew Barnes2009-06-031-31/+0
| |/ |/|
* | Post-release version bump.Matthew Barnes2009-05-251-1/+1
| |
* | Add very strict compiler warning flags.Matthew Barnes2009-05-251-15/+27
|/ | | | Lots of new warnings to clean up. Have fun.
* Relegate the "face" plugin to experimentalMatthew Barnes2009-05-211-2/+2
| | | | Until the UI is fixed. See Bug 573878 – [face] Plugin is unusable
* Rename configure.in to configure.ac.Matthew Barnes2009-05-211-0/+2161
GNU Autoconf manual states (section 3.1): Previous versions of Autoconf promoted the name configure.in, which is somewhat ambiguous (the tool needed to process this file is not described by its extension), and introduces a slight confusion with config.h.in and so on (for which '.in' means "to be processed by configure"). Using configure.ac is now preferred.