aboutsummaryrefslogtreecommitdiffstats
path: root/modules/Makefile.am
blob: d08372d710042f8e458db88ff31393352d19c10b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
if ENABLE_BOGOFILTER
BOGOFILTER_DIR = bogofilter
endif

if ENABLE_LDAP
CONFIG_LDAP_DIR = book-config-ldap
endif

if ENABLE_WEATHER
CONFIG_WEATHER_DIR = cal-config-weather
endif

if ENABLE_SPAMASSASSIN
SPAMASSASSIN_DIR = spamassassin
endif

if ENABLE_TNEF
TNEF_ATTACHMENT_DIR = tnef-attachment
endif

if ENABLE_AUDIO_INLINE
AUDIO_INLINE_DIR = audio-inline
endif

if ENABLE_TEXT_HIGHLIGHT
TEXT_HIGHLIGHT_DIR = text-highlight
endif

SUBDIRS = \
    addressbook \
    calendar \
    mail \
    backup-restore \
    book-config-google \
    $(CONFIG_LDAP_DIR) \
    book-config-local \
    book-config-webdav \
    cal-config-caldav \
    cal-config-contacts \
    cal-config-google \
    cal-config-local \
    $(CONFIG_WEATHER_DIR) \
    cal-config-webcal \
    composer-autosave \
    contact-photos \
    gravatar \
    itip-formatter \
    mail-config \
    mailto-handler \
    mdn \
    offline-alert \
    plugin-lib \
    plugin-manager \
    prefer-plain \
    settings \
    startup-wizard \
    vcard-inline \
    web-inspector \
    $(BOGOFILTER_DIR) \
    $(SPAMASSASSIN_DIR) \
    $(TNEF_ATTACHMENT_DIR) \
    $(AUDIO_INLINE_DIR) \
    $(TEXT_HIGHLIGHT_DIR)

-include $(top_srcdir)/git.mk
2000-08-222-1/+6 * Use CalObjTypeJP Rosevear2000-08-223-2/+9 * Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-222-4/+12 * Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-222-3/+21 * Update prototypesJP Rosevear2000-08-222-5/+8 * Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-224-164/+322 * Forgot the EPaned ChangeLog.Chris Lahey2000-08-211-0/+6 * Added code to make handle position persist across resizes.Christopher James Lahey2000-08-214-11/+17 * Added fb_resize_cb to folder-browser.cJeremy Wise2000-08-212-1/+15 * Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-213-3/+13 * Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-213-104/+202 * ChangeLog error.Chris Lahey2000-08-211-1/+1 * Added e_table_selection_model_selected_count.Christopher James Lahey2000-08-215-0/+59 * many fixes to make it compile with strange prefixes...Mathieu Lacage2000-08-217-7/+11 * Translations from KeldKenneth Christiansen2000-08-211-67/+72 * Updated Slovenian translationAndraz Tori2000-08-211-1/+1 * Fixed a warning.Christopher James Lahey2000-08-203-0/+8 * added UNICODE_LIBS to get unicode linking with the shell...Arik Devens2000-08-202-1/+7 * added use of UNICODE_CFLAGS... thanks ian...Arik Devens2000-08-203-2/+9 * Moved e-text to UTF-8Lauris Kaplinski2000-08-2010-448/+596 * First step moving to UTF-8 stringsLauris Kaplinski2000-08-209-415/+738 * Fixed a warning.Christopher James Lahey2000-08-202-2/+6 * Fixed a warning.Christopher James Lahey2000-08-202-0/+6 * Changed this to use ECardSimple.Christopher James Lahey2000-08-208-79/+194 * Made background colors alternate.Christopher James Lahey2000-08-2025-90/+279 * Translations from KeldKenneth Christiansen2000-08-201-583/+2070 * fix for compiling with bonobo in stange prefix.Mathieu Lacage2000-08-201-1/+1 * Updated Norwegian translation.Kjartan Maraas2000-08-202-494/+1156 * Updates for Nautilus and Evolution's German translations.Matthias Warkus2000-08-192-528/+741 * Updated russian translation. Added missing files to POTFILES.in. TNCADT! =)Valek Frob2000-08-193-105/+275 * Update prototypes.JP Rosevear2000-08-193-275/+305 * Check for new enough gnome-vfsPeter Williams2000-08-192-0/+16 * Fix output for when the name is emptyPeter Williams2000-08-192-0/+7 * update the pixmap define E_USE_STYLES to disable the current darkeningLarry Ewing2000-08-182-23/+33 * Updated russian translation.Valek Frob2000-08-181-133/+134 * Fix menu itemsPeter Williams2000-08-182-11/+16 * Updated russian translation.Valek Frob2000-08-182-35/+43 * Fix menus and add placeholders in the menubar for the components toEttore Perazzoli2000-08-182-31/+37 * Move menu items around, fix some GUI bits.Ettore Perazzoli2000-08-186-42/+98 * A bunch of small GUI fixes for the filter editor.Ettore Perazzoli2000-08-189-16/+51 * Filtering on demand! booyeah!Peter Williams2000-08-1820-45/+394 * Use CalComponent instead of iCalObject (cancel_button): dittoJP Rosevear2000-08-184-83/+141 * Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-1711-11/+43 * Rework gnome-cal.c - alarms are a tad broken ATM so this will need moreJP Rosevear2000-08-173-69/+119 * Updated German translationKai Lahmann2000-08-172-690/+1985 * Use a configurable timeout.Richard Hult2000-08-177-3/+127 * remove COLOR_TEXT references.Larry Ewing2000-08-172-4/+4 * More leak fixesPeter Williams2000-08-172-2/+7 * get rid of COLOR_TEXT. (struct _EIconBarItem): add pixbuf member to holdLarry Ewing2000-08-174-5/+75 * ChangeLog for previous camel-object commit.Peter Williams2000-08-171-0/+5 * Plug mem leaks.Peter Williams2000-08-174-30/+180 * Updates to the memory debugging stuff.Peter Williams2000-08-162-14/+57 * Updated russian translation. Fixed typo in mail-ops.c.Valek Frob2000-08-163-92/+331 * use style colors for the selected state. This doesn't properly redraw theLarry Ewing2000-08-163-14/+33 * Add support for debugging the message thread memory leaks.Peter Williams2000-08-162-5/+65 * Address bugzilla bug #496Peter Williams2000-08-162-1/+10 * Callback used to mark every event in a month. (mark_month_item): UseJP Rosevear2000-08-163-23/+57 * Use cal_client_get_objects_in_range (print_day_details_cb): Callback usedJP Rosevear2000-08-164-475/+166 * Close the pipes when finished; add i18nPeter Williams2000-08-164-62/+90 * Add support for copying messagesPeter Williams2000-08-169-52/+117 * and the ChangeLog entries to go with itPeter Williams2000-08-161-0/+14 * Allow filtering / vfoldering based on time or datePeter Williams2000-08-166-0/+908 * Don't deadlock on PGP key requestPeter Williams2000-08-162-1/+9 * hungarian translation before hollidaySzabolcs Ban2000-08-151-0/+2 * Added the cal-util library to the documentation framework - FedericoFederico Mena Quintero2000-08-1547-53/+5080 * Infrastructure for date-based queriesPeter Williams2000-08-155-3/+89 * Fix the error dialogs.Peter Williams2000-08-152-3/+11 * Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype ...Peter Williams2000-08-147-1/+25 * Updated Ukrainian translationYuri Syrota2000-08-141-819/+1565 * add address-conduit.hChris Toshok2000-08-143-2/+16 * offer --enable-pilot-conduits to add pilot conduits if the user wantsChris Toshok2000-08-142-1/+10 * add conduit subdir.Chris Toshok2000-08-142-1/+5 * Added support for encrypting via PGP 5.0Jeffrey Stedfast2000-08-142-5/+26 * Use CORBA_Object_release() instead of CORBA_free() as appropriate, youEttore Perazzoli2000-08-142-1/+6 * add special oaf initialization hack so conduit can find wombat, and acceptChris Toshok2000-08-142-2/+40 * Make the close button on the ShellView quit Evolution. (Yeah, this isEttore Perazzoli2000-08-142-1/+19 * Fix the name of the binary to look for for PGP5Dan Winship2000-08-142-1/+5 * Use the default handlers for SIGBUS and SIGSEGV as gnome_segv_handlerEttore Perazzoli2000-08-142-0/+13 * Set config->configured to TRUEJeffrey Stedfast2000-08-142-1/+7 * add a caveat about the POP keep-on-server optionDan Winship2000-08-141-3/+4 * Remove a bogus `GDK_THREADS_ENTER()'/`GDK_THREADS_LEAVE()' pair.Ettore Perazzoli2000-08-142-2/+7 * 0.4.Ettore Perazzoli2000-08-141-1/+2 * Fix Ettore's grammar :)Dan Winship2000-08-141-2/+2 * Removed bogus entry.Dan Winship2000-08-141-6/+0 * Update.Ettore Perazzoli2000-08-141-14/+53 * update dependenciesDan Winship2000-08-141-9/+8 * Add 0.4 mail/calendar newsDan Winship2000-08-141-4/+84 * Get rid of some annoying debugging messages.Ettore Perazzoli2000-08-142-4/+6 * Fix the ugly hack to get rid of a CORBA race condition. Yes, it'sEttore Perazzoli2000-08-144-15/+26 * add mail-local.hDan Winship2000-08-142-1/+6 * Add filter.glade to EXTRA_DISTDan Winship2000-08-142-2/+3 * Add camel-nntp-utils.hDan Winship2000-08-142-1/+5 * Disable error dialogs for now, as they hang.Ettore Perazzoli2000-08-142-1/+6 * remove blank.xpm and check.xpm which no longer existDan Winship2000-08-142-2/+6 * Fix some freed-memory referencesDan Winship2000-08-142-12/+14 * Don't free the prompt. It doesn't belong to you.Dan Winship2000-08-142-1/+5 * Fix bug in the folder creation code: CORBA_Object_duplicate() theEttore Perazzoli2000-08-142-6/+15 * Don't wrap the gnome_dialog_run in GDK_THREADS_ENTER/LEAVEJeffrey Stedfast2000-08-142-2/+7 * Updated russian translation.Valek Frob2000-08-143-468/+478 * do a strcasecmp rather than just a strcmp when checking if a folder isDan Winship2000-08-142-1/+8 * Fixed a typo that cause the wrong field to be searched.Christopher James Lahey2000-08-133-2/+10 * Fixed a typo in the name of the first phone entry.Christopher James Lahey2000-08-133-2/+7 * Commit the right version of this file.Ettore Perazzoli2000-08-131-4/+0 * Get the mail component to use the new Evolution::ShellView interface.Ettore Perazzoli2000-08-139-544/+380 * Add a kludgy and simple interface to the shell views to access theEttore Perazzoli2000-08-138-21/+540 * Updated to reflect changes to mail_do_scan_subfoldersJeffrey Stedfast2000-08-135-200/+187 * Lose a reference to the store on purpose. To be fixed later.Dan Winship2000-08-132-0/+11 * Take the source as a command-line argument rather than fetching it fromDan Winship2000-08-132-17/+22 * (imap_get_subfolder_names_internal): Add "INBOX" to the list asDan Winship2000-08-132-1/+3 * Don't assume the FETCH results will come back in the order they wereDan Winship2000-08-132-2/+8 * Redo this so that the lock icon remains active after a failed decryptionDan Winship2000-08-132-17/+31 * Sync - FedericoFederico Mena Quintero2000-08-132-11/+13 * Use mail_tool_get_folder_name here too. (Hm... this directory reallyDan Winship2000-08-132-2/+9 * Don't clear the tree here. If two "folder_changed"s arrive in closeDan Winship2000-08-134-22/+53 * Now takes a char * parameter rather than a streamJeffrey Stedfast2000-08-134-8/+126 * New function to do one round of attempted authentication. (pop3_connect):Dan Winship2000-08-132-105/+108 * Don't leak the transport.Dan Winship2000-08-132-0/+3 * Don't ref the store returned from camel_session_get_store. It's alreadyDan Winship2000-08-132-14/+8 * No longer calls try_connect() to get authtypesJeffrey Stedfast2000-08-132-2/+9 * Check for Bonobo 0.17Michael Meeks2000-08-132-7/+12 * A few small interface fixes.Christopher James Lahey2000-08-135-5/+26 * Added addressbook/gui/search/Makefile.Christopher James Lahey2000-08-1310-15/+62 * Toggling a flag is an "instantaneous" operation, so if we're only doingDan Winship2000-08-122-2/+21 * Remove workaround for gnome-vfs 0.2 bug.Dan Winship2000-08-123-29/+8 * Depend on gnome-vfs 0.3Dan Winship2000-08-123-23/+23 * Ettore fixed compilation.Christopher James Lahey2000-08-122-3/+7 * Added load-gnomecard-addressbook.Christopher James Lahey2000-08-122-0/+5 * Updated russian translation.Valek Frob2000-08-123-135/+254 * Made this into a Gtk object.Christopher James Lahey2000-08-123-19/+218 * Ref our book view listener.Christopher James Lahey2000-08-1210-95/+807 * kill using_oaf assertion.Michael Meeks2000-08-124-2/+9 * Sync - FedericoFederico Mena Quintero2000-08-121-1/+28 * *** empty log message ***Seth Alves2000-08-121-0/+5 * stubs for pilot id accessors (cal_component_get_pilot_status):Seth Alves2000-08-127-350/+815 * Changed param order a bit and fixed some logicJeffrey Stedfast2000-08-124-28/+62 * Fix compilation of that vital necessity test-mailPeter Williams2000-08-122-3/+7 * Move menu items that affect a single message together, ditto with onesJP Rosevear2000-08-122-8/+16 * Generate a prettier string for the geographical position.Federico Mena Quintero2000-08-124-80/+537 * New convenience function for multi-transactional commands (openingJeffrey Stedfast2000-08-124-33/+217 * implement code to encode the first email address and send to the pilot.Chris Toshok2000-08-122-11/+42 * Fixed a warning.Christopher James Lahey2000-08-124-1/+8 * Fixed a warning.Christopher James Lahey2000-08-122-2/+6 * add code for handling email addresses from pilot (which stores it as aChris Toshok2000-08-122-34/+56 * Redo this again. Get rid of struct mail_format_data and move most of thatDan Winship2000-08-125-296/+323 * ChangeLog update to go with my previous commitPeter Williams2000-08-121-0/+14 * remove get_name and get_full_name assignments, since the camel-folder.cChris Toshok2000-08-122-16/+7 * use g_get_home_dir, since evolution_dir isn't available in the providers.Chris Toshok2000-08-122-3/+8 * use config->news instead of config->sources.Chris Toshok2000-08-122-2/+7 * Fix 'Test settings' in the prefs dialog. Update the async readme.Peter Williams2000-08-125-67/+152 * Update this for CamelObject (try_inline_pgp): Deal with decrypting hereDan Winship2000-08-125-118/+123 * Put the dont-try-to-get-mail-from-imap-sources check into a better spotPeter Williams2000-08-123-5/+14 * Work around gtk option menu bug. (service_page_item_auth_fill): dittoJP Rosevear2000-08-122-4/+10 * Fix two mistakes in the FORWARD_MESSAGE handlerPeter Williams2000-08-122-1/+5 * Fix some warnings. Make 'configure folder' a modal dialog.Peter Williams2000-08-123-6/+13 * Oops - FedericoFederico Mena Quintero2000-08-121-1/+1 * Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise.Federico Mena Quintero2000-08-129-23/+234 * Fix the camel-folder's thaw handler. Implement event forwarding into the main...Peter Williams2000-08-128-18/+106 * If the caller passes "-1" for the model row, translate that to view row 0.Dan Winship2000-08-123-8/+17 * Allow the window to be growableJP Rosevear2000-08-123-6/+14 * Fix some ()'s instead of voidsPeter Williams2000-08-123-16/+25 * sdialog, not iddialogJP Rosevear2000-08-122-1/+4 * Freeze/thaw around multi-message folder operations (flag, move)Peter Williams2000-08-122-0/+16 * Check nrow, not srow.JP Rosevear2000-08-129-122/+236 * Use camel_service_get_name rather than showing the URL to the user.Dan Winship2000-08-112-4/+16 * Fix a crash with tab expansion in e_text_to_htmlPeter Williams2000-08-112-0/+8 * Remove an '#if 0' that must have been left in accidentally, so thatDan Winship2000-08-112-2/+11 * Crash fix on user-doesn't-press-escape.Peter Williams2000-08-112-0/+10 * Add a function to return a useful name for a folder (not just "mbox" orDan Winship2000-08-114-14/+45 * updated..Szabolcs Ban2000-08-111-649/+1043 * Updated russian translation.Valek Frob2000-08-112-435/+783 * Use proper accessor function instead of poking the structure.Not Zed2000-08-112-6/+6 * Implement. (mh_get_message_user_tag): Implement.Not Zed2000-08-115-4/+142 * Yay so lets fix an already fixed fix, again. (copy_message_to): and hereNot Zed2000-08-112-18/+19 * Added a prototype (remove warning)Michael Zucci2000-08-111-1/+2 * Changed a couple of input field names.Christopher James Lahey2000-08-112-2/+7 * Added a test for the EEntry widget.Christopher James Lahey2000-08-116-1/+175 * Properly handle different local file formats. The folder isn't alwaysNot Zed2000-08-114-6/+64 * Fixed some warnings.Christopher James Lahey2000-08-113-1/+10 * Fixed some warnings.Christopher James Lahey2000-08-115-8/+8 * ChangeLog mistake.Chris Lahey2000-08-111-2/+2 * Fixed some warnings.Christopher James Lahey2000-08-115-3/+16 * Fixed some warnings.Christopher James Lahey2000-08-1120-22/+70 * t Zed <NotZed@HelixCode.com>Michael Zucci2000-08-112-28/+23 * Remove bogus prototype that was causing compilation to fail when LDAPEttore Perazzoli2000-08-112-4/+5 * Removed unecessary change and fixed indenting.Michael Zucci2000-08-111-231/+214 * New search dialog for addressbook.Christopher James Lahey2000-08-113-10/+44 * Update prototype.Dan Winship2000-08-113-2/+8 * Update for changed prototype, pass evolution_homedir arg toDan Winship2000-08-114-13/+25 * Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.Dan Winship2000-08-1112-18/+24 * Remove. The shell tells the components where the evolution homedir is now.Dan Winship2000-08-114-115/+5 * add "in string evolution_homedir" to ShellComponent::set_owner'sDan Winship2000-08-1111-52/+46 * Remove unneeded e-setup.h includeDan Winship2000-08-112-1/+4 * Make escape equivalent to cancel in the error and query dialogsPeter Williams2000-08-113-3/+23 * New function. Mostly moved over fromFederico Mena Quintero2000-08-114-77/+86 * Updated Slovenian translationAndraz Tori2000-08-111-512/+1164 * If we go over the max number of messages, don't keep requesting newJeffrey Stedfast2000-08-112-13/+23 * Fixed any search to not crash on missing phone numbers or email addresses.Christopher James Lahey2000-08-112-2/+7 * Removed. Wheee!Federico Mena Quintero2000-08-114-84/+23 * Add a "gboolean create" argument to pass to camel_store_get_folder.Dan Winship2000-08-116-11/+23 * There. A pretty function to generate recurrence instances atomically soFederico Mena Quintero2000-08-113-7/+291 * Add myself to the about box, finally.Peter Williams2000-08-112-1/+7 * Show 'no new mail' correctly.Peter Williams2000-08-112-9/+46 * Made asyncJeffrey Stedfast2000-08-112-57/+86 * Fix compile warning by casting the object to a CamelObjectJeffrey Stedfast2000-08-112-10/+15 * Fix the infinite movemailPeter Williams2000-08-117-8/+49 * If converting both spaces and newlines, then convert tabs too. The joys ofDan Winship2000-08-112-3/+33 * Fix a bug in the async changes. (This was identical to reply_to_sender.)Dan Winship2000-08-112-1/+6 * Workaround Zucchi's new append_messagePeter Williams2000-08-112-4/+40 * bluuuuuuurrrrrghPeter Williams2000-08-111-0/+357 * triple oopsPeter Williams2000-08-111-0/+69 * double oops. /me kicks selfPeter Williams2000-08-111-1/+49 * weirdPeter Williams2000-08-111-0/+23 * oopsPeter Williams2000-08-113-0/+1312 * Merge with camel-async.Peter Williams2000-08-11